Files
wehub-resource-sync 26382a7ac6
CI / Test (macos-latest) (push) Waiting to run
CI / Test (windows-latest) (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
CI / Clippy (push) Failing after 15m13s
CI / Test (ubuntu-latest) (push) Failing after 16m1s
chore: import upstream snapshot with attribution
2026-07-13 12:35:30 +08:00

39 lines
1.0 KiB
JSON

{
"name": "lean-ctx",
"version": "3.3.6",
"description": "Context Runtime for AI Agents — compress LLM context by up to 99%. 72 MCP tools, 10 read modes, 95+ shell patterns.",
"homepage": "https://leanctx.com",
"repository": "https://github.com/yvgude/lean-ctx",
"license": "Apache-2.0",
"install": {
"command": "curl -fsSL https://leanctx.com/install.sh | sh",
"alternatives": {
"cargo": "cargo install lean-ctx",
"brew": "brew tap yvgude/lean-ctx && brew install lean-ctx",
"npm": "npm install -g lean-ctx-bin"
}
},
"mcp": {
"command": "lean-ctx",
"args": ["--mcp"],
"env": {}
},
"skills": ["skills/lean-ctx"],
"capabilities": [
"file-read",
"file-edit",
"shell-exec",
"code-search",
"semantic-search",
"session-management",
"knowledge-base",
"multi-agent",
"code-graph"
],
"languages": [
"rust", "typescript", "javascript", "python", "go", "java",
"c", "cpp", "csharp", "ruby", "php", "swift", "kotlin",
"scala", "hcl", "yaml", "toml", "elixir"
]
}