@blxzer/cursor-trellis 0.2.6 → 0.2.7

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 (30) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +13 -4
  3. package/dist/commands/update.d.ts.map +1 -1
  4. package/dist/commands/update.js +2 -1
  5. package/dist/commands/update.js.map +1 -1
  6. package/dist/configurators/workflow.d.ts.map +1 -1
  7. package/dist/configurators/workflow.js +8 -2
  8. package/dist/configurators/workflow.js.map +1 -1
  9. package/dist/migrations/manifests/0.2.2.json +9 -0
  10. package/dist/migrations/manifests/0.2.4.json +9 -0
  11. package/dist/migrations/manifests/0.2.5.json +9 -0
  12. package/dist/migrations/manifests/0.2.6.json +9 -0
  13. package/dist/migrations/manifests/0.2.7.json +9 -0
  14. package/dist/templates/common/skills/brainstorm.md +164 -163
  15. package/dist/templates/markdown/index.d.ts +1 -0
  16. package/dist/templates/markdown/index.d.ts.map +1 -1
  17. package/dist/templates/markdown/index.js +1 -0
  18. package/dist/templates/markdown/index.js.map +1 -1
  19. package/dist/templates/markdown/spec/guides/execution-strategy.md.txt +43 -0
  20. package/dist/templates/markdown/spec/guides/index.md.txt +102 -101
  21. package/dist/templates/trellis/config/execution-strategy-rules.json +31 -0
  22. package/dist/templates/trellis/index.d.ts +2 -0
  23. package/dist/templates/trellis/index.d.ts.map +1 -1
  24. package/dist/templates/trellis/index.js +3 -0
  25. package/dist/templates/trellis/index.js.map +1 -1
  26. package/dist/templates/trellis/scripts/common/execution_strategy.py +268 -0
  27. package/dist/templates/trellis/scripts/common/task_store.py +1594 -1565
  28. package/dist/templates/trellis/scripts/task.py +906 -877
  29. package/dist/templates/trellis/workflow.md +805 -800
  30. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blxzer/cursor-trellis",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "inquirer": "^9.3.7",
37
37
  "undici": "^6.21.0",
38
38
  "zod": "^4.4.2",
39
- "@blxzer/cursor-trellis-core": "0.2.4"
39
+ "@blxzer/cursor-trellis-core": "0.2.7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/js": "^9.18.0",