Skip to content

feat: add Command Code platform support - #2545

Open
Angelthebestone wants to merge 2 commits into
Graphify-Labs:v8from
Angelthebestone:feat/command-code-support
Open

feat: add Command Code platform support#2545
Angelthebestone wants to merge 2 commits into
Graphify-Labs:v8from
Angelthebestone:feat/command-code-support

Merge branch 'v8' into feat/command-code-support

98ef66e
Select commit
Loading
Failed to load commit list.
Graphify Labs / Graphify succeeded Aug 10, 2026 in 0s

Graphify — looks good

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).

Details

Graphify reviewed this change.

Looks safe to merge — no coupling regressions and no blocking issues, checked against the code graph (not a self-assessment).


Graphify review — findings

This PR adds "Command Code" as a new supported install platform for graphify. It introduces a new skill file (skill-command-code.md), wires the platform into the install/uninstall dispatch logic (command-code install/uninstall targeting ~/.commandcode/skills/graphify/ or .commandcode/skills/graphify/ for --project, with AGENTS.md integration), and adds it to the platform config, CLI command set, and help text. Documentation (README, CHANGELOG) and tests are updated to reflect the new platform.

No blocking issues surfaced. 1 lower-confidence candidate did not survive cross-model review.

Analysis details — impact, health, verification

Impact & health

Graphify review

Impact — 1078 functions depend on the 895 functions this change touches.

Health — grade B; 10 existing hotspot(s) in the area this change touches (pre-existing, not introduced here):

  • dispatch_command() — 2 callers, 117 callees (high)
  • codebuddy_install() — 20 callers, 5 callees (high)
  • claude_install() — 19 callers, 4 callees (high)
  • gemini_install() — 10 callers, 7 callees (high)
  • claude_uninstall() — 17 callers, 4 callees (high)
  • _project_uninstall() — 5 callers, 13 callees (high)
  • render() — 13 callers, 5 callees (high)
  • dispatch_install_cli() — 2 callers, 31 callees (high)
  • …and 2 more

Verification — 1078 functions in the blast radius were not formally verified this run (proofs are advisory here).

Gate & verification

graphify gate

PASS — objectively clean (no health regressions, tests not run — proofs not run this pass (advisory)). Grounded, not self-assessed.

Advisory (not blocking):

  • verification_scope: 1078 function(s) in the blast radius were not formally verified this run