@cat-factory/orchestration 0.123.7 → 0.123.8
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.
|
@@ -18,20 +18,7 @@ export declare const BUG_INVESTIGATOR_AGENT_KIND = "bug-investigator";
|
|
|
18
18
|
* `priorOutputs`. Registered in `@cat-factory/agents`; this is the engine-side id alias.
|
|
19
19
|
*/
|
|
20
20
|
export declare const REPRO_TEST_AGENT_KIND = "repro-test";
|
|
21
|
-
|
|
22
|
-
* The agent kind of the container agent that writes the service's unified, in-repo
|
|
23
|
-
* specification (`spec.json`). It runs BEFORE the coder and aggregates the collected
|
|
24
|
-
* requirements of every task under the service frame — including their acceptance
|
|
25
|
-
* scenarios — onto the implementation branch.
|
|
26
|
-
*/
|
|
27
|
-
export declare const SPEC_WRITER_AGENT_KIND = "spec-writer";
|
|
28
|
-
/**
|
|
29
|
-
* The agent kind of the container agent that maps a repository into the canonical
|
|
30
|
-
* service → modules blueprint and (re)generates the in-repo `blueprints/` artifact. It
|
|
31
|
-
* runs as a read-only `container-explore` structured agent; the deterministic render +
|
|
32
|
-
* commit of the artifact is a BACKEND post-op (`blueprintPostOp`), not harness code.
|
|
33
|
-
*/
|
|
34
|
-
export declare const BLUEPRINTS_AGENT_KIND = "blueprints";
|
|
21
|
+
export { BLUEPRINTS_AGENT_KIND, SPEC_WRITER_AGENT_KIND } from '@cat-factory/agents';
|
|
35
22
|
/** The agent kind of the container agent that scores a PR for the merge decision. */
|
|
36
23
|
export declare const MERGER_AGENT_KIND = "merger";
|
|
37
24
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ci.logic.d.ts","sourceRoot":"","sources":["../../../src/modules/execution/ci.logic.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,gBAAgB,EAChB,uBAAuB,EACvB,KAAK,SAAS,EACd,WAAW,EACX,SAAS,EACT,qBAAqB,GACtB,MAAM,qBAAqB,CAAA;AAmB5B,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,qBAAqB,CAAA;AAE5B;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,qBAAqB,CAAA;AAE7D;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"ci.logic.d.ts","sourceRoot":"","sources":["../../../src/modules/execution/ci.logic.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,gBAAgB,EAChB,uBAAuB,EACvB,KAAK,SAAS,EACd,WAAW,EACX,SAAS,EACT,qBAAqB,GACtB,MAAM,qBAAqB,CAAA;AAmB5B,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,qBAAqB,CAAA;AAE5B;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,qBAAqB,CAAA;AAE7D;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,eAAe,CAAA;AAMjD,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEnF,qFAAqF;AACrF,eAAO,MAAM,iBAAiB,WAAW,CAAA;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,eAAe,CAAA;AAE7C;;;;;;;;;;GAUG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAG7D,0FAA0F;AAC1F,eAAO,MAAM,YAAY,EAAE,SAAS,MAAM,EAA8C,CAAA;AAExF,yEAAyE;AACzE,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAElD;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,aAAa,CAAA;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,YAAY,CAAA;AAE3C;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,eAAe,CAAA;AAEjD;;;;;;;;;;GAUG;AACH,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -39,20 +39,11 @@ export const BUG_INVESTIGATOR_AGENT_KIND = 'bug-investigator';
|
|
|
39
39
|
* `priorOutputs`. Registered in `@cat-factory/agents`; this is the engine-side id alias.
|
|
40
40
|
*/
|
|
41
41
|
export const REPRO_TEST_AGENT_KIND = 'repro-test';
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
*/
|
|
48
|
-
export const SPEC_WRITER_AGENT_KIND = 'spec-writer';
|
|
49
|
-
/**
|
|
50
|
-
* The agent kind of the container agent that maps a repository into the canonical
|
|
51
|
-
* service → modules blueprint and (re)generates the in-repo `blueprints/` artifact. It
|
|
52
|
-
* runs as a read-only `container-explore` structured agent; the deterministic render +
|
|
53
|
-
* commit of the artifact is a BACKEND post-op (`blueprintPostOp`), not harness code.
|
|
54
|
-
*/
|
|
55
|
-
export const BLUEPRINTS_AGENT_KIND = 'blueprints';
|
|
42
|
+
// The `spec-writer` + `blueprints` container kinds are now real `registerAgentKind` entries in
|
|
43
|
+
// `@cat-factory/agents` (`agents/kinds/spec-blueprints.ts`, refactoring-candidates.md #5), so
|
|
44
|
+
// their ids are DEFINED there — next to the definition — and re-exported here for the engine's
|
|
45
|
+
// existing internal call sites, exactly as the gate/helper + inline-reviewer kinds are.
|
|
46
|
+
export { BLUEPRINTS_AGENT_KIND, SPEC_WRITER_AGENT_KIND } from '@cat-factory/agents';
|
|
56
47
|
/** The agent kind of the container agent that scores a PR for the merge decision. */
|
|
57
48
|
export const MERGER_AGENT_KIND = 'merger';
|
|
58
49
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ci.logic.js","sourceRoot":"","sources":["../../../src/modules/execution/ci.logic.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,oFAAoF;AACpF,yFAAyF;AACzF,iDAAiD;AACjD,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,gBAAgB,EAChB,uBAAuB,EAEvB,WAAW,EACX,SAAS,EACT,qBAAqB,GACtB,MAAM,qBAAqB,CAAA;AAE5B,wFAAwF;AACxF,qFAAqF;AACrF,6FAA6F;AAC7F,uFAAuF;AACvF,uDAAuD;AACvD,EAAE;AACF,4FAA4F;AAC5F,wFAAwF;AACxF,2DAA2D;AAC3D,0FAA0F;AAC1F,uFAAuF;AACvF,qFAAqF;AACrF,0FAA0F;AAC1F,2FAA2F;AAC3F,gFAAgF;AAChF,EAAE;AACF,oEAAoE;AACpE,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,qBAAqB,CAAA;AAE5B;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,kBAAkB,CAAA;AAE7D;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAEjD
|
|
1
|
+
{"version":3,"file":"ci.logic.js","sourceRoot":"","sources":["../../../src/modules/execution/ci.logic.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,oFAAoF;AACpF,yFAAyF;AACzF,iDAAiD;AACjD,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,gBAAgB,EAChB,uBAAuB,EAEvB,WAAW,EACX,SAAS,EACT,qBAAqB,GACtB,MAAM,qBAAqB,CAAA;AAE5B,wFAAwF;AACxF,qFAAqF;AACrF,6FAA6F;AAC7F,uFAAuF;AACvF,uDAAuD;AACvD,EAAE;AACF,4FAA4F;AAC5F,wFAAwF;AACxF,2DAA2D;AAC3D,0FAA0F;AAC1F,uFAAuF;AACvF,qFAAqF;AACrF,0FAA0F;AAC1F,2FAA2F;AAC3F,gFAAgF;AAChF,EAAE;AACF,oEAAoE;AACpE,OAAO,EACL,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,qBAAqB,CAAA;AAE5B;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,kBAAkB,CAAA;AAE7D;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAEjD,+FAA+F;AAC/F,8FAA8F;AAC9F,+FAA+F;AAC/F,wFAAwF;AACxF,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAEnF,qFAAqF;AACrF,MAAM,CAAC,MAAM,iBAAiB,GAAG,QAAQ,CAAA;AAEzC;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAAA;AAE7C;;;;;;;;;;GAUG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,0FAA0F;AAC1F,MAAM,CAAC,MAAM,YAAY,GAAsB,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAA;AAExF,yEAAyE;AACzE,MAAM,UAAU,YAAY,CAAC,IAAY;IACvC,OAAO,IAAI,KAAK,iBAAiB,IAAI,IAAI,KAAK,oBAAoB,CAAA;AACpE,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAA;AAE7C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,SAAS,CAAA;AAE3C;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAEjD;;;;;;;;;;GAUG;AACH,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/orchestration",
|
|
3
|
-
"version": "0.123.
|
|
3
|
+
"version": "0.123.8",
|
|
4
4
|
"description": "Delivery-workflow engine for the Agent Architecture Board (execution, bootstrap, pipelines, board, boardScan, requirements, and composition root).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"ai": "^6.0.230",
|
|
28
|
-
"@cat-factory/agents": "0.
|
|
28
|
+
"@cat-factory/agents": "0.64.0",
|
|
29
29
|
"@cat-factory/caching": "0.10.10",
|
|
30
30
|
"@cat-factory/contracts": "0.148.1",
|
|
31
31
|
"@cat-factory/integrations": "0.86.5",
|
|
32
32
|
"@cat-factory/kernel": "0.140.1",
|
|
33
33
|
"@cat-factory/prompt-fragments": "0.13.39",
|
|
34
|
-
"@cat-factory/sandbox": "0.9.
|
|
34
|
+
"@cat-factory/sandbox": "0.9.106",
|
|
35
35
|
"@cat-factory/spend": "0.12.54",
|
|
36
36
|
"@cat-factory/workspaces": "0.16.7"
|
|
37
37
|
},
|