@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/package.json CHANGED
@@ -1,144 +1,35 @@
1
1
  {
2
2
  "name": "@covibes/zeroshot",
3
- "version": "5.3.0",
4
- "description": "Multi-agent orchestration engine for Claude, Codex, and Gemini",
5
- "main": "src/orchestrator.js",
3
+ "version": "5.4.1",
4
+ "description": "Migration bridge from @covibes/zeroshot to @the-open-engine/zeroshot",
6
5
  "bin": {
7
- "zeroshot": "./cli/index.js"
8
- },
9
- "directories": {
10
- "example": "examples",
11
- "test": "tests"
6
+ "zeroshot": "cli/index.js"
12
7
  },
13
8
  "scripts": {
14
- "test": "mocha 'tests/unit/**/*.test.js' 'tests/*.test.js' --parallel",
15
- "test:unit": "mocha 'tests/unit/**/*.test.js' 'tests/*.test.js' --parallel",
16
- "test:slow": "mocha 'tests/integration/**/*.test.js' --timeout 180000",
17
- "test:all": "npm run test && npm run test:slow",
18
- "test:coverage": "c8 npm run test:unit",
19
- "test:coverage:report": "c8 --reporter=html npm run test:unit && echo 'Coverage report generated at coverage/index.html'",
20
- "postinstall": "node scripts/fix-node-pty-permissions.js",
21
- "start": "node cli/index.js",
22
- "typecheck": "tsc --noEmit",
23
- "lint": "eslint .",
24
- "lint:fix": "eslint . --fix",
25
- "validate:templates": "node scripts/validate-templates.js",
26
- "format": "prettier --write .",
27
- "format:check": "prettier --check .",
28
- "deadcode": "ts-prune --skip node_modules",
29
- "deadcode:files": "unimported",
30
- "deadcode:deps": "depcheck",
31
- "deadcode:all": "npm run deadcode && npm run deadcode:files && npm run deadcode:deps",
32
- "dupcheck": "jscpd src/ --min-lines 5 --min-tokens 50 --threshold 5",
33
- "check": "npm run typecheck && npm run lint",
34
- "check:all": "npm run check && npm run deadcode:all",
35
- "release": "semantic-release",
36
- "prepublishOnly": "npm run lint && npm run typecheck",
37
- "prepare": "husky"
9
+ "test": "node cli/index.js --version"
10
+ },
11
+ "dependencies": {
12
+ "@the-open-engine/zeroshot": "^6.0.1"
38
13
  },
39
- "c8": {
40
- "reporter": [
41
- "text",
42
- "lcov",
43
- "html"
44
- ],
45
- "include": [
46
- "src/**/*.js",
47
- "lib/**/*.js",
48
- "cli/**/*.js"
49
- ],
50
- "exclude": [
51
- "**/*.test.js",
52
- "**/tests/**"
53
- ],
54
- "all": true
14
+ "engines": {
15
+ "node": ">=18.0.0"
55
16
  },
56
- "keywords": [
57
- "ai",
58
- "agents",
59
- "multi-agent",
60
- "orchestration",
61
- "claude",
62
- "codex",
63
- "gemini",
64
- "automation"
17
+ "files": [
18
+ "cli/",
19
+ "README.md",
20
+ "LICENSE"
65
21
  ],
66
- "author": "Covibes",
67
22
  "license": "MIT",
68
- "homepage": "https://github.com/covibes/zeroshot",
23
+ "homepage": "https://github.com/the-open-engine/zeroshot",
69
24
  "repository": {
70
25
  "type": "git",
71
- "url": "https://github.com/covibes/zeroshot.git"
26
+ "url": "git+https://github.com/the-open-engine/zeroshot.git"
72
27
  },
73
28
  "bugs": {
74
- "url": "https://github.com/covibes/zeroshot/issues"
75
- },
76
- "engines": {
77
- "node": ">=18.0.0"
29
+ "url": "https://github.com/the-open-engine/zeroshot/issues"
78
30
  },
79
31
  "publishConfig": {
80
32
  "access": "public",
81
33
  "registry": "https://registry.npmjs.org/"
82
- },
83
- "files": [
84
- "src/",
85
- "lib/",
86
- "cli/",
87
- "task-lib/",
88
- "cluster-templates/",
89
- "hooks/",
90
- "docker/",
91
- "scripts/",
92
- "README.md",
93
- "LICENSE",
94
- "CHANGELOG.md"
95
- ],
96
- "dependencies": {
97
- "ajv": "^8.17.1",
98
- "ansi-to-html": "^0.7.2",
99
- "better-sqlite3": "^12.5.0",
100
- "blessed": "^0.1.81",
101
- "blessed-contrib": "^4.11.0",
102
- "chalk": "^4.1.2",
103
- "commander": "^14.0.2",
104
- "md-to-pdf": "^5.2.5",
105
- "node-pty": "^1.1.0",
106
- "omelette": "^0.4.17",
107
- "pidusage": "^4.0.1",
108
- "proper-lockfile": "^4.1.2"
109
- },
110
- "devDependencies": {
111
- "@semantic-release/changelog": "^6.0.3",
112
- "@semantic-release/git": "^10.0.1",
113
- "@semantic-release/github": "^11.0.6",
114
- "@types/better-sqlite3": "^7.6.13",
115
- "@types/node": "^25.0.3",
116
- "c8": "^10.1.3",
117
- "chai": "^6.2.1",
118
- "depcheck": "^1.4.7",
119
- "eslint": "^9.39.1",
120
- "eslint-config-prettier": "^10.1.8",
121
- "eslint-plugin-unused-imports": "^4.3.0",
122
- "husky": "^9.1.7",
123
- "jscpd": "^3.5.10",
124
- "lint-staged": "^16.2.7",
125
- "mocha": "^11.7.5",
126
- "prettier": "^3.7.4",
127
- "semantic-release": "^25.0.2",
128
- "sinon": "^21.0.0",
129
- "ts-prune": "^0.10.3",
130
- "typescript": "^5.9.3",
131
- "unimported": "^1.31.0"
132
- },
133
- "overrides": {
134
- "xml2js": "^0.5.0"
135
- },
136
- "lint-staged": {
137
- "*.{js,mjs,cjs}": [
138
- "eslint --fix"
139
- ],
140
- "*.{js,mjs,cjs,json,md}": [
141
- "prettier --write"
142
- ]
143
34
  }
144
35
  }