diff --git a/src/resources/extensions/sf/skills/context-doctor/SKILL.md b/src/resources/extensions/sf/skills/context-doctor/SKILL.md index dab6340fe..68117b2a7 100644 --- a/src/resources/extensions/sf/skills/context-doctor/SKILL.md +++ b/src/resources/extensions/sf/skills/context-doctor/SKILL.md @@ -93,7 +93,7 @@ After repair: ### Step 6 — Commit ```bash -cd /home/mhugo/code/singularity-forge +cd git status --short git diff git add .sf/ # only what you actually changed diff --git a/src/resources/extensions/sf/skills/dispatching-subagents/SKILL.md b/src/resources/extensions/sf/skills/dispatching-subagents/SKILL.md index 78fdb777d..2cc00c723 100644 --- a/src/resources/extensions/sf/skills/dispatching-subagents/SKILL.md +++ b/src/resources/extensions/sf/skills/dispatching-subagents/SKILL.md @@ -240,7 +240,7 @@ For non-milestone changes, use [`requesting-code-review`](../requesting-code-rev TASK: CONTEXT: -- Repo: /home/mhugo/code/singularity-forge +- Repo: - Key files: - Architecture: - Doctrine: AGENTS.md and docs/SPEC_FIRST_TDD.md diff --git a/src/resources/extensions/sf/workflow-templates/full-project.md b/src/resources/extensions/sf/workflow-templates/full-project.md index eebf6a14b..5f704d1d7 100644 --- a/src/resources/extensions/sf/workflow-templates/full-project.md +++ b/src/resources/extensions/sf/workflow-templates/full-project.md @@ -35,7 +35,7 @@ it should route to the standard SF workflow: 2. If `.sf/` exists but no milestones: Start the discuss phase via `/sf discuss` 3. If milestones exist: Resume via `/sf autonomous` or `/sf next` -The full SF workflow protocol is defined in `SF-WORKFLOW.md` and handles all +The full SF workflow protocol is defined in `~/.sf/agent/SF-WORKFLOW.md` and handles all phases, state tracking, and agent orchestration.