Final sweep after the prompt + script + README sweep for stale repo
references. These are pure code comments, not active behavior, but they
mislead readers about what repo this code lives in:
- src/resource-loader.ts: "sf-2 repo's working tree" → "sf-run repo's"
- src/web/safe-import-meta-resolve.ts: example URL hostname
- src/resources/extensions/sf/schemas/parsers.ts: dropped "sf-2 /" prefix
- src/resources/extensions/sf/schemas/validate.ts: same
- scripts/parallel-monitor.mjs: comment about "sf-2 repo itself"
Tests intentionally not touched — the test fixtures use @sf-build as a
generic scope name to exercise the symlink-merge logic, and the test
tmpdir prefixes (sf-2821-, sf-2945-) are just numeric tags from issue
numbers, not repo refs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Updates workflow tool names, documentation references, and internal naming
conventions across MCP server, CLI, tests, and web components to complete
the singularity-forge rebrand from gsd to sf.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Updates channel prefixes, log messages, comments, and configuration values
across daemon, mcp-server, and related packages to complete the rebrand from
gsd to sf-run naming.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Final rebrand: rename remaining Rust source file to complete the gsd → forge
transition. All parser references already use forge_parser after earlier commits.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Zero-dependency Node.js script for monitoring parallel GSD auto-mode workers.
Shows per-worker health, progress, cost, and current unit in a live-refreshing
terminal dashboard. Reads from existing status.json, auto.lock, and worktree
SQLite DBs — fully read-only by default.
Features:
- Live dashboard with per-worker panels (health dot, phase, slice/task progress bars)
- Event feed showing task completions from all workers
- Cost tracking with NDJSON fallback for respawned workers
- Stale-error suppression (only shows errors from current session)
- Auto-detect GSD loader path across install methods
- --heal flag: opt-in self-healing that respawns dead workers with cooldown and retry limits
- --once flag: single snapshot mode for scripting
Complements the existing parallel-orchestrator.ts — this is a passive monitoring
tool that reads the same status files the orchestrator writes.