Bug Description
spec.implement is looking for tasks.md in the wrong path, likely the project root or current working directory.
Steps to Reproduce
- Run the full spec flow: /spec.specify → /spec.clarify → /spec.plan → /spec.tasks
- Verify tasks.md exists at specs/master/tasks.md
- Run /spec.implement
- Command fails to find tasks.md
Expected Behavior
/spec.implement should resolve tasks.md from specs/master/tasks.md and proceed normally.
Actual Behavior
/spec.implement fails to find tasks.md even though the file exists at specs/master/tasks.md. The command falls back to plan.md instead of reading the correct file.
Specify CLI Version
v0.3.17
AI Agent
Claude Code
Operating System
macOS
Python Version
3.11.6
Error Logs
Additional Context
No response
Bug Description
spec.implement is looking for tasks.md in the wrong path, likely the project root or current working directory.
Steps to Reproduce
Expected Behavior
/spec.implement should resolve tasks.md from specs/master/tasks.md and proceed normally.
Actual Behavior
/spec.implement fails to find tasks.md even though the file exists at specs/master/tasks.md. The command falls back to plan.md instead of reading the correct file.
Specify CLI Version
v0.3.17
AI Agent
Claude Code
Operating System
macOS
Python Version
3.11.6
Error Logs
Additional Context
No response