You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single source of truth for every repo developed FOR SIN-Code and its
integration status. CI and agents read the table below — keep it in sync
with requirements-ecosystem.txt and cmd/sin-code/internal/mcpclient/config.go.
opencode / Claude Code / Codex integration: any MCP client can now
delegate a full verified task synchronously via sin_run_loop (one call,
one verified result — PLAN→ACT→VERIFY→DONE in-process), or enqueue
autonomous goals asynchronously via sin_goal_add and poll progress via
sin_goal_status / sin_goal_list. This brings the total to 49+ MCP tools
exposed by sin-code serve.
ARCHIVED (per AGENTS.md §5; return to life only when repo restored)
Deprecated / Archived
Repo
Superseded by
Action
SIN-Code-Slash-Skill
internal/commands (C8, in-tree since v3.2.0)
ARCHIVE
SIN-Code-Security-Bundle
in-tree Go vendors: SIN-Code-SAST-Tool, SIN-Code-SBOM-Generator-Go, SIN-Code-SCA-Tool-Go, SIN-Code-Secrets-Scanner
ACTIVE (vendored)
SIN-Code-Security-Bundle-Python
python -m sin_code_bundle.tools.security
DEPRECATED (use vendored Go tools)
Methodology Stack (v3.8.0)
Layer
Upstream
License
Tool
Status
Context (AGENTS.md)
agent0ai/dox
MIT
dox__*
ACTIVE
Methodology
obra/superpowers
MIT
superpowers__*
ACTIVE
Research (cited sources)
ItzCrazyKns/Vane
MIT
vane__*
ACTIVE
Tools
(this repo)
MIT
sin_*
ACTIVE
Helper
What it does
License
Command
Status
sin-code stack
Unified install/doctor across 3 layers
MIT
sin-code stack install
ACTIVE
Sync rules
Every new repo in the org MUST be added here in the same PR that creates it.
Every MCP skill server MUST have an entry in
cmd/sin-code/internal/mcpclient/config.go and a policy line in
cmd/sin-code/internal/permission_defaults.go.
requirements-ecosystem.txt lists pinned versions for everything marked ACTIVE.
Every backend migration (e.g. SIN-Code-FireworksAI-OpenCode-Config →
profiles/fireworks.toml) MUST leave a deprecation note in the source
repo's README before archiving.