@agent-teams/docs-protocol 0.1.0-rc.9 → 0.1.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/CHANGELOG.md +64 -0
- package/assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml +14 -0
- package/assets/transition-catalog.json +1 -1
- package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts +4 -9
- package/dist/consumer-integration/adapters/agents-route-adapter-v1.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/agents-route-adapter-v1.js +3 -0
- package/dist/consumer-integration/adapters/agents-route-adapter-v1.js.map +1 -1
- package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts +5 -0
- package/dist/consumer-integration/adapters/consumer-integration-node-error.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/consumer-integration-node-error.js +9 -0
- package/dist/consumer-integration/adapters/consumer-integration-node-error.js.map +1 -0
- package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts +3 -0
- package/dist/consumer-integration/adapters/foundation-known-file-transaction.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/foundation-known-file-transaction.js +7 -0
- package/dist/consumer-integration/adapters/foundation-known-file-transaction.js.map +1 -0
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts +3 -4
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.js +9 -132
- package/dist/consumer-integration/adapters/node-consumer-integration-repository.js.map +1 -1
- package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts +2 -0
- package/dist/consumer-integration/adapters/package-consumer-asset-catalog.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js +1 -0
- package/dist/consumer-integration/adapters/package-consumer-asset-catalog.js.map +1 -1
- package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts +3 -0
- package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js +120 -0
- package/dist/consumer-integration/adapters/pnpm-lockfile-validator-v1.js.map +1 -0
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts +4 -9
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.d.ts.map +1 -1
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js +4 -1
- package/dist/consumer-integration/adapters/pnpm-manifest-adapter-v1.js.map +1 -1
- package/dist/consumer-integration/adapters/strict-json-record.d.ts +3 -0
- package/dist/consumer-integration/adapters/strict-json-record.d.ts.map +1 -0
- package/dist/consumer-integration/adapters/strict-json-record.js +27 -0
- package/dist/consumer-integration/adapters/strict-json-record.js.map +1 -0
- package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts +11 -0
- package/dist/consumer-integration/application/model/consumer-integration-execution.d.ts.map +1 -0
- package/dist/consumer-integration/application/model/consumer-integration-execution.js +2 -0
- package/dist/consumer-integration/application/model/consumer-integration-execution.js.map +1 -0
- package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts +1 -1
- package/dist/consumer-integration/application/policies/consumer-integration-assets.d.ts.map +1 -1
- package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js +1 -1
- package/dist/consumer-integration/application/policies/consumer-integration-desired-state.js.map +1 -1
- package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts +14 -0
- package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.d.ts.map +1 -0
- package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js +186 -0
- package/dist/consumer-integration/application/policies/consumer-integration-prior-cohort.js.map +1 -0
- package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts +31 -0
- package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.d.ts.map +1 -0
- package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js +2 -0
- package/dist/consumer-integration/application/ports/consumer-integration-lifecycle.js.map +1 -0
- package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts +35 -0
- package/dist/consumer-integration/application/ports/consumer-integration-planners.d.ts.map +1 -0
- package/dist/consumer-integration/application/ports/consumer-integration-planners.js +2 -0
- package/dist/consumer-integration/application/ports/consumer-integration-planners.js.map +1 -0
- package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts +2 -5
- package/dist/consumer-integration/application/use-cases/plan-consumer-integration.d.ts.map +1 -1
- package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js +5 -192
- package/dist/consumer-integration/application/use-cases/plan-consumer-integration.js.map +1 -1
- package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts +29 -0
- package/dist/consumer-integration/application/use-cases/run-consumer-integration.d.ts.map +1 -0
- package/dist/consumer-integration/application/use-cases/run-consumer-integration.js +139 -0
- package/dist/consumer-integration/application/use-cases/run-consumer-integration.js.map +1 -0
- package/dist/consumer-integration/composition/consumer-integration-cli.js +1 -1
- package/dist/consumer-integration/composition/consumer-integration-cli.js.map +1 -1
- package/dist/consumer-integration/composition/consumer-integration-planner.d.ts +19 -0
- package/dist/consumer-integration/composition/consumer-integration-planner.d.ts.map +1 -0
- package/dist/consumer-integration/composition/consumer-integration-planner.js +14 -0
- package/dist/consumer-integration/composition/consumer-integration-planner.js.map +1 -0
- package/dist/consumer-integration/composition/node-consumer-integration.d.ts +2 -10
- package/dist/consumer-integration/composition/node-consumer-integration.d.ts.map +1 -1
- package/dist/consumer-integration/composition/node-consumer-integration.js +19 -133
- package/dist/consumer-integration/composition/node-consumer-integration.js.map +1 -1
- package/dist/consumer-integration/generated/canonical-assets.d.ts +1 -1
- package/dist/consumer-integration/generated/canonical-assets.d.ts.map +1 -1
- package/dist/consumer-integration/generated/canonical-assets.js +1 -1
- package/dist/consumer-integration/generated/canonical-assets.js.map +1 -1
- package/dist/consumer-integration/index.d.ts +1 -1
- package/dist/consumer-integration/index.d.ts.map +1 -1
- package/dist/consumer-integration/index.js +1 -1
- package/dist/consumer-integration/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-consumer-integration.js","sourceRoot":"","sources":["../../../../src/consumer-integration/application/use-cases/run-consumer-integration.ts"],"names":[],"mappings":"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"}
|
|
@@ -144,7 +144,7 @@ Options:
|
|
|
144
144
|
--help Show this help
|
|
145
145
|
`;
|
|
146
146
|
}
|
|
147
|
-
// oxlint-disable-next-line complexity
|
|
147
|
+
// oxlint-disable-next-line complexity
|
|
148
148
|
export async function runConsumerIntegrationCli(argv) {
|
|
149
149
|
let command = "";
|
|
150
150
|
let jsonRequested = false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consumer-integration-cli.js","sourceRoot":"","sources":["../../../src/consumer-integration/composition/consumer-integration-cli.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"consumer-integration-cli.js","sourceRoot":"","sources":["../../../src/consumer-integration/composition/consumer-integration-cli.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ConsumerAssetCatalogV1, KnownPriorCohortCatalogEntryV1 } from "../application/policies/consumer-integration-assets.js";
|
|
2
|
+
import type { ConsumerIntegrationPlanningPorts } from "../application/ports/consumer-integration-planners.js";
|
|
3
|
+
import type { ConsumerIntegrationDesiredStateV1, ConsumerIntegrationPlanV1, ConsumerIntegrationSnapshot } from "../domain/model.js";
|
|
4
|
+
export declare const consumerIntegrationPlanningPorts: ConsumerIntegrationPlanningPorts;
|
|
5
|
+
export declare function compileConsumerIntegration(input: {
|
|
6
|
+
readonly desired: ConsumerIntegrationDesiredStateV1;
|
|
7
|
+
readonly snapshot: ConsumerIntegrationSnapshot;
|
|
8
|
+
readonly assetCatalog?: ConsumerAssetCatalogV1;
|
|
9
|
+
/** Unit-level compatibility input; production composition loads package assets. */
|
|
10
|
+
readonly knownPriorCohorts?: readonly KnownPriorCohortCatalogEntryV1[];
|
|
11
|
+
}): {
|
|
12
|
+
readonly plan: ConsumerIntegrationPlanV1;
|
|
13
|
+
readonly mutationPlan?: ReturnType<typeof import("@agent-teams/engineering-foundation/mutation").compileKnownFileTransactionPlan>;
|
|
14
|
+
};
|
|
15
|
+
export declare function planConsumerIntegration(input: {
|
|
16
|
+
readonly desired: ConsumerIntegrationDesiredStateV1;
|
|
17
|
+
readonly snapshot: ConsumerIntegrationSnapshot;
|
|
18
|
+
}): ConsumerIntegrationPlanV1;
|
|
19
|
+
//# sourceMappingURL=consumer-integration-planner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"consumer-integration-planner.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/composition/consumer-integration-planner.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,sBAAsB,EACtB,8BAA8B,EAC/B,MAAM,wDAAwD,CAAC;AAChE,OAAO,KAAK,EACV,gCAAgC,EACjC,MAAM,uDAAuD,CAAC;AAI/D,OAAO,KAAK,EACV,iCAAiC,EACjC,yBAAyB,EACzB,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,gCAAgC,EAAE,gCAI3C,CAAC;AAEL,wBAAgB,0BAA0B,CAAC,KAAK,EAAE;IAChD,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;IACpD,QAAQ,CAAC,QAAQ,EAAE,2BAA2B,CAAC;IAC/C,QAAQ,CAAC,YAAY,CAAC,EAAE,sBAAsB,CAAC;IAC/C,mFAAmF;IACnF,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,8BAA8B,EAAE,CAAC;CACxE;;;EAEA;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE;IAC7C,QAAQ,CAAC,OAAO,EAAE,iCAAiC,CAAC;IACpD,QAAQ,CAAC,QAAQ,EAAE,2BAA2B,CAAC;CAChD,GAAG,yBAAyB,CAE5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { agentsRoutePlannerV1 } from "../adapters/agents-route-adapter-v1.js";
|
|
2
|
+
import { pnpmManifestPlannerV1 } from "../adapters/pnpm-manifest-adapter-v1.js";
|
|
3
|
+
import { compileConsumerIntegration as compileWithPorts } from "../application/use-cases/plan-consumer-integration.js";
|
|
4
|
+
export const consumerIntegrationPlanningPorts = Object.freeze({
|
|
5
|
+
agentsRoute: agentsRoutePlannerV1,
|
|
6
|
+
packageManifest: pnpmManifestPlannerV1
|
|
7
|
+
});
|
|
8
|
+
export function compileConsumerIntegration(input) {
|
|
9
|
+
return compileWithPorts(input, consumerIntegrationPlanningPorts);
|
|
10
|
+
}
|
|
11
|
+
export function planConsumerIntegration(input) {
|
|
12
|
+
return compileConsumerIntegration(input).plan;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=consumer-integration-planner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"consumer-integration-planner.js","sourceRoot":"","sources":["../../../src/consumer-integration/composition/consumer-integration-planner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAQhF,OAAO,EACL,0BAA0B,IAAI,gBAAgB,EAC/C,MAAM,uDAAuD,CAAC;AAO/D,MAAM,CAAC,MAAM,gCAAgC,GAC3C,MAAM,CAAC,MAAM,CAAC;IACZ,WAAW,EAAE,oBAAoB;IACjC,eAAe,EAAE,qBAAqB;CACvC,CAAC,CAAC;AAEL,MAAM,UAAU,0BAA0B,CAAC,KAM1C;IACC,OAAO,gBAAgB,CAAC,KAAK,EAAE,gCAAgC,CAAC,CAAC;AACnE,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,KAGvC;IACC,OAAO,0BAA0B,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC;AAChD,CAAC"}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export interface ConsumerIntegrationExecutionV1 {
|
|
4
|
-
readonly schemaVersion: 1;
|
|
5
|
-
readonly command: "consumer.apply" | "consumer.check" | "consumer.plan" | "consumer.recover";
|
|
6
|
-
readonly outcome: "applied" | "blocked" | "change-required" | "current" | "recovered";
|
|
7
|
-
readonly issues: readonly ConsumerIntegrationIssue[];
|
|
8
|
-
readonly plan?: ConsumerIntegrationPlanV1;
|
|
9
|
-
readonly receipt?: KnownFileTransactionReceiptV1;
|
|
10
|
-
}
|
|
1
|
+
import type { ConsumerIntegrationExecutionV1 } from "../application/model/consumer-integration-execution.js";
|
|
2
|
+
export type { ConsumerIntegrationExecutionV1 } from "../application/model/consumer-integration-execution.js";
|
|
11
3
|
export declare function checkConsumerIntegration(options: {
|
|
12
4
|
readonly consumerRoot: string;
|
|
13
5
|
readonly integrationProfilePath?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-consumer-integration.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/composition/node-consumer-integration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"node-consumer-integration.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/composition/node-consumer-integration.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACV,8BAA8B,EAC/B,MAAM,wDAAwD,CAAC;AAMhE,YAAY,EACV,8BAA8B,EAC/B,MAAM,wDAAwD,CAAC;AAShE,wBAAgB,wBAAwB,CAAC,OAAO,EAAE;IAChD,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CAC1C,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAE1C;AAED,wBAAgB,2BAA2B,CAAC,OAAO,EAAE;IACnD,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IACzC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;CACrB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAE1C;AAED,wBAAgB,wBAAwB,CAAC,OAAO,EAAE;IAChD,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CAC1C,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAE1C;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE;IAClD,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAE1C"}
|
|
@@ -1,138 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return
|
|
14
|
-
root: input.root,
|
|
15
|
-
...compiled
|
|
16
|
-
};
|
|
1
|
+
import { foundationKnownFileTransaction } from "../adapters/foundation-known-file-transaction.js";
|
|
2
|
+
import { nodeConsumerIntegrationInputReader } from "../adapters/node-consumer-integration-repository.js";
|
|
3
|
+
import { packageConsumerAssetCatalogReader } from "../adapters/package-consumer-asset-catalog.js";
|
|
4
|
+
import { createConsumerIntegrationUseCases } from "../application/use-cases/run-consumer-integration.js";
|
|
5
|
+
import { consumerIntegrationPlanningPorts } from "./consumer-integration-planner.js";
|
|
6
|
+
const useCases = createConsumerIntegrationUseCases({
|
|
7
|
+
assets: packageConsumerAssetCatalogReader,
|
|
8
|
+
input: nodeConsumerIntegrationInputReader,
|
|
9
|
+
planning: consumerIntegrationPlanningPorts,
|
|
10
|
+
transaction: foundationKnownFileTransaction
|
|
11
|
+
});
|
|
12
|
+
export function checkConsumerIntegration(options) {
|
|
13
|
+
return useCases.check(options);
|
|
17
14
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (inspection.state === "idle") {
|
|
21
|
-
return undefined;
|
|
22
|
-
}
|
|
23
|
-
return Object.freeze({
|
|
24
|
-
code: inspection.code,
|
|
25
|
-
severity: "error",
|
|
26
|
-
subject: "foundation-transaction",
|
|
27
|
-
message: inspection.message
|
|
28
|
-
});
|
|
15
|
+
export function planNodeConsumerIntegration(options) {
|
|
16
|
+
return useCases.plan(options);
|
|
29
17
|
}
|
|
30
|
-
function
|
|
31
|
-
return
|
|
32
|
-
schemaVersion: 1,
|
|
33
|
-
command,
|
|
34
|
-
outcome: "blocked",
|
|
35
|
-
issues: Object.freeze([issue])
|
|
36
|
-
});
|
|
18
|
+
export function applyConsumerIntegration(options) {
|
|
19
|
+
return useCases.apply(options);
|
|
37
20
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
if (issue !== undefined) {
|
|
41
|
-
return blockedExecution("consumer.check", issue);
|
|
42
|
-
}
|
|
43
|
-
const { plan } = await compile(options);
|
|
44
|
-
return Object.freeze({
|
|
45
|
-
schemaVersion: 1,
|
|
46
|
-
command: "consumer.check",
|
|
47
|
-
outcome: plan.outcome,
|
|
48
|
-
issues: plan.issues,
|
|
49
|
-
plan
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
export async function planNodeConsumerIntegration(options) {
|
|
53
|
-
const issue = await recoveryIssue(options.consumerRoot);
|
|
54
|
-
if (issue !== undefined) {
|
|
55
|
-
return blockedExecution("consumer.plan", issue);
|
|
56
|
-
}
|
|
57
|
-
const { plan } = await compile(options);
|
|
58
|
-
if (plan.cohortId !== options.to) {
|
|
59
|
-
return Object.freeze({
|
|
60
|
-
schemaVersion: 1,
|
|
61
|
-
command: "consumer.plan",
|
|
62
|
-
outcome: "blocked",
|
|
63
|
-
issues: Object.freeze([{
|
|
64
|
-
code: "DOCS_CONSUMER_TARGET_COHORT_MISMATCH",
|
|
65
|
-
severity: "error",
|
|
66
|
-
subject: options.to,
|
|
67
|
-
message: `Integration profile selects ${plan.cohortId}, not requested cohort ${options.to}.`
|
|
68
|
-
}]),
|
|
69
|
-
plan
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
return Object.freeze({
|
|
73
|
-
schemaVersion: 1,
|
|
74
|
-
command: "consumer.plan",
|
|
75
|
-
outcome: plan.outcome,
|
|
76
|
-
issues: plan.issues,
|
|
77
|
-
plan
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
export async function applyConsumerIntegration(options) {
|
|
81
|
-
const issue = await recoveryIssue(options.consumerRoot);
|
|
82
|
-
if (issue !== undefined) {
|
|
83
|
-
return blockedExecution("consumer.apply", issue);
|
|
84
|
-
}
|
|
85
|
-
const { root, plan, mutationPlan } = await compile(options);
|
|
86
|
-
if (plan.planDigest !== options.expect) {
|
|
87
|
-
return Object.freeze({
|
|
88
|
-
schemaVersion: 1,
|
|
89
|
-
command: "consumer.apply",
|
|
90
|
-
outcome: "blocked",
|
|
91
|
-
issues: Object.freeze([{
|
|
92
|
-
code: "DOCS_CONSUMER_STALE_PLAN",
|
|
93
|
-
severity: "error",
|
|
94
|
-
subject: "--expect",
|
|
95
|
-
message: `Expected ${options.expect}, but fresh Plan digest is ${plan.planDigest}.`
|
|
96
|
-
}]),
|
|
97
|
-
plan
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
if (plan.outcome === "blocked" || mutationPlan === undefined) {
|
|
101
|
-
return Object.freeze({
|
|
102
|
-
schemaVersion: 1,
|
|
103
|
-
command: "consumer.apply",
|
|
104
|
-
outcome: "blocked",
|
|
105
|
-
issues: plan.issues,
|
|
106
|
-
plan
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
const receipt = await applyKnownFileTransaction({
|
|
110
|
-
consumerRoot: root,
|
|
111
|
-
plan: mutationPlan
|
|
112
|
-
});
|
|
113
|
-
const after = await compile(options);
|
|
114
|
-
if (after.plan.outcome !== "current") {
|
|
115
|
-
throw new Error("Consumer integration postimage verification did not converge to current.");
|
|
116
|
-
}
|
|
117
|
-
return Object.freeze({
|
|
118
|
-
schemaVersion: 1,
|
|
119
|
-
command: "consumer.apply",
|
|
120
|
-
outcome: receipt.outcome === "applied" ? "applied" : "current",
|
|
121
|
-
issues: Object.freeze([]),
|
|
122
|
-
plan: after.plan,
|
|
123
|
-
receipt
|
|
124
|
-
});
|
|
125
|
-
}
|
|
126
|
-
export async function recoverConsumerIntegration(options) {
|
|
127
|
-
const receipt = await recoverKnownFileTransaction({
|
|
128
|
-
consumerRoot: options.consumerRoot
|
|
129
|
-
});
|
|
130
|
-
return Object.freeze({
|
|
131
|
-
schemaVersion: 1,
|
|
132
|
-
command: "consumer.recover",
|
|
133
|
-
outcome: "recovered",
|
|
134
|
-
issues: Object.freeze([]),
|
|
135
|
-
receipt
|
|
136
|
-
});
|
|
21
|
+
export function recoverConsumerIntegration(options) {
|
|
22
|
+
return useCases.recover(options);
|
|
137
23
|
}
|
|
138
24
|
//# sourceMappingURL=node-consumer-integration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-consumer-integration.js","sourceRoot":"","sources":["../../../src/consumer-integration/composition/node-consumer-integration.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"node-consumer-integration.js","sourceRoot":"","sources":["../../../src/consumer-integration/composition/node-consumer-integration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAClG,OAAO,EACL,kCAAkC,EACnC,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EACL,iCAAiC,EAClC,MAAM,+CAA+C,CAAC;AAIvD,OAAO,EACL,iCAAiC,EAClC,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,gCAAgC,EAAE,MAAM,mCAAmC,CAAC;AAMrF,MAAM,QAAQ,GAAG,iCAAiC,CAAC;IACjD,MAAM,EAAE,iCAAiC;IACzC,KAAK,EAAE,kCAAkC;IACzC,QAAQ,EAAE,gCAAgC;IAC1C,WAAW,EAAE,8BAA8B;CAC5C,CAAC,CAAC;AAEH,MAAM,UAAU,wBAAwB,CAAC,OAGxC;IACC,OAAO,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,OAI3C;IACC,OAAO,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AAChC,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,OAIxC;IACC,OAAO,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;AACjC,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,OAE1C;IACC,OAAO,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;AACnC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const GENERATED_DOCS_SKILL = "---\nname: docs-authoring\ndescription: Use when creating, changing, reorganizing, or reviewing governed documentation in this repository.\n---\n\n# Documentation Authoring\n\nProtocol: `agent-teams.docs-protocol/v1`.\n\n## Required workflow\n\n- Read the current types, owners, placement, metadata, and index policy with `pnpm docs:info`.\n- Search first with `pnpm docs:find -- --text query`.\n- Reuse or relate existing authority instead of creating a competing source.\n- Preview with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --dry-run`.\n- Review the exact destination, metadata, relations, anchors, and diagnostics.\n- Apply with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --apply` after review.\n- Manually update the reported index/link exactly when reachability requires it.\n- Finish with `pnpm docs:check` after the index is current.\n\n## Rules\n\n- Never invent owners, types, statuses, paths, or metadata outside `docs:info`.\n- If dependencies are absent, use only `pnpm install --frozen-lockfile`; never use npx, dlx, or latest tags.\n- Keep preview and apply inputs identical.\n- Stop when recovery is required; use `pnpm docs:doctor` before `pnpm docs:recover`.\n- Resolve required anchors and blockers before apply.\n- Do not bypass repository scripts or hand-edit transaction evidence.\n";
|
|
2
2
|
export declare const GENERATED_CALLER_WORKFLOW_TEMPLATE = "name: Documentation Protocol\n\non:\n pull_request:\n merge_group:\n push:\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n docs-protocol:\n uses: {{REUSABLE_WORKFLOW_REPOSITORY}}/{{REUSABLE_WORKFLOW_PATH}}@{{REUSABLE_WORKFLOW_REVISION}}\n";
|
|
3
|
-
export declare const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
|
|
3
|
+
export declare const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:58546ba52fdb8a3293d4e1db003557208a859b149336f56c16bc8fc9061c7192\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc9\",\"eligibleAfter\":\"2026-08-18T19:03:38Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-JB4cQPqpXrmVdmiycHjHbklfQBux1wYNBo+HXFRDdLxUnjJlULe1HXjNYRf93WXfhjbV6lgN+sHRy4v1EeBEYA==\",\"version\":\"0.1.0-rc.9\"},\"engineeringFoundation\":{\"integrity\":\"sha512-uhmo9waigNcHQ5jkIGQgnGK4JDah0C8er6RKTNPUURpOUOvNM6maoEyBWp5rCy1ravzzSW3QXuNaZmCujppgGQ==\",\"version\":\"0.17.0-rc.6\"}},\"qualificationEventDigest\":\"sha256:a7e7434cf91808ab77d0529c1268011f70d824b15fe4b9ecf0dcc28c5f264912\",\"recordDigest\":\"sha256:01d4017999598091c3536e4f5977847ff18a52a235de149516251e595f9722d3\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:da419d5445a4537e282d8585af537edb1d63075e8bda75f5d1419d3e5bc0dd64\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\",\"docs-2026-08-17-rc7\",\"docs-2026-08-17-rc8\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc1\",\"channel\":\"rc\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.10\",\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.7\",\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"}],\"schemaVersion\":1}\n";
|
|
4
4
|
//# sourceMappingURL=canonical-assets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"canonical-assets.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,o3CAAo3C,CAAC;AACt5C,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"canonical-assets.d.ts","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,o3CAAo3C,CAAC;AACt5C,eAAO,MAAM,kCAAkC,0QAA0Q,CAAC;AAC1T,eAAO,MAAM,4BAA4B,mmSAAmmS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Generated by scripts/generate-consumer-assets.mjs. Do not edit by hand.
|
|
2
2
|
export const GENERATED_DOCS_SKILL = "---\nname: docs-authoring\ndescription: Use when creating, changing, reorganizing, or reviewing governed documentation in this repository.\n---\n\n# Documentation Authoring\n\nProtocol: `agent-teams.docs-protocol/v1`.\n\n## Required workflow\n\n- Read the current types, owners, placement, metadata, and index policy with `pnpm docs:info`.\n- Search first with `pnpm docs:find -- --text query`.\n- Reuse or relate existing authority instead of creating a competing source.\n- Preview with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --dry-run`.\n- Review the exact destination, metadata, relations, anchors, and diagnostics.\n- Apply with `pnpm docs:new -- --type TYPE --id ID --title TITLE --owner OWNER --summary SUMMARY --apply` after review.\n- Manually update the reported index/link exactly when reachability requires it.\n- Finish with `pnpm docs:check` after the index is current.\n\n## Rules\n\n- Never invent owners, types, statuses, paths, or metadata outside `docs:info`.\n- If dependencies are absent, use only `pnpm install --frozen-lockfile`; never use npx, dlx, or latest tags.\n- Keep preview and apply inputs identical.\n- Stop when recovery is required; use `pnpm docs:doctor` before `pnpm docs:recover`.\n- Resolve required anchors and blockers before apply.\n- Do not bypass repository scripts or hand-edit transaction evidence.\n";
|
|
3
3
|
export const GENERATED_CALLER_WORKFLOW_TEMPLATE = "name: Documentation Protocol\n\non:\n pull_request:\n merge_group:\n push:\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n docs-protocol:\n uses: {{REUSABLE_WORKFLOW_REPOSITORY}}/{{REUSABLE_WORKFLOW_PATH}}@{{REUSABLE_WORKFLOW_REVISION}}\n";
|
|
4
|
-
export const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"}],\"schemaVersion\":1}\n";
|
|
4
|
+
export const GENERATED_TRANSITION_CATALOG = "{\"currentSourceExecutors\":[],\"directTargetBundles\":[{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"callerWorkflowPath\":\"assets/history/sha256-097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:0e24e8f1342b3ccd1e5939a45ed5fd55780ac3aa32bd8b25113924d5eb4da02f\",\"callerWorkflowDigest\":\"sha256:097df9fe1b90ab45f73389c8b69736f8a54d4199b09536d586222b5a7f0fbb09\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:5ada68b861bde63af2e1626e467ed09394b6c11bb13b17a443f0cb1741524b46\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc1\",\"eligibleAfter\":\"2026-08-18T02:32:57Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-OkUNMNTLEFNF/EU8L4G5+9WTg0LugsZ8nxv7dnFpPKJEUVcUrooNO2QY7DhOhHuCVDKP2ShTciCtBjra93RtJA==\",\"version\":\"0.1.0-rc.2\"},\"engineeringFoundation\":{\"integrity\":\"sha512-OLMoWreeMXfKVkVTA4A/plBZXgDE6DNB+AX7QK6K5s90s943n6vf57nskIu0eLHsQGKQ7X+AvF+DCR/57YbZtA==\",\"version\":\"0.17.0-rc.1\"}},\"qualificationEventDigest\":\"sha256:4b6f1684bb32ff0cd674d8d738ce0ed85744cb977cb8f181ad14e5b8c243cc71\",\"recordDigest\":\"sha256:5fffddec78e70c72a689c3f4957c74b7dac17e140dff6b87f2eadb6a2c61f968\",\"rollbackTo\":[],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:64dac5ed1f1d565301b7195837e3c579d7a993d137c59afb9f299f6972d5c95e\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[],\"workflow\":{\"blobSha\":\"7d0f9c73a6bc1ddc2384f0ea06774719dc14458c\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"d55ebd46208f67736b5b76e7ef48a890570feeab\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:dcc2d636629237eab4918fb513f538a538b6ac3672a928bdffe866cf4fec9a7f\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc7\",\"eligibleAfter\":\"2026-08-18T13:25:26Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-ZsbaS07YSr0udgsvFekeuc86ILn+oQ63ikuF+q5nib+1Rk+UR9to4gpeZAYQvu57Axoxi9TjZ+olE6162e1Fkg==\",\"version\":\"0.1.0-rc.5\"},\"engineeringFoundation\":{\"integrity\":\"sha512-czq6garXWUbObaqeUmgGMs3LZRKgEdOiYyMtvcnXNXI4cMjBDhwlTmW+DfQ3h5WXHo7dqzPloQvr9pjzvQhSFA==\",\"version\":\"0.17.0-rc.3\"}},\"qualificationEventDigest\":\"sha256:d24c95a0d708ec9f72340181b4cb830560ad3f44429f8df8eb65032549c57d2e\",\"recordDigest\":\"sha256:55afadf793fb62703934082c2fe682a6f678ef92ad8cd2f58d1d2d80e007c836\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:318ecaf7f78162e77794fa0eb02ac452823cfd47fce913434025698171afee81\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"callerWorkflowPath\":\"assets/history/sha256-3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b/caller.yml\",\"cohort\":{\"assets\":{\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"callerWorkflowDigest\":\"sha256:3e53262efc8a530b532380dac21d876456473d3b88aba20889a1d24823bf3a1b\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"transitionCatalogDigest\":\"sha256:58546ba52fdb8a3293d4e1db003557208a859b149336f56c16bc8fc9061c7192\"},\"channel\":\"rc\",\"cohortId\":\"docs-2026-08-17-rc9\",\"eligibleAfter\":\"2026-08-18T19:03:38Z\",\"packages\":{\"docsProtocol\":{\"integrity\":\"sha512-JB4cQPqpXrmVdmiycHjHbklfQBux1wYNBo+HXFRDdLxUnjJlULe1HXjNYRf93WXfhjbV6lgN+sHRy4v1EeBEYA==\",\"version\":\"0.1.0-rc.9\"},\"engineeringFoundation\":{\"integrity\":\"sha512-uhmo9waigNcHQ5jkIGQgnGK4JDah0C8er6RKTNPUURpOUOvNM6maoEyBWp5rCy1ravzzSW3QXuNaZmCujppgGQ==\",\"version\":\"0.17.0-rc.6\"}},\"qualificationEventDigest\":\"sha256:a7e7434cf91808ab77d0529c1268011f70d824b15fe4b9ecf0dcc28c5f264912\",\"recordDigest\":\"sha256:01d4017999598091c3536e4f5977847ff18a52a235de149516251e595f9722d3\",\"rollbackTo\":[\"docs-2026-08-17-rc1\"],\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:da419d5445a4537e282d8585af537edb1d63075e8bda75f5d1419d3e5bc0dd64\"},\"schemaVersion\":1,\"schemas\":{\"consumerIntegration\":1,\"docsProtocol\":1,\"managedState\":1},\"upgradeFrom\":[\"docs-2026-08-17-rc1\",\"docs-2026-08-17-rc4\",\"docs-2026-08-17-rc5\",\"docs-2026-08-17-rc6\",\"docs-2026-08-17-rc7\",\"docs-2026-08-17-rc8\"],\"workflow\":{\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"repository\":\"agent-teams-ai/.github\",\"revision\":\"57e03681e820fd0378600b5169acfa1514d1065a\"}},\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\"},{\"cohort\":{\"schemaVersion\":1,\"cohortId\":\"docs-2026-08-18-rc1\",\"channel\":\"rc\",\"recordDigest\":\"sha256:b034d870526169f77ce2b454b58313df5d674f1af0ad8a5931be269d303a6dc2\",\"qualificationEventDigest\":\"sha256:78440bff3be4beec3c40a87bd3d65156ab9367a25650050945dc535d294e7139\",\"eligibleAfter\":\"2026-08-18T23:44:26Z\",\"upgradeFrom\":[\"docs-2026-08-17-rc9\"],\"rollbackTo\":[\"docs-2026-08-17-rc9\"],\"packages\":{\"docsProtocol\":{\"version\":\"0.1.0-rc.10\",\"integrity\":\"sha512-5s7lzL4mesiaxfb+IaI6A2BOuZxPDORIr5O2yFZTQXVXpBR1N45wxyAtS4f/0WBUmAwKnf+NgE9ln1GuMWV7PA==\"},\"engineeringFoundation\":{\"version\":\"0.17.0-rc.7\",\"integrity\":\"sha512-Z2kPryDLikB5rmcQOzTQSA6JboU2Hn2ZBotI8PIN0mYZ2HuADunowY6GBgSQ1o7Xb1EIrWNq4i7HEkbhOE1XMw==\"}},\"workflow\":{\"repository\":\"agent-teams-ai/.github\",\"path\":\".github/workflows/docs-protocol-check.yml\",\"revision\":\"66f14ef062656f9c2d10cc211f814e8a7c864b25\",\"blobSha\":\"d452902e36bb144f9cb2816ced77cdd8ae629cd9\"},\"assets\":{\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"assetCatalogDigest\":\"sha256:b156dba1b2b88aa53bd9196dd49e93c0a153f6fb155ed2ce89c5dc1a0bf8eeb6\",\"transitionCatalogDigest\":\"sha256:3c97ac8f2131d8578b865114161daff9391a3759bd432c3cd0e5fa179ff9d110\"},\"schemas\":{\"consumerIntegration\":1,\"managedState\":1,\"docsProtocol\":1},\"runtime\":{\"node\":\">=24.18.0 <25\",\"pnpm\":\">=11.17.0 <12\",\"runtimeClosureDigest\":\"sha256:ad074f5f983f04649383cd2c2db55fd29536f3784eaf77b7b4927e4d691046bf\"}},\"skillPath\":\"assets/history/sha256-7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e/skill.md\",\"skillDigest\":\"sha256:7b31cd257532247f64c55a014dc926c601e4d742176cfb8513b6b0d8ab48213e\",\"callerWorkflowPath\":\"assets/history/sha256-fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd/caller.yml\",\"callerWorkflowDigest\":\"sha256:fd633c3c6337e5cfe51a9f36989bb654381634c5ab4add9e4da71fe40ab4e0dd\",\"agentsRouteDigest\":\"sha256:08ca6c0782dbc36ace6359c8fe36807810f9668d999c7d9e8ead6bf281d9bf30\",\"docsScriptsDigest\":\"sha256:7a502ddeda5e3d0296b712b5c07e0905a9b7a8fcd374d37db8a02cb026a37881\"}],\"schemaVersion\":1}\n";
|
|
5
5
|
//# sourceMappingURL=canonical-assets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"canonical-assets.js","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,oBAAoB,GAAG,i3CAAi3C,CAAC;AACt5C,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
1
|
+
{"version":3,"file":"canonical-assets.js","sourceRoot":"","sources":["../../../src/consumer-integration/generated/canonical-assets.ts"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,oBAAoB,GAAG,i3CAAi3C,CAAC;AACt5C,MAAM,CAAC,MAAM,kCAAkC,GAAG,uQAAuQ,CAAC;AAC1T,MAAM,CAAC,MAAM,4BAA4B,GAAG,gmSAAgmS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CANONICAL_DOCS_SKILL, BOOTSTRAP_KNOWN_PRIOR_CALLER_WORKFLOWS, canonicalCallerWorkflow, canonicalDocsScriptsDigest, canonicalDocsScripts, canonicalManagedRoute, canonicalManagedState, describeCanonicalConsumerAssets } from "./application/policies/consumer-integration-assets.js";
|
|
2
|
-
export { planConsumerIntegration } from "./
|
|
2
|
+
export { planConsumerIntegration } from "./composition/consumer-integration-planner.js";
|
|
3
3
|
export { planAgentsRouteV1 } from "./adapters/agents-route-adapter-v1.js";
|
|
4
4
|
export type { AgentsRoutePlanV1 } from "./adapters/agents-route-adapter-v1.js";
|
|
5
5
|
export { planPnpmManifestV1 } from "./adapters/pnpm-manifest-adapter-v1.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,YAAY,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AACpD,YAAY,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC;AAC5D,YAAY,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,iCAAiC,EACjC,yBAAyB,EACzB,kCAAkC,EAClC,wBAAwB,EACxB,yBAAyB,EACzB,2BAA2B,EAC3B,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CANONICAL_DOCS_SKILL, BOOTSTRAP_KNOWN_PRIOR_CALLER_WORKFLOWS, canonicalCallerWorkflow, canonicalDocsScriptsDigest, canonicalDocsScripts, canonicalManagedRoute, canonicalManagedState, describeCanonicalConsumerAssets } from "./application/policies/consumer-integration-assets.js";
|
|
2
|
-
export { planConsumerIntegration } from "./
|
|
2
|
+
export { planConsumerIntegration } from "./composition/consumer-integration-planner.js";
|
|
3
3
|
export { planAgentsRouteV1 } from "./adapters/agents-route-adapter-v1.js";
|
|
4
4
|
export { planPnpmManifestV1 } from "./adapters/pnpm-manifest-adapter-v1.js";
|
|
5
5
|
export { applyConsumerIntegration, checkConsumerIntegration, planNodeConsumerIntegration, recoverConsumerIntegration } from "./composition/node-consumer-integration.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumer-integration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,sCAAsC,EACtC,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACxB,2BAA2B,EAC3B,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AAEpD,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,oDAAoD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-teams/docs-protocol",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Unified deterministic documentation authoring protocol for Agent Teams repositories.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"ajv-formats": "3.0.1",
|
|
60
60
|
"jsonc-parser": "3.3.1",
|
|
61
61
|
"yaml": "2.9.0",
|
|
62
|
-
"@agent-teams/engineering-foundation": "0.17.0
|
|
62
|
+
"@agent-teams/engineering-foundation": "0.17.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "24.13.3",
|