- Notifications
You must be signed in to change notification settings - Fork4.9k
Fix #1148: Update plan-template path reference to be agent-agnostic#1342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
…gnosticThe hardcoded path '.specify/templates/commands/plan.md' caused confusionas it doesn't exist for different AI agents. Updated the note to referencethe correct agent-specific paths (e.g., .claude/commands/, .cursor/commands/,.codex/prompts/, etc.).Fixes#1148
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -3,7 +3,7 @@ | ||||||
| **Branch**:`[###-feature-name]` |**Date**:[DATE] |**Spec**:[link] | ||||||
| **Input**: Feature specification from`/specs/[###-feature-name]/spec.md` | ||||||
| **Note**: This template is filled in by the`/speckit.plan` command.The execution workflow is defined in your AI agent's command configuration (e.g.,`.claude/commands/speckit.plan.md`,`.cursor/commands/speckit.plan.md`,`.codex/prompts/speckit.plan.md`, etc.). | ||||||
CopilotAI | ||||||
| **Note**: This template is filled in by the`/speckit.plan` command. The execution workflow is defined in your AI agent's command configuration (e.g.,`.claude/commands/speckit.plan.md`,`.cursor/commands/speckit.plan.md`,`.codex/prompts/speckit.plan.md`, etc.). | |
| **Note**: This template is filled in by the`/speckit.plan` command. The execution workflow is defined in your AI agent's command configuration (e.g.,`.claude/commands/speckit.plan.md`,`.cursor/commands/speckit.plan.md`,`.codex/commands/speckit.plan.md`, etc.). |