@covibes/zeroshot 5.3.0 → 5.4.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 (119) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -385
  3. package/cli/index.js +108 -4615
  4. package/package.json +16 -125
  5. package/CHANGELOG.md +0 -537
  6. package/cli/commands/providers.js +0 -150
  7. package/cli/lib/first-run.js +0 -211
  8. package/cli/lib/update-checker.js +0 -281
  9. package/cli/message-formatter-utils.js +0 -75
  10. package/cli/message-formatters-normal.js +0 -253
  11. package/cli/message-formatters-watch.js +0 -181
  12. package/cluster-templates/base-templates/debug-workflow.json +0 -375
  13. package/cluster-templates/base-templates/full-workflow.json +0 -697
  14. package/cluster-templates/base-templates/single-worker.json +0 -63
  15. package/cluster-templates/base-templates/worker-validator.json +0 -152
  16. package/cluster-templates/conductor-bootstrap.json +0 -124
  17. package/docker/zeroshot-cluster/Dockerfile +0 -152
  18. package/docker/zeroshot-cluster/pre-baked-deps.json +0 -28
  19. package/lib/completion.js +0 -174
  20. package/lib/docker-config.js +0 -212
  21. package/lib/id-detector.js +0 -53
  22. package/lib/provider-detection.js +0 -59
  23. package/lib/provider-names.js +0 -56
  24. package/lib/settings.js +0 -405
  25. package/lib/stream-json-parser.js +0 -10
  26. package/scripts/fix-node-pty-permissions.js +0 -75
  27. package/scripts/record-demo.sh +0 -279
  28. package/scripts/test-install.sh +0 -40
  29. package/scripts/validate-templates.js +0 -100
  30. package/src/agent/agent-config.js +0 -193
  31. package/src/agent/agent-context-builder.js +0 -335
  32. package/src/agent/agent-hook-executor.js +0 -402
  33. package/src/agent/agent-lifecycle.js +0 -683
  34. package/src/agent/agent-stuck-detector.js +0 -256
  35. package/src/agent/agent-task-executor.js +0 -1431
  36. package/src/agent/agent-trigger-evaluator.js +0 -67
  37. package/src/agent/output-extraction.js +0 -200
  38. package/src/agent/output-reformatter.js +0 -175
  39. package/src/agent/schema-utils.js +0 -111
  40. package/src/agent-wrapper.js +0 -570
  41. package/src/agents/git-pusher-agent.json +0 -20
  42. package/src/attach/attach-client.js +0 -438
  43. package/src/attach/attach-server.js +0 -543
  44. package/src/attach/index.js +0 -35
  45. package/src/attach/protocol.js +0 -220
  46. package/src/attach/ring-buffer.js +0 -121
  47. package/src/attach/socket-discovery.js +0 -267
  48. package/src/claude-task-runner.js +0 -523
  49. package/src/config-router.js +0 -80
  50. package/src/config-validator.js +0 -1660
  51. package/src/copy-worker.js +0 -43
  52. package/src/github.js +0 -139
  53. package/src/isolation-manager.js +0 -1381
  54. package/src/ledger.js +0 -614
  55. package/src/logic-engine.js +0 -223
  56. package/src/message-bus-bridge.js +0 -139
  57. package/src/message-bus.js +0 -249
  58. package/src/name-generator.js +0 -232
  59. package/src/orchestrator.js +0 -2519
  60. package/src/preflight.js +0 -485
  61. package/src/process-metrics.js +0 -566
  62. package/src/providers/anthropic/cli-builder.js +0 -45
  63. package/src/providers/anthropic/index.js +0 -134
  64. package/src/providers/anthropic/models.js +0 -23
  65. package/src/providers/anthropic/output-parser.js +0 -159
  66. package/src/providers/base-provider.js +0 -181
  67. package/src/providers/capabilities.js +0 -51
  68. package/src/providers/google/cli-builder.js +0 -55
  69. package/src/providers/google/index.js +0 -116
  70. package/src/providers/google/models.js +0 -24
  71. package/src/providers/google/output-parser.js +0 -92
  72. package/src/providers/index.js +0 -75
  73. package/src/providers/openai/cli-builder.js +0 -122
  74. package/src/providers/openai/index.js +0 -135
  75. package/src/providers/openai/models.js +0 -21
  76. package/src/providers/openai/output-parser.js +0 -129
  77. package/src/schemas/sub-cluster.js +0 -156
  78. package/src/status-footer.js +0 -980
  79. package/src/sub-cluster-wrapper.js +0 -560
  80. package/src/task-runner.js +0 -30
  81. package/src/template-resolver.js +0 -369
  82. package/src/tui/CHANGES.txt +0 -133
  83. package/src/tui/LAYOUT.md +0 -261
  84. package/src/tui/README.txt +0 -192
  85. package/src/tui/TWO-LEVEL-NAVIGATION.md +0 -186
  86. package/src/tui/data-poller.js +0 -325
  87. package/src/tui/demo.js +0 -208
  88. package/src/tui/formatters.js +0 -128
  89. package/src/tui/index.js +0 -193
  90. package/src/tui/keybindings.js +0 -383
  91. package/src/tui/layout.js +0 -334
  92. package/src/tui/renderer.js +0 -194
  93. package/task-lib/attachable-watcher.js +0 -272
  94. package/task-lib/claude-recovery.js +0 -119
  95. package/task-lib/commands/clean.js +0 -50
  96. package/task-lib/commands/get-log-path.js +0 -23
  97. package/task-lib/commands/kill.js +0 -32
  98. package/task-lib/commands/list.js +0 -105
  99. package/task-lib/commands/logs.js +0 -411
  100. package/task-lib/commands/resume.js +0 -42
  101. package/task-lib/commands/run.js +0 -57
  102. package/task-lib/commands/schedule.js +0 -105
  103. package/task-lib/commands/scheduler-cmd.js +0 -96
  104. package/task-lib/commands/schedules.js +0 -98
  105. package/task-lib/commands/status.js +0 -44
  106. package/task-lib/commands/unschedule.js +0 -16
  107. package/task-lib/completion.js +0 -9
  108. package/task-lib/config.js +0 -10
  109. package/task-lib/name-generator.js +0 -230
  110. package/task-lib/package.json +0 -3
  111. package/task-lib/runner.js +0 -144
  112. package/task-lib/scheduler.js +0 -252
  113. package/task-lib/store.js +0 -230
  114. package/task-lib/tui/formatters.js +0 -166
  115. package/task-lib/tui/index.js +0 -197
  116. package/task-lib/tui/layout.js +0 -111
  117. package/task-lib/tui/renderer.js +0 -119
  118. package/task-lib/tui.js +0 -384
  119. package/task-lib/watcher.js +0 -188
package/CHANGELOG.md DELETED
@@ -1,537 +0,0 @@
1
- # [5.3.0](https://github.com/covibes/zeroshot/compare/v5.2.1...v5.3.0) (2026-01-12)
2
-
3
- ### Bug Fixes
4
-
5
- - **agent:** filter JSON from error extraction to prevent false matches ([b5833aa](https://github.com/covibes/zeroshot/commit/b5833aac3430f126443c8151cf58ce37a2dd6060))
6
- - **agents:** use modelLevel instead of model in git-pusher-agent ([646da10](https://github.com/covibes/zeroshot/commit/646da109a25d9ee0a5709d975bdf0bfd52df229d))
7
- - clear require-await lint errors ([c96c188](https://github.com/covibes/zeroshot/commit/c96c188d1671813c9e09881619f3e0f66d3f3d39))
8
- - **conductor:** add robustness to prevent silent hang on hook failure ([5453958](https://github.com/covibes/zeroshot/commit/54539588de424fc53438fb51c8f8bd7fbed58768))
9
- - inject completion agent after template loading ([0d92a36](https://github.com/covibes/zeroshot/commit/0d92a3658f9301d2f20dc742eb55a37f181689ad))
10
- - **openai:** Codex CLI structured output support ([999c55b](https://github.com/covibes/zeroshot/commit/999c55beb7b80ca5aa87e006af0ffa37259e0231))
11
- - **orchestrator:** honor --pr in foreground runs ([710466a](https://github.com/covibes/zeroshot/commit/710466aca54e072b464846bda1cba0aef82e4794))
12
- - persist task status and stale recovery ([56f51e0](https://github.com/covibes/zeroshot/commit/56f51e01afde171d31b47088493863521c6e351c))
13
- - **preflight:** use cross-platform command detection for Windows ([adf599c](https://github.com/covibes/zeroshot/commit/adf599c240c4a6f6a4be74ad17f6bcb6005a4726)), closes [#47](https://github.com/covibes/zeroshot/issues/47)
14
- - **race:** poll log file before checking stale output + auto-clean stale locks ([78486e2](https://github.com/covibes/zeroshot/commit/78486e2627c514cd8d054cb4e158083bb66926a2))
15
- - replace cpu-blocking spin-wait with async file locking ([f5bfb0d](https://github.com/covibes/zeroshot/commit/f5bfb0d80a2476d6e38a118c4c5dc4202d9a5921))
16
- - **task-executor:** handle stale task status when watcher dies ([026357b](https://github.com/covibes/zeroshot/commit/026357b5e2af9b3cb19349c28825bb5a38b207da))
17
- - **testers:** require behavioral testing, not code review ([27f9e08](https://github.com/covibes/zeroshot/commit/27f9e08d21055b2a6d58a5121bbe69fe12909893)), closes [#828](https://github.com/covibes/zeroshot/issues/828) [#829](https://github.com/covibes/zeroshot/issues/829) [#830](https://github.com/covibes/zeroshot/issues/830)
18
- - **validator:** recognize zero-length fallback as valid role handling ([474ca9b](https://github.com/covibes/zeroshot/commit/474ca9b217518a23d7895c0872108b8a6599349c))
19
-
20
- ### Features
21
-
22
- - add minModel setting and markdown file input ([e689472](https://github.com/covibes/zeroshot/commit/e6894721776c76c7023c7a87d63d132c9e694568)), closes [#42](https://github.com/covibes/zeroshot/issues/42)
23
- - add model override and fix --pr completion agent ([36fb714](https://github.com/covibes/zeroshot/commit/36fb714fd24265cca2054a9727c32555d4a99a0f))
24
- - add multi-provider CLI support (claude/codex/gemini) ([301fc5f](https://github.com/covibes/zeroshot/commit/301fc5f45148a657cd3e81f3f8b4a267019efc33))
25
- - **validators:** add debugging methodology checks to prevent shortcuts ([85bc462](https://github.com/covibes/zeroshot/commit/85bc462c906a0c6cb716e1cb68bb15dbd091778f))
26
-
27
- ## [5.2.1](https://github.com/covibes/zeroshot/compare/v5.2.0...v5.2.1) (2026-01-07)
28
-
29
- ### Bug Fixes
30
-
31
- - **git-pusher:** handle clusters without validators ([f4cec4d](https://github.com/covibes/zeroshot/commit/f4cec4d179273cb4d46240cad9b3b19be497690e))
32
-
33
- # [5.2.0](https://github.com/covibes/zeroshot/compare/v5.1.0...v5.2.0) (2026-01-07)
34
-
35
- ### Bug Fixes
36
-
37
- - **test:** add retry logic to e2e-claude-command tests ([ed52c86](https://github.com/covibes/zeroshot/commit/ed52c86f86180da02a37616018797acaa58aa764))
38
-
39
- ### Features
40
-
41
- - add claudeCommand setting for custom Claude CLI ([#38](https://github.com/covibes/zeroshot/issues/38)) ([6e1a140](https://github.com/covibes/zeroshot/commit/6e1a140e75b2c37d2a071b8afd853656ba5e12f7)), closes [#37](https://github.com/covibes/zeroshot/issues/37)
42
-
43
- # [5.1.0](https://github.com/covibes/zeroshot/compare/v5.0.0...v5.1.0) (2026-01-07)
44
-
45
- ### Features
46
-
47
- - add preflight check for root user ([802f0f4](https://github.com/covibes/zeroshot/commit/802f0f41e27c1aa585dec31217fa2aeb3c9ba3db))
48
-
49
- # [5.0.0](https://github.com/covibes/zeroshot/compare/v4.2.0...v5.0.0) (2026-01-07)
50
-
51
- - feat!: remove interactive setup wizard ([5438953](https://github.com/covibes/zeroshot/commit/54389536e478be1dce0ab707ac7ef8e4ef6ce26d))
52
-
53
- ### BREAKING CHANGES
54
-
55
- - Interactive setup wizard removed. Configure via:
56
- zeroshot settings set maxModel opus
57
- zeroshot settings set dockerMounts '["gh","git","ssh"]'
58
-
59
- Closes: Setup wizard blocking non-interactive usage
60
-
61
- # [4.2.0](https://github.com/covibes/zeroshot/compare/v4.1.4...v4.2.0) (2026-01-06)
62
-
63
- ### Features
64
-
65
- - **security:** add automated security scanning and dependency management ([7b6ae13](https://github.com/covibes/zeroshot/commit/7b6ae139e97ddcefa46ab3e264e25f6f609163dd))
66
-
67
- ## [4.1.4](https://github.com/covibes/zeroshot/compare/v4.1.3...v4.1.4) (2026-01-06)
68
-
69
- ### Bug Fixes
70
-
71
- - **ci:** enforce CI testing for all releases ([3fad703](https://github.com/covibes/zeroshot/commit/3fad703fb6eb6b7ac8f98400466bac92329c8561))
72
-
73
- ## [4.1.3](https://github.com/covibes/zeroshot/compare/v4.1.2...v4.1.3) (2026-01-06)
74
-
75
- ### Bug Fixes
76
-
77
- - **package:** include scripts/ in npm package files ([4bd5991](https://github.com/covibes/zeroshot/commit/4bd599163df5c7b7f9309f07c4af4b1ec5e7bf38))
78
- - **preflight:** support macOS Keychain auth detection ([#35](https://github.com/covibes/zeroshot/issues/35)) ([a6f0880](https://github.com/covibes/zeroshot/commit/a6f08807eb2b44b241800a2240a76bf6dbedceca))
79
-
80
- ## [4.1.2](https://github.com/covibes/zeroshot/compare/v4.1.1...v4.1.2) (2026-01-05)
81
-
82
- ### Bug Fixes
83
-
84
- - **orchestrator:** prevent subscription race condition (issue [#31](https://github.com/covibes/zeroshot/issues/31)) ([9a41bf1](https://github.com/covibes/zeroshot/commit/9a41bf1ba9ccdac0f1653eba9d208c6de4028dbe))
85
-
86
- ## [4.1.1](https://github.com/covibes/zeroshot/compare/v4.1.0...v4.1.1) (2026-01-05)
87
-
88
- ### Bug Fixes
89
-
90
- - **docker:** change default containerHome from /root to /home/node ([7195539](https://github.com/covibes/zeroshot/commit/71955397d727126525d36f6964980abd0ac1e94c))
91
-
92
- # [4.1.0](https://github.com/covibes/zeroshot/compare/v4.0.0...v4.1.0) (2026-01-05)
93
-
94
- ### Features
95
-
96
- - **settings:** improve Docker config display with grouped format ([b743673](https://github.com/covibes/zeroshot/commit/b743673f32d101bb0b86c1b619d85e856a1378c4)), closes [#19](https://github.com/covibes/zeroshot/issues/19)
97
-
98
- # [4.0.0](https://github.com/covibes/zeroshot/compare/v3.1.0...v4.0.0) (2026-01-04)
99
-
100
- ### Bug Fixes
101
-
102
- - adversarial tester condition and README accuracy ([c12109b](https://github.com/covibes/zeroshot/commit/c12109b5ee574301e472bd09ec7495f3a578dc36))
103
- - **ci:** use correct agent state in status-footer test ([c6f54a8](https://github.com/covibes/zeroshot/commit/c6f54a89d91a621a8d92c1a21dfa796743e38cd2))
104
- - **cli:** ensure PROCESS_SPAWNED sets EXECUTING_TASK state ([4c3cc9c](https://github.com/covibes/zeroshot/commit/4c3cc9c82b67513cf6ab5e5eca9de1b6d259a9d1))
105
- - **ledger:** prevent write-after-close race condition ([6b64fcf](https://github.com/covibes/zeroshot/commit/6b64fcfa37a4396591599774c788a022cdbfb1e9))
106
- - **release:** allow semantic-release to query remote tags ([0be475b](https://github.com/covibes/zeroshot/commit/0be475b264d400c6b504306e7c535b2736dfaaa1))
107
- - **release:** explicitly fetch tags for semantic-release ([cecf735](https://github.com/covibes/zeroshot/commit/cecf7358d9091992d4c7a1191f874588ba7a592d))
108
- - **tests:** ensure first-run tests are isolated from module cache ([e55dbe7](https://github.com/covibes/zeroshot/commit/e55dbe7255bab7cf3ec4ddefcc897ec71296a74a))
109
- - **tests:** move env var and module setup to before() hook ([cf787ff](https://github.com/covibes/zeroshot/commit/cf787ff7453d1a65cbaaf98655606ccb38dea967))
110
- - **tests:** use validateConfig for modelRules catch-all validation ([4092d78](https://github.com/covibes/zeroshot/commit/4092d78be5739f6a3ca4bc80b3dc25ea7c41f74d))
111
-
112
- ### chore
113
-
114
- - bump version to 4.0.0 ([95844e8](https://github.com/covibes/zeroshot/commit/95844e8ffeee4d24dde56b084053d0cdcd30d3e9))
115
-
116
- ### Features
117
-
118
- - **context:** enforce maximum informativeness, minimum verbosity ([f99a7b7](https://github.com/covibes/zeroshot/commit/f99a7b738214863744119a9b96a50590034299aa))
119
- - **prompts:** add universal language/task support with LLM antipattern detection ([906102b](https://github.com/covibes/zeroshot/commit/906102b654914ccd73ebb8abaa121304ee4f347e))
120
-
121
- ### Performance Improvements
122
-
123
- - **ci:** reduce matrix from 6 jobs to 1 (save ~90% minutes) ([cad652d](https://github.com/covibes/zeroshot/commit/cad652d22fdc24cf10efabf04e13902529c05b98))
124
- - **validators:** remove relevance/notes fields to save tokens ([b775e5a](https://github.com/covibes/zeroshot/commit/b775e5a028475f2f11d3b87ec0202c4398100c1d))
125
-
126
- ### BREAKING CHANGES
127
-
128
- - CREW*\* env vars renamed to ZEROSHOT*\*
129
-
130
- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
131
-
132
- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
133
-
134
- - **prompts:** Validator prompts no longer include language-specific examples
135
-
136
- # [3.1.0](https://github.com/covibes/zeroshot/compare/v3.0.0...v3.1.0) (2026-01-03)
137
-
138
- ### Bug Fixes
139
-
140
- - **attach:** detect cluster IDs without prefix by checking clusters.json ([a3f3b3a](https://github.com/covibes/zeroshot/commit/a3f3b3a1c3de47333297b98327f36aefb36cb958))
141
- - **cli:** use canonical AGENT_STATE constants for status footer ([ac53f83](https://github.com/covibes/zeroshot/commit/ac53f83b0af9a7f2de8264ca791457e4e0afca9a))
142
- - **footer:** show agents during evaluating_logic, building_context, executing_task ([f3c3484](https://github.com/covibes/zeroshot/commit/f3c348400d4b2e960410121cef0614dc583e7528))
143
- - handle Claude CLI lock contention in parallel validators ([b88d502](https://github.com/covibes/zeroshot/commit/b88d502699c8c0e628310a9b998c4a1f4cb26d1a))
144
- - **orchestrator:** add missing close() method for test cleanup ([a642886](https://github.com/covibes/zeroshot/commit/a6428867647de4d5b28c61163be87d711e001c7c))
145
- - **output:** broadcast text output, not just JSON ([adc8556](https://github.com/covibes/zeroshot/commit/adc8556a47e3d02ed7189d8290e9cf81a07c909c))
146
- - **output:** change from MINIMAL to INFORMATIVE output style ([3b87466](https://github.com/covibes/zeroshot/commit/3b87466eb0012f089edac2fb66a4d118a39e92e0))
147
- - **planner:** explicitly forbid Deferred and Why defer patterns ([0504b0a](https://github.com/covibes/zeroshot/commit/0504b0a5e4e4cd0c902989e29a3759fbc46aa534))
148
- - **planner:** forbid scope reduction in planner prompt ([a9dbfb2](https://github.com/covibes/zeroshot/commit/a9dbfb2bef67a14289af91b0cea77880fe3eff3f))
149
- - **planner:** prevent silent phase omission in scope reduction checks ([7e99787](https://github.com/covibes/zeroshot/commit/7e99787593cd970b45901f7cf1bf641bf4e5f772))
150
- - **status-footer:** cleanup footer on stop regardless of hidden state ([52fe9e9](https://github.com/covibes/zeroshot/commit/52fe9e9efeae5c768291a9a0810399bfdae03934))
151
- - **templates:** hardcode completion-detector model to haiku ([78b917e](https://github.com/covibes/zeroshot/commit/78b917e1c97697bf64d7a0897c2b68d8bb0bbaa3))
152
- - **tests:** set ZEROSHOT_WORKTREE env in git-safety-hook tests ([7399cfc](https://github.com/covibes/zeroshot/commit/7399cfca1d42f748314db355eb247e426fad97a2))
153
- - **tests:** skip isolation tests when Docker image unavailable ([142f43c](https://github.com/covibes/zeroshot/commit/142f43c6af6e209a95b286556d13bb594985e850))
154
- - **tests:** update settings test for maxModel rename and fix git hook case sensitivity ([6cbb654](https://github.com/covibes/zeroshot/commit/6cbb654fd2ef15fde9f1454d63cd6aae6807404b))
155
- - **tests:** update tests for maxModel cost ceiling rename ([45b4ac8](https://github.com/covibes/zeroshot/commit/45b4ac809c480205345be96249608ea2b284f50e))
156
- - **update-checker:** check npm write permissions before auto-update ([dd9efa8](https://github.com/covibes/zeroshot/commit/dd9efa83edeef812f6d0ad6142a8e8c7ec4006e6))
157
- - **watcher:** add global error handlers to prevent silent crashes ([cea4b57](https://github.com/covibes/zeroshot/commit/cea4b57fe7cfea899bf8981c2b0d200d1c0a9050))
158
- - **worker:** forbid scope reduction excuses in worker prompt ([c666847](https://github.com/covibes/zeroshot/commit/c6668473c7f2882482b0593950db780088721925))
159
- - **worktree:** inject cwd into dynamically spawned template agents ([4c3b916](https://github.com/covibes/zeroshot/commit/4c3b9162e5656133b01ccbf58c91782855669e33))
160
-
161
- ### Features
162
-
163
- - **agents:** conditional git restriction based on isolation mode ([70eb368](https://github.com/covibes/zeroshot/commit/70eb3681c3d55747d72b491a4e85279b0e215ab5))
164
- - **orchestrator:** persist agent runtime states for accurate status display ([4205c7d](https://github.com/covibes/zeroshot/commit/4205c7d0234d3e34e0000ed15ac218c9edb7d048))
165
- - **validation:** enforce E2E verification with technical constraints ([f2a680a](https://github.com/covibes/zeroshot/commit/f2a680ada66e1485d174084d346c0ae9932ce2c9))
166
- - **worker:** add aggressive COMPLETION MINDSET to worker prompts ([0c6e37b](https://github.com/covibes/zeroshot/commit/0c6e37b4c0c58cab8b77b7ed1ba23ebb73f55d29))
167
-
168
- # [3.0.0](https://github.com/covibes/zeroshot/compare/v2.1.0...v3.0.0) (2025-12-29)
169
-
170
- ### Bug Fixes
171
-
172
- - **isolation:** replace busy-wait with async/await for parallel copy ([c8afbf0](https://github.com/covibes/zeroshot/commit/c8afbf00927ce939af633406c47a928507c339c4)), closes [#21](https://github.com/covibes/zeroshot/issues/21)
173
- - **security:** escape shell arguments in Docker commands ([43476ad](https://github.com/covibes/zeroshot/commit/43476adfb3c67634d478b4dd53d52a6afb42b297))
174
- - shell injection prevention and test reliability improvements ([45254f7](https://github.com/covibes/zeroshot/commit/45254f7f75b027ba43f6e16fa3668960d4b77f97))
175
- - **status-footer:** use decimal display for interpolated metrics ([#26](https://github.com/covibes/zeroshot/issues/26)) ([73ce673](https://github.com/covibes/zeroshot/commit/73ce67376078f97faefe6724e32ff34619f33374))
176
-
177
- ### Features
178
-
179
- - **cli:** change default model ceiling to opus ([#28](https://github.com/covibes/zeroshot/issues/28)) ([1810be3](https://github.com/covibes/zeroshot/commit/1810be3a6a2cbfbb4d3aefa711c32f9ff9718f5a))
180
- - **cli:** change default model ceiling to opus + fix worktree flag cascade ([#29](https://github.com/covibes/zeroshot/issues/29)) ([eaa30b0](https://github.com/covibes/zeroshot/commit/eaa30b06baf381c4fb7306d08fcd2d4e980de002))
181
- - **cli:** consolidate StatusFooter for logs -f mode + add blinking agent indicator ([fe2722d](https://github.com/covibes/zeroshot/commit/fe2722d157e04048b56368e2c0ffcd7052604f36))
182
- - real-time metrics via interpolation + maxModel cost ceiling ([#24](https://github.com/covibes/zeroshot/issues/24)) ([f1db466](https://github.com/covibes/zeroshot/commit/f1db46691eca592de67e399aca18f6db3e94d628)), closes [#21](https://github.com/covibes/zeroshot/issues/21)
183
- - **settings:** replace defaultModel with maxModel cost ceiling ([#25](https://github.com/covibes/zeroshot/issues/25)) ([9877dad](https://github.com/covibes/zeroshot/commit/9877dadad890f78b3af1404b0341da392f6f4bb7)), closes [#23](https://github.com/covibes/zeroshot/issues/23)
184
- - **validation:** add Phase 5 template variable validation ([#27](https://github.com/covibes/zeroshot/issues/27)) ([5e5e7c6](https://github.com/covibes/zeroshot/commit/5e5e7c6ab2a11ba23a3600d101a9c9c7de02569e))
185
-
186
- ### Performance Improvements
187
-
188
- - **isolation:** optimize startup with 4 key improvements ([f28f89c](https://github.com/covibes/zeroshot/commit/f28f89c36ac98c341484124bbaffee745818dffa)), closes [#20](https://github.com/covibes/zeroshot/issues/20) [#21](https://github.com/covibes/zeroshot/issues/21) [#22](https://github.com/covibes/zeroshot/issues/22) [#23](https://github.com/covibes/zeroshot/issues/23) [#20](https://github.com/covibes/zeroshot/issues/20) [#21](https://github.com/covibes/zeroshot/issues/21) [#22](https://github.com/covibes/zeroshot/issues/22) [#23](https://github.com/covibes/zeroshot/issues/23)
189
-
190
- ### BREAKING CHANGES
191
-
192
- - None
193
- - **settings:** defaultModel setting renamed to maxModel
194
- - defaultModel setting renamed to maxModel
195
-
196
- - feat(status-footer): implement real-time metrics via interpolation
197
-
198
- Replace blocking 1s metrics polling with background sampling + interpolation:
199
-
200
- - Sample actual metrics every 500ms (non-blocking background)
201
- - Display updates every 100ms (10 fps - appears continuous)
202
- - Values smoothly drift toward targets via lerp (15% per tick)
203
- - CPU and RAM interpolate; Network is cumulative (no interpolation)
204
-
205
- Result: Real-time seeming monitoring while reducing actual polling.
206
-
207
- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
208
-
209
- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
210
-
211
- - feat(debug-workflow): harden investigator/fixer/tester for senior-dev quality
212
-
213
- Implements 7 hardening changes to ensure debug-workflow produces
214
- trustworthy output without manual code review:
215
-
216
- **Investigator:**
217
-
218
- - Structured rootCauses schema requiring proof each is fundamental
219
- - Mandatory similarPatternLocations field from codebase-wide scan
220
- - Prompt requires documenting WHY each cause is root (not symptom)
221
-
222
- **Fixer:**
223
-
224
- - Mandatory root cause mapping (each cause → specific fix)
225
- - Mandatory test addition with escape hatch for valid justifications
226
- - Must fix ALL similar pattern locations, not just original failure
227
-
228
- **Tester:**
229
-
230
- - Structured verification schema with commandResult, rootCauseVerification,
231
- similarLocationVerification, testVerification, regressionCheck
232
- - Comprehensive checklist: A (command), B (root causes), C (similar locs),
233
- D (test quality), E (regression via smart tiering)
234
- - Explicit forbidden rationalizations and approval criteria
235
-
236
- Result: Workflow now blocks incomplete work, band-aid fixes, missing tests,
237
- and ignored similar bugs. Output can be trusted.
238
-
239
- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
240
-
241
- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
242
-
243
- # [2.1.0](https://github.com/covibes/zeroshot/compare/v2.0.0...v2.1.0) (2025-12-29)
244
-
245
- ### Features
246
-
247
- - add first-run wizard and update checker ([c93cdfe](https://github.com/covibes/zeroshot/commit/c93cdfec65f05ce5b1ed4583b5ec0a23fcf56f31)), closes [#17](https://github.com/covibes/zeroshot/issues/17)
248
-
249
- # [2.0.0](https://github.com/covibes/zeroshot/compare/v1.5.0...v2.0.0) (2025-12-29)
250
-
251
- ### Code Refactoring
252
-
253
- - **cli:** simplify flag hierarchy with cascading --ship → --pr → --isolation ([#18](https://github.com/covibes/zeroshot/issues/18)) ([5718ead](https://github.com/covibes/zeroshot/commit/5718ead37f1771a5dfa68dd9b4f55f73e1f6b9d7)), closes [#17](https://github.com/covibes/zeroshot/issues/17)
254
-
255
- ### BREAKING CHANGES
256
-
257
- - **cli:** `auto` command removed, use `run --ship` instead
258
-
259
- * Remove `auto` command (use `run --ship` for full automation)
260
- * Add `--ship` flag: isolation + PR + auto-merge
261
- * `--pr` now auto-enables `--isolation`
262
- * Rename `clear` → `purge` for clarity
263
- * Update help text with cascading flag examples
264
- * Add `agents` command stubs
265
- * Add `--json` output support to list/status
266
-
267
- # [1.5.0](https://github.com/covibes/zeroshot/compare/v1.4.0...v1.5.0) (2025-12-28)
268
-
269
- ### Bug Fixes
270
-
271
- - **agent:** stop polling after max failures and fix status matching ([7a0fbfe](https://github.com/covibes/zeroshot/commit/7a0fbfe5439f428bdf8e0bcadbd308542221b6f1))
272
- - **ci:** skip pre-push hook in CI environment ([352b013](https://github.com/covibes/zeroshot/commit/352b013b71fcea7c2d484c8274fe7c42139c65ea))
273
- - **cli:** prevent terminal garbling with status footer coordination ([2716ce5](https://github.com/covibes/zeroshot/commit/2716ce55eae9a08107788200ab798c3f76815820))
274
- - **config:** add timeout: 0 default to agent configuration ([6ff66c0](https://github.com/covibes/zeroshot/commit/6ff66c093bf8dfd5048b468fbd250cbfc0d9dbc1))
275
- - **deps:** regenerate package-lock.json for jscpd dependencies ([c46d84c](https://github.com/covibes/zeroshot/commit/c46d84c3fc1fbb3d00585922613ff36d829d917a))
276
- - **infra:** improve container cleanup and npm install robustness ([6c04b46](https://github.com/covibes/zeroshot/commit/6c04b46374bd3041a8b5c185ca163009f2fb6635))
277
- - **orchestrator:** prevent 0-message clusters on SIGINT during init ([33ed8f9](https://github.com/covibes/zeroshot/commit/33ed8f9b90d92da6bf9caf2a7b5e52eadbcecc9f))
278
- - **template-resolver:** apply param defaults before resolving placeholders ([eafdd62](https://github.com/covibes/zeroshot/commit/eafdd62fce381a7b9a7cb9787cd06e13f421171b))
279
- - **templates:** add timeout parameter to all base templates ([f853ed3](https://github.com/covibes/zeroshot/commit/f853ed39e0e566afaf31040ce94923a2dcc7bfb9))
280
-
281
- ### Features
282
-
283
- - **agents:** add git prohibition + minimal output instructions ([6f6496c](https://github.com/covibes/zeroshot/commit/6f6496c5db29073ebbeb6229ac128a5f62d7591f))
284
- - mechanical enforcement of 7 antipatterns ([4286091](https://github.com/covibes/zeroshot/commit/428609163f9405a8d4b9e84adaee0edbc6bbb7d1)), closes [#1](https://github.com/covibes/zeroshot/issues/1) [#5](https://github.com/covibes/zeroshot/issues/5) [#2](https://github.com/covibes/zeroshot/issues/2) [#4](https://github.com/covibes/zeroshot/issues/4) [#3](https://github.com/covibes/zeroshot/issues/3) [#7](https://github.com/covibes/zeroshot/issues/7) [covibes/covibes#635](https://github.com/covibes/covibes/issues/635)
285
- - **templates:** add timeout parameter to worker-validator agents ([ee8b17b](https://github.com/covibes/zeroshot/commit/ee8b17bc76aa29bb692965fddbc5a993749f11f9))
286
-
287
- # [1.5.0](https://github.com/covibes/zeroshot/compare/v1.4.0...v1.5.0) (2025-12-28)
288
-
289
- ### Bug Fixes
290
-
291
- - **agent:** stop polling after max failures and fix status matching ([7a0fbfe](https://github.com/covibes/zeroshot/commit/7a0fbfe5439f428bdf8e0bcadbd308542221b6f1))
292
- - **cli:** prevent terminal garbling with status footer coordination ([2716ce5](https://github.com/covibes/zeroshot/commit/2716ce55eae9a08107788200ab798c3f76815820))
293
- - **config:** add timeout: 0 default to agent configuration ([6ff66c0](https://github.com/covibes/zeroshot/commit/6ff66c093bf8dfd5048b468fbd250cbfc0d9dbc1))
294
- - **deps:** regenerate package-lock.json for jscpd dependencies ([c46d84c](https://github.com/covibes/zeroshot/commit/c46d84c3fc1fbb3d00585922613ff36d829d917a))
295
- - **infra:** improve container cleanup and npm install robustness ([6c04b46](https://github.com/covibes/zeroshot/commit/6c04b46374bd3041a8b5c185ca163009f2fb6635))
296
- - **orchestrator:** prevent 0-message clusters on SIGINT during init ([33ed8f9](https://github.com/covibes/zeroshot/commit/33ed8f9b90d92da6bf9caf2a7b5e52eadbcecc9f))
297
- - **template-resolver:** apply param defaults before resolving placeholders ([eafdd62](https://github.com/covibes/zeroshot/commit/eafdd62fce381a7b9a7cb9787cd06e13f421171b))
298
- - **templates:** add timeout parameter to all base templates ([f853ed3](https://github.com/covibes/zeroshot/commit/f853ed39e0e566afaf31040ce94923a2dcc7bfb9))
299
-
300
- ### Features
301
-
302
- - **agents:** add git prohibition + minimal output instructions ([6f6496c](https://github.com/covibes/zeroshot/commit/6f6496c5db29073ebbeb6229ac128a5f62d7591f))
303
- - mechanical enforcement of 7 antipatterns ([4286091](https://github.com/covibes/zeroshot/commit/428609163f9405a8d4b9e84adaee0edbc6bbb7d1)), closes [#1](https://github.com/covibes/zeroshot/issues/1) [#5](https://github.com/covibes/zeroshot/issues/5) [#2](https://github.com/covibes/zeroshot/issues/2) [#4](https://github.com/covibes/zeroshot/issues/4) [#3](https://github.com/covibes/zeroshot/issues/3) [#7](https://github.com/covibes/zeroshot/issues/7) [covibes/covibes#635](https://github.com/covibes/covibes/issues/635)
304
- - **templates:** add timeout parameter to worker-validator agents ([ee8b17b](https://github.com/covibes/zeroshot/commit/ee8b17bc76aa29bb692965fddbc5a993749f11f9))
305
-
306
- # [1.4.0](https://github.com/covibes/zeroshot/compare/v1.3.0...v1.4.0) (2025-12-28)
307
-
308
- ### Features
309
-
310
- - **status-footer:** atomic writes + token cost display ([7baf0c2](https://github.com/covibes/zeroshot/commit/7baf0c228dd5f3489013f75a1782abe6cbe39661))
311
-
312
- # [1.3.0](https://github.com/covibes/zeroshot/compare/v1.2.0...v1.3.0) (2025-12-28)
313
-
314
- ### Features
315
-
316
- - **planner:** enforce explicit acceptance criteria via JSON schema ([73009d9](https://github.com/covibes/zeroshot/commit/73009d9ad33e46e546721680be6d2cab9c9e46f0)), closes [#16](https://github.com/covibes/zeroshot/issues/16)
317
-
318
- # [1.2.0](https://github.com/covibes/zeroshot/compare/v1.1.4...v1.2.0) (2025-12-28)
319
-
320
- ### Bug Fixes
321
-
322
- - **status-footer:** robust terminal resize handling ([767a610](https://github.com/covibes/zeroshot/commit/767a610027b3e2bb238b54c31a3a7e93db635319))
323
-
324
- ### Features
325
-
326
- - **agent:** publish TOKEN_USAGE events with task completion ([c79482c](https://github.com/covibes/zeroshot/commit/c79482c82582b75a692ba71005c821decdc1d769))
327
- - **stream-parser:** add token usage tracking to result events ([91ad850](https://github.com/covibes/zeroshot/commit/91ad8507f42fd1a398bdc06f3b91b0a13eec8941))
328
-
329
- ## [1.1.4](https://github.com/covibes/zeroshot/compare/v1.1.3...v1.1.4) (2025-12-28)
330
-
331
- ### Bug Fixes
332
-
333
- - **cli:** read version from package.json instead of hardcoded value ([a6e0e57](https://github.com/covibes/zeroshot/commit/a6e0e570feeaffa64dbc46d494eeef000f32b708))
334
- - **cli:** resolve streaming mode crash and refactor message formatters ([efb9264](https://github.com/covibes/zeroshot/commit/efb9264ce0d3ede0eb7d502d4625694c2c525230))
335
-
336
- ## [1.1.3](https://github.com/covibes/zeroshot/compare/v1.1.2...v1.1.3) (2025-12-28)
337
-
338
- ### Bug Fixes
339
-
340
- - **publish:** remove tests from prepublishOnly to prevent double execution ([3e11e71](https://github.com/covibes/zeroshot/commit/3e11e71cb722f835634d21f80fee79ea3c29b031))
341
-
342
- ## [1.1.2](https://github.com/covibes/zeroshot/compare/v1.1.1...v1.1.2) (2025-12-28)
343
-
344
- ### Bug Fixes
345
-
346
- - **ci:** resolve ESLint violations and status-footer test failures ([0d794f9](https://github.com/covibes/zeroshot/commit/0d794f98aa10d2492d8ab0af516bb1e5abee0566))
347
- - **isolation:** handle missing/directory .gitconfig in CI environments ([3d754e4](https://github.com/covibes/zeroshot/commit/3d754e4a02d40e2fd902d97d17a6532ba247f780))
348
- - **workflow:** extract tarball filename correctly from npm pack output ([3cf48a3](https://github.com/covibes/zeroshot/commit/3cf48a3ddf4f1938916c7ed5a2be1796003a988f))
349
-
350
- ## [1.1.1](https://github.com/covibes/zeroshot/compare/v1.1.0...v1.1.1) (2025-12-28)
351
-
352
- ### Bug Fixes
353
-
354
- - **lint:** resolve require-await and unused-imports errors ([852c8a0](https://github.com/covibes/zeroshot/commit/852c8a0e9076eb5403105c6f319e66e53c27fd6d))
355
-
356
- # [1.1.0](https://github.com/covibes/zeroshot/compare/v1.0.2...v1.1.0) (2025-12-28)
357
-
358
- ### Bug Fixes
359
-
360
- - **docker:** use repo root as build context for Dockerfile ([c1d6719](https://github.com/covibes/zeroshot/commit/c1d6719eb43787ba62e5f69663eb4e5bd1aeb492))
361
- - **lint:** remove unused import and fix undefined variable in test ([41c9965](https://github.com/covibes/zeroshot/commit/41c9965eb84d2b8c22eaaf8e1d65a5f41c7b1e44))
362
-
363
- ### Features
364
-
365
- - **isolation:** use zeroshot task infrastructure inside containers ([922f30d](https://github.com/covibes/zeroshot/commit/922f30d5ddd8c4d87cac375fd97025f402e7c43e))
366
- - **monitoring:** add live status footer with CPU/memory metrics ([2df3de0](https://github.com/covibes/zeroshot/commit/2df3de0a1fe9573961b596da9e78a159f3c33086))
367
- - **validators:** add zero-tolerance rejection rules for incomplete code ([308aef8](https://github.com/covibes/zeroshot/commit/308aef8b5ee2e3ff05e336ee810b842492183b2e))
368
- - **validators:** strengthen with senior engineering principles ([d83f666](https://github.com/covibes/zeroshot/commit/d83f6668a145e36bd7d807d9821e8631a3a1cc18))
369
-
370
- ## [1.0.2](https://github.com/covibes/zeroshot/compare/v1.0.1...v1.0.2) (2025-12-27)
371
-
372
- ### Bug Fixes
373
-
374
- - include task-lib in npm package ([37602fb](https://github.com/covibes/zeroshot/commit/37602fb3f1f6cd735d8db232be5829dc342b815d))
375
-
376
- ## [1.0.1](https://github.com/covibes/zeroshot/compare/v1.0.0...v1.0.1) (2025-12-27)
377
-
378
- ### Bug Fixes
379
-
380
- - **ci:** checkout latest main to prevent stale SHA race condition ([dd302ba](https://github.com/covibes/zeroshot/commit/dd302ba8e0755cea6835cfae3286b3aa51e2f92a))
381
- - trigger npm publish ([6aa6708](https://github.com/covibes/zeroshot/commit/6aa6708dca0e55299ba5d1be9eb54410731a7da0))
382
-
383
- # 1.0.0 (2025-12-27)
384
-
385
- ### Bug Fixes
386
-
387
- - **ci:** update codecov to v5 and add continue-on-error ([53de603](https://github.com/covibes/zeroshot/commit/53de603d008764c31dc158a3f2702128d6cf8bc4))
388
- - **ci:** use Node.js 22 for semantic-release compatibility ([#9](https://github.com/covibes/zeroshot/issues/9)) ([0387c7d](https://github.com/covibes/zeroshot/commit/0387c7dcf5211b8632cf5c19a5516ad119c69a59))
389
- - disable checkJs to fix CI typecheck failures ([cabe14c](https://github.com/covibes/zeroshot/commit/cabe14c21e8827b26423aa1b5339cb4056f0f8a5))
390
- - **lint:** add missing eslint-config-prettier + fix no-control-regex ([d26e1ba](https://github.com/covibes/zeroshot/commit/d26e1ba404a85c96519d2945501dfa4b09505190))
391
- - mark task-lib as ES module for Node 18 compatibility ([44fea80](https://github.com/covibes/zeroshot/commit/44fea80bd4d28877786eb140d9a9d63ac9f609ee))
392
- - prevent agents from asking questions in non-interactive mode ([#8](https://github.com/covibes/zeroshot/issues/8)) ([458ed29](https://github.com/covibes/zeroshot/commit/458ed299aefa2790fcc951dd0efcd9d347c485ce))
393
- - **resume:** find last workflow trigger instead of arbitrary last 5 messages ([497c24f](https://github.com/covibes/zeroshot/commit/497c24f4bd0b8c0be168167965520600b82a3f2a))
394
- - **test:** correct npm install retry timing assertion ([36222d6](https://github.com/covibes/zeroshot/commit/36222d69920fc1aed012002c3846cf9f7d9e6392))
395
-
396
- ### Features
397
-
398
- - **validator:** make validator-tester repo-calibrated and intelligent ([#5](https://github.com/covibes/zeroshot/issues/5)) ([3bccad2](https://github.com/covibes/zeroshot/commit/3bccad2ab32130efb897864de2a31d10c1f1842c))
399
- - **validators:** enforce test quality with antipattern detection ([#2](https://github.com/covibes/zeroshot/issues/2)) ([9b4f912](https://github.com/covibes/zeroshot/commit/9b4f91200f4429acbce300f2c049d1d23191e768))
400
-
401
- # 1.0.0 (2025-12-27)
402
-
403
- ### Bug Fixes
404
-
405
- - **ci:** update codecov to v5 and add continue-on-error ([53de603](https://github.com/covibes/zeroshot/commit/53de603d008764c31dc158a3f2702128d6cf8bc4))
406
- - **ci:** use Node.js 22 for semantic-release compatibility ([#9](https://github.com/covibes/zeroshot/issues/9)) ([0387c7d](https://github.com/covibes/zeroshot/commit/0387c7dcf5211b8632cf5c19a5516ad119c69a59))
407
- - disable checkJs to fix CI typecheck failures ([cabe14c](https://github.com/covibes/zeroshot/commit/cabe14c21e8827b26423aa1b5339cb4056f0f8a5))
408
- - **lint:** add missing eslint-config-prettier + fix no-control-regex ([d26e1ba](https://github.com/covibes/zeroshot/commit/d26e1ba404a85c96519d2945501dfa4b09505190))
409
- - mark task-lib as ES module for Node 18 compatibility ([44fea80](https://github.com/covibes/zeroshot/commit/44fea80bd4d28877786eb140d9a9d63ac9f609ee))
410
- - prevent agents from asking questions in non-interactive mode ([#8](https://github.com/covibes/zeroshot/issues/8)) ([458ed29](https://github.com/covibes/zeroshot/commit/458ed299aefa2790fcc951dd0efcd9d347c485ce))
411
- - **resume:** find last workflow trigger instead of arbitrary last 5 messages ([497c24f](https://github.com/covibes/zeroshot/commit/497c24f4bd0b8c0be168167965520600b82a3f2a))
412
- - **test:** correct npm install retry timing assertion ([36222d6](https://github.com/covibes/zeroshot/commit/36222d69920fc1aed012002c3846cf9f7d9e6392))
413
-
414
- ### Features
415
-
416
- - **validator:** make validator-tester repo-calibrated and intelligent ([#5](https://github.com/covibes/zeroshot/issues/5)) ([3bccad2](https://github.com/covibes/zeroshot/commit/3bccad2ab32130efb897864de2a31d10c1f1842c))
417
- - **validators:** enforce test quality with antipattern detection ([#2](https://github.com/covibes/zeroshot/issues/2)) ([9b4f912](https://github.com/covibes/zeroshot/commit/9b4f91200f4429acbce300f2c049d1d23191e768))
418
-
419
- # Changelog
420
-
421
- All notable changes to this project will be documented in this file.
422
-
423
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
424
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
425
-
426
- ## [Unreleased]
427
-
428
- ## [0.1.0] - 2025-12-25
429
-
430
- ### Added
431
-
432
- #### Core Architecture
433
-
434
- - Multi-agent coordination engine with message-passing primitives
435
- - SQLite-backed immutable ledger for crash recovery and state persistence
436
- - Pub/sub message bus with topic-based routing and WebSocket support
437
- - JavaScript-based logic engine for trigger evaluation with sandboxed execution
438
- - Agent lifecycle management with state machine (idle → evaluating → executing)
439
- - Dynamic agent spawning via CLUSTER_OPERATIONS messages
440
-
441
- #### Agent System
442
-
443
- - AgentWrapper for managing Claude CLI process lifecycle
444
- - Context building from ledger with configurable strategies
445
- - Hook system for onComplete, onError, and onStart actions
446
- - Output streaming via message bus with real-time updates
447
- - Liveness detection to identify stuck agents
448
- - Resume capability for failed tasks with error context
449
- - Dynamic model selection based on iteration count and complexity
450
- - Support for both static and parameterized model configurations
451
-
452
- #### CLI Commands
453
-
454
- - `zeroshot run` - Start multi-agent cluster from GitHub issue or text
455
- - `zeroshot auto` - Full automation with Docker isolation and auto-merge PR
456
- - `zeroshot list` - View all running clusters and tasks
457
- - `zeroshot status` - Get detailed cluster status with zombie detection
458
- - `zeroshot logs` - Follow cluster output in real-time
459
- - `zeroshot resume` - Continue from crashed or stopped clusters
460
- - `zeroshot stop` - Graceful cluster shutdown
461
- - `zeroshot kill` - Force stop running cluster
462
- - `zeroshot clear` - Remove all stopped clusters
463
- - `zeroshot export` - Export conversation as JSON or Markdown
464
- - `zeroshot watch` - Interactive TUI dashboard (htop-style)
465
- - `zeroshot agents` - View available agent definitions
466
- - `zeroshot settings` - Manage global settings
467
- - Shell completion support via omelette
468
-
469
- #### Docker Isolation
470
-
471
- - IsolationManager for container lifecycle management
472
- - Fresh git repository initialization in isolated containers
473
- - Credential mounting for Claude CLI, AWS, GitHub, Kubernetes
474
- - Docker-in-Docker support for e2e tests
475
- - Automatic npm dependency installation in containers
476
- - Terraform state preservation across container cleanup
477
- - Git worktree support (alternative to full copy)
478
-
479
- #### Workflow Templates
480
-
481
- - Conductor system with 2D classification (Complexity × TaskType)
482
- - Four base templates: single-worker, worker-validator, debug-workflow, full-workflow
483
- - Parameterized template resolution with TemplateResolver
484
- - Dynamic agent spawning based on task analysis
485
- - Model tier selection: Haiku (TRIVIAL), Sonnet (SIMPLE/STANDARD), Opus (CRITICAL)
486
- - Validator scaling: 0-5 validators based on complexity
487
- - Adversarial tester for STANDARD/CRITICAL tasks
488
-
489
- #### GitHub Integration
490
-
491
- - Issue fetching with automatic URL parsing
492
- - GitHub CLI (gh) integration for PR creation
493
- - Auto-merge support via git-pusher agent
494
- - Token authentication with hosts.yml fallback
495
-
496
- #### TUI Dashboard
497
-
498
- - Real-time cluster monitoring with blessed/blessed-contrib
499
- - Cluster list with state, agent count, and message count
500
- - Message viewer with topic filtering
501
- - Agent status display with iteration tracking
502
- - Log viewer with search and navigation
503
- - System resource monitoring (CPU, memory)
504
- - Responsive layout with keyboard navigation
505
-
506
- #### Developer Tools
507
-
508
- - Config validator with strict mode and warning detection
509
- - ESLint configuration with unused imports detection
510
- - TypeScript type checking with JSDoc annotations
511
- - Mocha test framework with comprehensive test coverage
512
- - Dead code detection with ts-prune, unimported, depcheck
513
- - Proper lockfile support for concurrent file access
514
-
515
- #### Safety Features
516
-
517
- - PreToolUse hook to block AskUserQuestion in non-interactive mode
518
- - Explicit prompts for autonomous decision-making
519
- - Git safety enforcement (no destructive operations)
520
- - Zombie cluster detection for orphaned processes
521
- - Retry logic with exponential backoff for network operations
522
- - File locking for concurrent orchestrator instances
523
-
524
- ### Security
525
-
526
- - Sandboxed JavaScript execution for trigger logic
527
- - Frozen prototypes in VM context to prevent pollution
528
- - Read-only mounts for credentials in Docker containers
529
- - Docker group GID detection for socket access control
530
- - Timeout enforcement for logic scripts (1 second limit)
531
-
532
- ## [0.0.0] - Development
533
-
534
- Initial development phase before first release.
535
-
536
- [Unreleased]: https://github.com/covibes/zeroshot/compare/v0.1.0...HEAD
537
- [0.1.0]: https://github.com/covibes/zeroshot/releases/tag/v0.1.0