codebyplan 1.13.61 → 1.13.63

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 (76) hide show
  1. package/dist/cli.js +1140 -2065
  2. package/package.json +1 -1
  3. package/templates/agents/cbp-e2e-maestro.md +1 -1
  4. package/templates/agents/cbp-e2e-playwright.md +11 -11
  5. package/templates/agents/cbp-e2e-tauri.md +1 -1
  6. package/templates/agents/cbp-e2e-vscode.md +1 -1
  7. package/templates/agents/cbp-e2e-xcuitest.md +1 -1
  8. package/templates/hooks/cbp-mcp-round-sync.sh +4 -15
  9. package/templates/hooks/cbp-test-hooks.sh +0 -81
  10. package/templates/hooks/hooks.json +0 -9
  11. package/templates/rules/cbp-operating-gotchas.md +8 -10
  12. package/templates/rules/effort-and-ultracode.md +70 -0
  13. package/templates/rules/model-invocation-convention.md +1 -0
  14. package/templates/rules/supabase-branch-lifecycle.md +2 -2
  15. package/templates/rules/todo-backend.md +11 -8
  16. package/templates/rules/workflow-orchestration.md +59 -0
  17. package/templates/settings.project.base.json +0 -5
  18. package/templates/skills/cbp-build-cc-agent/SKILL.md +1 -0
  19. package/templates/skills/cbp-build-cc-claude-file/SKILL.md +1 -0
  20. package/templates/skills/cbp-build-cc-mode/SKILL.md +25 -17
  21. package/templates/skills/cbp-build-cc-rule/SKILL.md +1 -0
  22. package/templates/skills/cbp-build-cc-settings/SKILL.md +1 -0
  23. package/templates/skills/cbp-build-cc-settings/reference/cbp-permission-policy.md +1 -1
  24. package/templates/skills/cbp-build-cc-settings/reference/settings-fields.md +1 -1
  25. package/templates/skills/cbp-build-cc-skill/SKILL.md +2 -1
  26. package/templates/skills/cbp-build-cc-skill/reference/frontmatter-fields.md +1 -1
  27. package/templates/skills/cbp-build-cc-skill/scripts/validate-skill.sh +12 -9
  28. package/templates/skills/cbp-checkpoint-check/SKILL.md +5 -0
  29. package/templates/skills/cbp-checkpoint-complete/SKILL.md +1 -0
  30. package/templates/skills/cbp-checkpoint-create/SKILL.md +13 -22
  31. package/templates/skills/cbp-checkpoint-end/SKILL.md +42 -0
  32. package/templates/skills/cbp-checkpoint-plan/SKILL.md +15 -8
  33. package/templates/skills/cbp-checkpoint-start/SKILL.md +28 -19
  34. package/templates/skills/cbp-checkpoint-update/SKILL.md +3 -2
  35. package/templates/skills/cbp-clear-continue/SKILL.md +2 -1
  36. package/templates/skills/cbp-clear-prep/SKILL.md +2 -1
  37. package/templates/skills/cbp-finalize/SKILL.md +3 -2
  38. package/templates/skills/cbp-frontend-design/SKILL.md +1 -0
  39. package/templates/skills/cbp-frontend-ui/SKILL.md +2 -1
  40. package/templates/skills/cbp-frontend-ux/SKILL.md +2 -1
  41. package/templates/skills/cbp-git-branch-feat-create/SKILL.md +1 -0
  42. package/templates/skills/cbp-git-commit/SKILL.md +1 -0
  43. package/templates/skills/cbp-map-architecture/SKILL.md +5 -0
  44. package/templates/skills/cbp-merge-main/SKILL.md +1 -0
  45. package/templates/skills/cbp-refresh-arch-map/SKILL.md +1 -0
  46. package/templates/skills/cbp-round-build/SKILL.md +5 -0
  47. package/templates/skills/cbp-round-complete/SKILL.md +4 -24
  48. package/templates/skills/cbp-round-plan/SKILL.md +6 -1
  49. package/templates/skills/cbp-session-end/SKILL.md +42 -31
  50. package/templates/skills/cbp-session-start/SKILL.md +8 -7
  51. package/templates/skills/cbp-session-start/qa-regression.md +32 -25
  52. package/templates/skills/cbp-setup-cd/SKILL.md +2 -1
  53. package/templates/skills/cbp-setup-ci/SKILL.md +2 -1
  54. package/templates/skills/cbp-setup-e2e/SKILL.md +2 -1
  55. package/templates/skills/cbp-setup-eslint/SKILL.md +2 -1
  56. package/templates/skills/cbp-ship/SKILL.md +5 -0
  57. package/templates/skills/cbp-ship-configure/SKILL.md +2 -1
  58. package/templates/skills/cbp-ship-main/SKILL.md +1 -0
  59. package/templates/skills/cbp-standalone-task-check/SKILL.md +1 -0
  60. package/templates/skills/cbp-standalone-task-complete/SKILL.md +3 -5
  61. package/templates/skills/cbp-standalone-task-create/SKILL.md +7 -14
  62. package/templates/skills/cbp-standalone-task-start/SKILL.md +12 -11
  63. package/templates/skills/cbp-standalone-task-testing/SKILL.md +2 -1
  64. package/templates/skills/cbp-stripe/SKILL.md +2 -1
  65. package/templates/skills/cbp-supabase-branch-check/SKILL.md +2 -1
  66. package/templates/skills/cbp-supabase-migrate/SKILL.md +1 -0
  67. package/templates/skills/cbp-supabase-setup/SKILL.md +2 -1
  68. package/templates/skills/cbp-task-create/SKILL.md +3 -2
  69. package/templates/skills/cbp-task-start/SKILL.md +11 -10
  70. package/templates/skills/cbp-todo/SKILL.md +25 -39
  71. package/templates/skills/cbp-todo/qa-regression.md +21 -27
  72. package/templates/skills/cbp-verify/SKILL.md +5 -0
  73. package/templates/skills/cbp-verify/reference/round-scope.md +1 -2
  74. package/templates/skills/supabase/SKILL.md +2 -0
  75. package/templates/skills/supabase-postgres-best-practices/SKILL.md +2 -0
  76. package/templates/hooks/cbp-mcp-caller-worktree-inject.sh +0 -78

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.