chief-clancy 0.5.4 → 0.5.5

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 (60) hide show
  1. package/README.md +1 -1
  2. package/dist/bundle/clancy-once.js +54 -29
  3. package/dist/schemas/bitbucket-pr.d.ts +122 -0
  4. package/dist/schemas/bitbucket-pr.d.ts.map +1 -0
  5. package/dist/schemas/bitbucket-pr.js +69 -0
  6. package/dist/schemas/bitbucket-pr.js.map +1 -0
  7. package/dist/schemas/env.d.ts +4 -0
  8. package/dist/schemas/env.d.ts.map +1 -1
  9. package/dist/schemas/env.js +2 -0
  10. package/dist/schemas/env.js.map +1 -1
  11. package/dist/schemas/github.d.ts +60 -0
  12. package/dist/schemas/github.d.ts.map +1 -1
  13. package/dist/schemas/github.js +32 -0
  14. package/dist/schemas/github.js.map +1 -1
  15. package/dist/schemas/gitlab-mr.d.ts +62 -0
  16. package/dist/schemas/gitlab-mr.d.ts.map +1 -0
  17. package/dist/schemas/gitlab-mr.js +31 -0
  18. package/dist/schemas/gitlab-mr.js.map +1 -0
  19. package/dist/scripts/once/once.d.ts.map +1 -1
  20. package/dist/scripts/once/once.js +181 -23
  21. package/dist/scripts/once/once.js.map +1 -1
  22. package/dist/scripts/shared/git-ops/git-ops.d.ts +9 -0
  23. package/dist/scripts/shared/git-ops/git-ops.d.ts.map +1 -1
  24. package/dist/scripts/shared/git-ops/git-ops.js +20 -0
  25. package/dist/scripts/shared/git-ops/git-ops.js.map +1 -1
  26. package/dist/scripts/shared/progress/progress.d.ts +41 -0
  27. package/dist/scripts/shared/progress/progress.d.ts.map +1 -1
  28. package/dist/scripts/shared/progress/progress.js +96 -1
  29. package/dist/scripts/shared/progress/progress.js.map +1 -1
  30. package/dist/scripts/shared/prompt/prompt.d.ts +27 -0
  31. package/dist/scripts/shared/prompt/prompt.d.ts.map +1 -1
  32. package/dist/scripts/shared/prompt/prompt.js +32 -7
  33. package/dist/scripts/shared/prompt/prompt.js.map +1 -1
  34. package/dist/scripts/shared/pull-request/bitbucket/bitbucket.d.ts +41 -9
  35. package/dist/scripts/shared/pull-request/bitbucket/bitbucket.d.ts.map +1 -1
  36. package/dist/scripts/shared/pull-request/bitbucket/bitbucket.js +182 -0
  37. package/dist/scripts/shared/pull-request/bitbucket/bitbucket.js.map +1 -1
  38. package/dist/scripts/shared/pull-request/github/github.d.ts +34 -1
  39. package/dist/scripts/shared/pull-request/github/github.d.ts.map +1 -1
  40. package/dist/scripts/shared/pull-request/github/github.js +106 -2
  41. package/dist/scripts/shared/pull-request/github/github.js.map +1 -1
  42. package/dist/scripts/shared/pull-request/gitlab/gitlab.d.ts +32 -9
  43. package/dist/scripts/shared/pull-request/gitlab/gitlab.d.ts.map +1 -1
  44. package/dist/scripts/shared/pull-request/gitlab/gitlab.js +127 -0
  45. package/dist/scripts/shared/pull-request/gitlab/gitlab.js.map +1 -1
  46. package/dist/scripts/shared/pull-request/pr-body/pr-body.d.ts.map +1 -1
  47. package/dist/scripts/shared/pull-request/pr-body/pr-body.js +7 -0
  48. package/dist/scripts/shared/pull-request/pr-body/pr-body.js.map +1 -1
  49. package/dist/scripts/shared/pull-request/rework-comment/rework-comment.d.ts +23 -0
  50. package/dist/scripts/shared/pull-request/rework-comment/rework-comment.d.ts.map +1 -0
  51. package/dist/scripts/shared/pull-request/rework-comment/rework-comment.js +30 -0
  52. package/dist/scripts/shared/pull-request/rework-comment/rework-comment.js.map +1 -0
  53. package/dist/types/index.d.ts +1 -1
  54. package/dist/types/index.d.ts.map +1 -1
  55. package/dist/types/remote.d.ts +9 -0
  56. package/dist/types/remote.d.ts.map +1 -1
  57. package/package.json +1 -1
  58. package/src/roles/setup/workflows/init.md +15 -0
  59. package/src/roles/setup/workflows/scaffold.md +18 -0
  60. package/src/roles/setup/workflows/settings.md +20 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Autonomous, board-driven development for Claude Code.**
4
4
 
5
- [![npm](https://img.shields.io/npm/v/chief-clancy?style=for-the-badge&color=cb3837)](https://www.npmjs.com/package/chief-clancy) [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](./LICENSE) [![Tests](https://img.shields.io/badge/tests-270%20passing-brightgreen?style=for-the-badge)](docs/TESTING.md) [![GitHub Stars](https://img.shields.io/github/stars/Pushedskydiver/clancy?style=for-the-badge)](https://github.com/Pushedskydiver/clancy/stargazers)
5
+ [![npm](https://img.shields.io/npm/v/chief-clancy?style=for-the-badge&color=cb3837)](https://www.npmjs.com/package/chief-clancy) [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](./LICENSE) [![Tests](https://img.shields.io/badge/tests-365%20passing-brightgreen?style=for-the-badge)](docs/TESTING.md) [![GitHub Stars](https://img.shields.io/github/stars/Pushedskydiver/clancy?style=for-the-badge)](https://github.com/Pushedskydiver/clancy/stargazers)
6
6
 
7
7
  > [!WARNING]
8
8
  > Clancy is in early development. Expect bugs, breaking changes, and rough edges. If you hit an issue, please [open a bug report](https://github.com/Pushedskydiver/clancy/issues/new).