docs(research): install patterns — lean-ctx / rtk / code-review-graph compare ccteam#138
Merged
Merged
Conversation
Read-only audit of lean-ctx (Rust, 2.1k★), rtk (Rust, 53k★), and code-review-graph (Python, 17k★). Surveys binary distribution, Claude Code integration path, Codex integration depth, lifecycle hooks, self-update mechanisms, and cross-platform support. Key findings vs ccteam V0.6.6: - All three reference repos bypass /plugin marketplace add and write per-agent MCP configs directly (12+ agent matrix in crg). - lean-ctx has best-in-class self-update (LaunchAgent + systemd timer + cron + Task Scheduler). - code-review-graph has cleanest install dispatcher (PLATFORMS dict-of-lambdas) and best Codex integration (~/.codex/hooks.json with SessionStart + PostToolUse). - rtk has cleverest install.sh tricks (302-redirect for latest version, path-traversal tar guard, hook-version-check cache). Recommends 3 V0.6.7 directions: ccteam install bootstrap (R1, M), SessionStart hook (R2, S), ccteam update self-updater + scheduler (R3, M).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Read-only research for V0.6.7 install/integration architecture decisions. Three reference repos surveyed:
Key findings vs ccteam V0.6.6
Top 3 V0.6.7 recommendations
Plus tier-2 polish: install.sh glibc-detect + macOS ad-hoc codesign + tar path-traversal guard (S, 2-4h total).
Open questions raised in doc
Test plan
Read-only research; pure doc add — `docs/versions/v0-6-6/install-patterns-research.md` only (321 lines).
🤖 Generated with Claude Code