@cat-factory/kernel 0.322.2 → 0.323.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.
package/dist/ports/reports.d.ts
CHANGED
|
@@ -36,6 +36,11 @@ export interface ReportSpendGroup {
|
|
|
36
36
|
/**
|
|
37
37
|
* One slice of an activity breakdown, aggregated from the runs CREATED in the window.
|
|
38
38
|
*
|
|
39
|
+
* Sliceable by board, service, REPOSITORY and task type. The repository axis is not derivable
|
|
40
|
+
* from the service one: several services legitimately point at a single repository (the
|
|
41
|
+
* monorepo case), and no read publishes the service-to-repository map, so folding service
|
|
42
|
+
* counts up to a repository is not something a caller can do for itself.
|
|
43
|
+
*
|
|
39
44
|
* Spans EVERY `agent_runs` kind (`execution`, `bootstrap`, `env-config-repair`), deliberately
|
|
40
45
|
* and unlike `PlatformMetricsRepository`, which groups by kind because its question is about
|
|
41
46
|
* run health. Here the activity breakdowns sit beside the spend breakdowns on the same
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reports.d.ts","sourceRoot":"","sources":["../../src/ports/reports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"reports.d.ts","sourceRoot":"","sources":["../../src/ports/reports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AA2C3F,4FAA4F;AAC5F,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,wFAAwF;IACxF,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED,iFAAiF;AACjF,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,0FAA0F;IAC1F,KAAK,EAAE,MAAM,CAAA;IACb,2FAA2F;IAC3F,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;CAC7B;AAED,8FAA8F;AAC9F,MAAM,WAAW,sBAAsB;IACrC,qEAAqE;IACrE,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,MAAM,CAAA;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,gBAAgB,CACd,KAAK,EAAE,WAAW,EAClB,SAAS,EAAE,oBAAoB,EAC/B,KAAK,EAAE,WAAW,GACjB,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAA;IAC9B;;;;;OAKG;IACH,mBAAmB,CACjB,KAAK,EAAE,WAAW,EAClB,SAAS,EAAE,uBAAuB,EAClC,KAAK,EAAE,WAAW,GACjB,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAAA;IACjC;;;OAGG;IACH,UAAU,CACR,KAAK,EAAE,WAAW,EAClB,KAAK,EAAE,WAAW,EAClB,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,sBAAsB,EAAE,CAAC,CAAA;CACrC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/kernel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.323.0",
|
|
4
4
|
"description": "Shared vocabulary, pure logic, and port interfaces for the Agent Architecture Board.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@cat-factory/contracts": "0.
|
|
27
|
+
"@cat-factory/contracts": "0.334.0",
|
|
28
28
|
"ai": "^7.0.83",
|
|
29
29
|
"yaml": "^2.9.0"
|
|
30
30
|
},
|