Skip to content

feat: sin code hub — Add missing Go tools (map, grasp, harvest, execute, orchestrate) #35

@Delqhi

Description

@Delqhi

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:

  • mapsin sin-code run map
  • graspsin sin-code run grasp
  • harvestsin sin-code run harvest
  • executesin sin-code run execute
  • orchestratesin 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

  • sin code map . works
  • sin code grasp file.py works
  • sin code harvest <url> works
  • sin code execute 'cmd' works
  • sin code orchestrate works
  • All 5 appear in sin code --help
  • sin code full includes them in pipeline

Priority

MEDIUM — Completes the Go tool integration in the main workflow hub

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions