Description
The sin code unified hub currently only exposes 2 of 7 Go tools. Add the remaining 5.
Current State
sin code --help
Action: review, debt, verify, preflight, codocs, sckg, audit, oracle, adw, ibd, discover, scout, full
# MISSING: map, grasp, harvest, execute, orchestrate
Required Actions
Add to actions_map in src/sin_code_bundle/cli.py:
map → sin sin-code run map
grasp → sin sin-code run grasp
harvest → sin sin-code run harvest
execute → sin sin-code run execute
orchestrate → sin sin-code run orchestrate
Also add to sin code full pipeline (after preflight + codocs + debt + sckg):
sin code full . # Should run: preflight → codocs check → debt → sckg index/hot-paths → map → grasp → harvest → orchestrate
Acceptance Criteria
Priority
MEDIUM — Completes the Go tool integration in the main workflow hub
Description
The
sin codeunified hub currently only exposes 2 of 7 Go tools. Add the remaining 5.Current State
Required Actions
Add to
actions_mapinsrc/sin_code_bundle/cli.py:map→sin sin-code run mapgrasp→sin sin-code run graspharvest→sin sin-code run harvestexecute→sin sin-code run executeorchestrate→sin sin-code run orchestrateAlso add to
sin code fullpipeline (after preflight + codocs + debt + sckg):Acceptance Criteria
sin code map .workssin code grasp file.pyworkssin code harvest <url>workssin code execute 'cmd'workssin code orchestrateworkssin code --helpsin code fullincludes them in pipelinePriority
MEDIUM — Completes the Go tool integration in the main workflow hub