Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cmd/sin-code/testdata/scripts/golden_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ Usage:
Available Commands:
adw Architectural Debt Watchdogs — detect god modules, circular deps, etc.
assets Manage harvested agents/commands/skills
audit Repo-wide audits (complexity, ...)
auto Ultra-autonomous mode: pursue a program.md objective on your behalf
autodev Bridge to OpenSIN-Code/autodev-cli (Python autoresearch loop, never vendored)
catalog Unified tool catalog (hub + assets, one CLI)
ceo-audit CEO-grade SOTA repository audit (48 gates)
chat Run the SIN-Code agent loop (interactive REPL or headless one-shot)
codegraph Bridge to CodeGraph for multi-language code analysis
compile-spec Compile .sin-code.yml into the four derived JSON artifacts
completion Generate the autocompletion script for the specified shell
compress Lossless compaction for lessons / instincts / summaries / AGENTS.md
config View and manage sin-code configuration
daemon Run the autonomous worker: lease goals, execute, verify, learn
debt Inspect sin-debt markers (issue #177)
discover Discover files with relevance scoring and pattern matching
dox Self-maintaining AGENTS.md hierarchy (agent0ai/dox protocol)
edit Hashline-anchored surgical edits with validation
Expand All @@ -45,6 +48,7 @@ Available Commands:
gh Bridge to the GitHub CLI (gh) with a 3-tier verb-allowlist policy
goal Manage the autonomous goal queue
grasp Deep code understanding for a single file
grill Native adversarial design-review interview (issue #141 fusion)
harvest Fetch URLs with caching, structure extraction, and change detection
headroom Manage Headroom context compression integration
help Help about any command
Expand Down Expand Up @@ -83,6 +87,7 @@ Available Commands:
skills List and install bundled project-local skills
spec Author, validate & inspect *.spec.md contracts (Spec-Layer)
stack Manage the DOX + Superpowers + Vane methodology stack
subagent Run a subtask in an isolated session, return summary (issue #192)
summary Build a deterministic summary from the session ledger
superpowers Integrate obra/superpowers skills into SIN-Code
swarm Race N agent profiles on the same prompt (first verified wins)
Expand Down
Loading