spec-first-copilot 0.6.0-beta.9 → 0.7.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/templates/.github/CHANGELOG.md +533 -439
  3. package/templates/.github/adapters/SETUP.md +3 -3
  4. package/templates/.github/adapters/filesystem.md +2 -2
  5. package/templates/.github/adapters/naming.md +1 -1
  6. package/templates/.github/adapters/registry.md +2 -2
  7. package/templates/.github/agents/backend-coder.md +215 -215
  8. package/templates/.github/agents/db-coder.md +5 -5
  9. package/templates/.github/agents/doc-writer.md +32 -19
  10. package/templates/.github/agents/frontend-coder.md +222 -222
  11. package/templates/.github/agents/infra-coder.md +3 -3
  12. package/templates/.github/agents/reviewer.md +99 -99
  13. package/templates/.github/agents/security-reviewer.md +5 -5
  14. package/templates/.github/copilot-instructions.md +72 -62
  15. package/templates/.github/scripts/bootstrap-confluence.js +101 -35
  16. package/templates/.github/skills/sf-design/SKILL.md +102 -157
  17. package/templates/.github/skills/sf-dev/SKILL.md +150 -297
  18. package/templates/.github/skills/sf-discovery/SKILL.md +1 -0
  19. package/templates/.github/skills/sf-extract/SKILL.md +120 -144
  20. package/templates/.github/skills/sf-load/SKILL.md +11 -10
  21. package/templates/.github/skills/sf-mcp/SKILL.md +12 -11
  22. package/templates/.github/skills/sf-merge-docs/SKILL.md +110 -58
  23. package/templates/.github/skills/sf-plan/SKILL.md +81 -57
  24. package/templates/.github/skills/sf-publish/SKILL.md +8 -7
  25. package/templates/.github/skills/sf-session-finish/SKILL.md +15 -42
  26. package/templates/.github/skills/sf-start/SKILL.md +103 -56
  27. package/templates/.github/templates/feature/PRD.template.md +135 -142
  28. package/templates/.github/templates/feature/TRD.template.md +358 -0
  29. package/templates/.github/templates/feature/context.template.md +54 -13
  30. package/templates/.github/templates/feature/extract-log.template.md +19 -9
  31. package/templates/.github/templates/specs/brief.template.md +11 -4
  32. package/templates/.github/templates/specs/contracts.template.md +11 -5
  33. package/templates/.github/templates/specs/scenarios.template.md +13 -5
  34. package/templates/.github/templates/specs/tasks.template.md +11 -9
  35. package/templates/.github/templates/feature/backlog-extraido.template.md +0 -156
  36. package/templates/.github/templates/feature/sdd.template.md +0 -559
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-first-copilot",
3
- "version": "0.6.0-beta.9",
3
+ "version": "0.7.0-beta.1",
4
4
  "description": "Spec-first workflow kit for GitHub Copilot — AI-driven development with specs, not guesswork",
5
5
  "bin": {
6
6
  "spec-first-copilot": "bin/cli.js"