26382a7ac6
CI / Test (macos-latest) (push) Waiting to run
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Test (windows-latest) (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Build (no embeddings / no ORT) (push) Waiting to run
CI / Format (push) Waiting to run
CI / Cookbook (Node) (push) Waiting to run
CI / Pi Extension (Node) (push) Waiting to run
CI / Rust SDK (lean-ctx-client) (push) Waiting to run
CI / Embed SDK (lean-ctx-sdk) (push) Waiting to run
CI / Python SDK (leanctx) (push) Waiting to run
CI / Hermes Plugin (Python) (push) Waiting to run
CI / SDK Conformance Matrix (push) Waiting to run
CI / Coverage (push) Waiting to run
CI / cargo-deny (push) Waiting to run
CI / Adversarial Safety (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
JetBrains Plugin / Actionlint (push) Waiting to run
CI / Benchmarks (push) Waiting to run
CI / Output-Quality Gate (eval A/B) (push) Waiting to run
CI / Documentation (push) Waiting to run
CI / CI Green (push) Blocked by required conditions
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
JetBrains Plugin / Validation (push) Waiting to run
JetBrains Plugin / Build (push) Waiting to run
JetBrains Plugin / Test (push) Blocked by required conditions
Security Check / Security Scan (push) Waiting to run
84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
target/
|
|
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
.env
|
|
deploy.sh
|
|
Dockerfile.web
|
|
/src/
|
|
/package.json
|
|
/package-lock.json
|
|
package-lock.json
|
|
/tsconfig.json
|
|
lean-ctx.config.example.json
|
|
INTERNAL_ARCHITECTURE.md
|
|
RELEASE_SUMMARY.md
|
|
aur/
|
|
server.md
|
|
|
|
.lean-ctx/
|
|
.DS_Store
|
|
DISCORD_POST.md
|
|
DEPLOY_CHECKLIST.md
|
|
|
|
# ── Discord Bot (private, deployed separately) ──
|
|
discord-bot/
|
|
|
|
# ── Private workflows ──
|
|
n8n-workflows/
|
|
|
|
# ── Lab / Neural (private, not for OSS) ──
|
|
|
|
lab/
|
|
rust/models/
|
|
*.onnx
|
|
*.pt
|
|
|
|
# ── Private ──
|
|
/cloud/
|
|
docker-compose.yml
|
|
DEVELOPMENT.md
|
|
Makefile.deploy
|
|
PROJECT.md
|
|
memory-bank/
|
|
docs/LEANCTX_CONSOLIDATION_TICKETS.md
|
|
deploy_checklist.md
|
|
|
|
# ── Business / Monetization (private, internal strategy) ──
|
|
docs/business/
|
|
|
|
# ── Local artifacts ──
|
|
lean-ctx-chrome-extension.zip
|
|
/docs/_local/
|
|
test-results/
|
|
lean-ctx-report.html
|
|
rust/lean-ctx-report.html
|
|
*.bak
|
|
|
|
# ── IDE local config (may contain tokens/env) ──
|
|
**/.cursor/
|
|
.vscode/mcp.json
|
|
.github/mcp.json
|
|
*.mcp.json.bak
|
|
# Claude Code per-machine config (absolute binary paths, session-local)
|
|
**/.claude/settings.local.json*
|
|
**/.claude/rules/
|
|
|
|
# ── Generated / worktrees (local) ──
|
|
website/generated/
|
|
worktrees/website/generated/
|
|
AGENTS.md.lean-ctx.*.bak
|
|
docs/gpt/
|
|
|
|
# ── Internal strategy (never public) ──
|
|
/THINKERY-VISION.md
|
|
/packages/jetbrains-lean-ctx/build/
|
|
|
|
# ── Local AI-tooling / scratch dirs (not for OSS) ──
|
|
/tmp/
|
|
tmp/
|
|
markdownai/
|
|
.idea/
|
|
.serena/
|
|
.claude/
|