@prestyj/boss 4.3.162 → 4.5.0

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 (32) hide show
  1. package/README.md +3 -3
  2. package/dist/{chunk-P2JWHLOI.js → chunk-7QDS2KEP.js} +3 -3
  3. package/dist/{chunk-YNWFCUMR.js → chunk-DZO3FVYX.js} +3 -3
  4. package/dist/chunk-DZO3FVYX.js.map +1 -0
  5. package/dist/{chunk-7QT7YZKN.js → chunk-RVAJYH5L.js} +2 -2
  6. package/dist/{chunk-A7L3ZRW2.js → chunk-S4K5TGVV.js} +31028 -14892
  7. package/dist/{chunk-A7L3ZRW2.js.map → chunk-S4K5TGVV.js.map} +1 -1
  8. package/dist/cli.js +1716 -1011
  9. package/dist/cli.js.map +1 -1
  10. package/dist/{devtools-4TI4D7F2.js → devtools-KC4JWG2A.js} +11 -33
  11. package/dist/devtools-KC4JWG2A.js.map +1 -0
  12. package/dist/{dist-VXOVSHZ5.js → dist-IGN2W3JX.js} +2 -2
  13. package/dist/{chunk-EZYGVECW.js → ignore-3XU7YNRW.js} +3 -6
  14. package/dist/index.js +6 -8
  15. package/dist/index.js.map +1 -1
  16. package/dist/{chunk-RMSZMSH5.js → out-NHVJUVVH.js} +3 -6
  17. package/dist/{pixel-55DE4AGI.js → pixel-ALJG63HU.js} +4 -4
  18. package/dist/{pixel-fix-4LGSDR3J.js → pixel-fix-6NKZMYMY.js} +3 -3
  19. package/package.json +5 -5
  20. package/dist/chunk-YNWFCUMR.js.map +0 -1
  21. package/dist/devtools-4TI4D7F2.js.map +0 -1
  22. package/dist/ignore-AXNNXJD4.js +0 -7
  23. package/dist/out-NH6HQBFM.js +0 -7
  24. package/dist/out-NH6HQBFM.js.map +0 -1
  25. package/dist/pixel-55DE4AGI.js.map +0 -1
  26. /package/dist/{chunk-P2JWHLOI.js.map → chunk-7QDS2KEP.js.map} +0 -0
  27. /package/dist/{chunk-7QT7YZKN.js.map → chunk-RVAJYH5L.js.map} +0 -0
  28. /package/dist/{dist-VXOVSHZ5.js.map → dist-IGN2W3JX.js.map} +0 -0
  29. /package/dist/{chunk-EZYGVECW.js.map → ignore-3XU7YNRW.js.map} +0 -0
  30. /package/dist/{chunk-RMSZMSH5.js.map → out-NHVJUVVH.js.map} +0 -0
  31. /package/dist/{ignore-AXNNXJD4.js.map → pixel-ALJG63HU.js.map} +0 -0
  32. /package/dist/{pixel-fix-4LGSDR3J.js.map → pixel-fix-6NKZMYMY.js.map} +0 -0
package/dist/index.js CHANGED
@@ -1,23 +1,21 @@
1
1
  import { createRequire as __createRequire } from "node:module"; const require = __createRequire(import.meta.url);
2
2
  import {
3
3
  EventQueue,
4
- GGBoss,
4
+ EzBoss,
5
5
  Worker,
6
6
  buildBossSystemPrompt
7
- } from "./chunk-A7L3ZRW2.js";
8
- import "./chunk-RMSZMSH5.js";
9
- import "./chunk-EZYGVECW.js";
10
- import "./chunk-P2JWHLOI.js";
11
- import "./chunk-7QT7YZKN.js";
7
+ } from "./chunk-S4K5TGVV.js";
8
+ import "./chunk-7QDS2KEP.js";
9
+ import "./chunk-RVAJYH5L.js";
12
10
  import {
13
11
  init_esm_shims
14
- } from "./chunk-YNWFCUMR.js";
12
+ } from "./chunk-DZO3FVYX.js";
15
13
 
16
14
  // src/index.ts
17
15
  init_esm_shims();
18
16
  export {
19
17
  EventQueue,
20
- GGBoss,
18
+ EzBoss,
21
19
  Worker,
22
20
  buildBossSystemPrompt
23
21
  };
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { GGBoss } from \"./orchestrator.js\";\nexport { EventQueue } from \"./event-queue.js\";\nexport { Worker } from \"./worker.js\";\nexport { buildBossSystemPrompt } from \"./boss-system-prompt.js\";\nexport type {\n WorkerStatus,\n ProjectSpec,\n ToolUseSummary,\n WorkerTurnSummary,\n BossEvent,\n} from \"./types.js\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { EzBoss } from \"./orchestrator.js\";\nexport { EventQueue } from \"./event-queue.js\";\nexport { Worker } from \"./worker.js\";\nexport { buildBossSystemPrompt } from \"./boss-system-prompt.js\";\nexport type {\n WorkerStatus,\n ProjectSpec,\n ToolUseSummary,\n WorkerTurnSummary,\n BossEvent,\n} from \"./types.js\";\n"],"mappings":";;;;;;;;;;;;;;AAAA;","names":[]}
@@ -3,7 +3,7 @@ import {
3
3
  __commonJS,
4
4
  __require,
5
5
  init_esm_shims
6
- } from "./chunk-YNWFCUMR.js";
6
+ } from "./chunk-DZO3FVYX.js";
7
7
 
8
8
  // ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js
9
9
  var require_array = __commonJS({
@@ -5592,10 +5592,7 @@ var require_out4 = __commonJS({
5592
5592
  module.exports = FastGlob;
5593
5593
  }
5594
5594
  });
5595
-
5596
- export {
5597
- require_out4 as require_out
5598
- };
5595
+ export default require_out4();
5599
5596
  /*! Bundled license information:
5600
5597
 
5601
5598
  is-extglob/index.js:
@@ -5644,4 +5641,4 @@ queue-microtask/index.js:
5644
5641
  run-parallel/index.js:
5645
5642
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
5646
5643
  */
5647
- //# sourceMappingURL=chunk-RMSZMSH5.js.map
5644
+ //# sourceMappingURL=out-NHVJUVVH.js.map
@@ -3,12 +3,12 @@ import {
3
3
  fetchPixelEntries,
4
4
  listAllErrors,
5
5
  runPixelInstall
6
- } from "./chunk-P2JWHLOI.js";
7
- import "./chunk-7QT7YZKN.js";
8
- import "./chunk-YNWFCUMR.js";
6
+ } from "./chunk-7QDS2KEP.js";
7
+ import "./chunk-RVAJYH5L.js";
8
+ import "./chunk-DZO3FVYX.js";
9
9
  export {
10
10
  fetchPixelEntries,
11
11
  listAllErrors,
12
12
  runPixelInstall
13
13
  };
14
- //# sourceMappingURL=pixel-55DE4AGI.js.map
14
+ //# sourceMappingURL=pixel-ALJG63HU.js.map
@@ -2,10 +2,10 @@ import { createRequire as __createRequire } from "node:module"; const require =
2
2
  import {
3
3
  DEFAULT_INGEST_URL,
4
4
  source_default
5
- } from "./chunk-7QT7YZKN.js";
5
+ } from "./chunk-RVAJYH5L.js";
6
6
  import {
7
7
  init_esm_shims
8
- } from "./chunk-YNWFCUMR.js";
8
+ } from "./chunk-DZO3FVYX.js";
9
9
 
10
10
  // ../cli/dist/core/pixel-fix.js
11
11
  init_esm_shims();
@@ -938,4 +938,4 @@ export {
938
938
  preparePixelFix,
939
939
  runQueue
940
940
  };
941
- //# sourceMappingURL=pixel-fix-4LGSDR3J.js.map
941
+ //# sourceMappingURL=pixel-fix-6NKZMYMY.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prestyj/boss",
3
- "version": "4.3.162",
3
+ "version": "4.5.0",
4
4
  "type": "module",
5
5
  "description": "Orchestrator agent that drives multiple ezcoder sessions across projects from a single chat",
6
6
  "license": "MIT",
@@ -22,15 +22,15 @@
22
22
  "@types/node": "^25.6.0",
23
23
  "@types/react": "^19.2.14",
24
24
  "chalk": "^5.6.2",
25
- "ink": "^7.0.2",
25
+ "ink": "6.8.0",
26
26
  "react": "^19.2.5",
27
27
  "tsup": "^8.5.1",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.4",
30
30
  "zod": "^4.4.3",
31
- "@prestyj/agent": "4.3.209",
32
- "@prestyj/ai": "4.3.209",
33
- "@prestyj/cli": "4.3.209"
31
+ "@prestyj/agent": "4.5.0",
32
+ "@prestyj/ai": "4.5.0",
33
+ "@prestyj/cli": "4.5.0"
34
34
  },
35
35
  "optionalDependencies": {
36
36
  "@huggingface/transformers": "^3.6.0",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.14_typescript@6.0.3/node_modules/tsup/assets/esm_shims.js"],"sourcesContent":["// Shim globals in esm bundle\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\n\nconst getFilename = () => fileURLToPath(import.meta.url)\nconst getDirname = () => path.dirname(getFilename())\n\nexport const __dirname = /* @__PURE__ */ getDirname()\nexport const __filename = /* @__PURE__ */ getFilename()\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,OAAO,UAAU;AACjB,SAAS,qBAAqB;AAF9B;AAAA;AAAA;AAAA;AAAA;","names":[]}