@agentskit/doc-bridge 1.11.1 → 1.11.2
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 +6 -0
- package/README.md +1 -1
- package/action.yml +1 -1
- package/dist/cli/program.js +8 -9
- package/dist/cli/program.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -9
- package/dist/index.js.map +1 -1
- package/ecosystem-claims.json +0 -9
- package/ecosystem-upstream.json +3 -3
- package/ecosystem.json +9 -75
- package/mcpb/manifest.json +1 -1
- package/package.json +1 -1
- package/skills/doc-bridge-handoff/scripts/resolve-handoff.mjs +1 -1
- package/src/conformance/ecosystem-contract.ts +8 -10
- package/src/version.ts +1 -1
package/ecosystem-claims.json
CHANGED
|
@@ -173,15 +173,6 @@
|
|
|
173
173
|
},
|
|
174
174
|
"verification": "declared",
|
|
175
175
|
"claims": []
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"productId": "akos",
|
|
179
|
-
"source": {
|
|
180
|
-
"type": "declaration",
|
|
181
|
-
"summary": "Public commercial references only; never use private implementation as contribution evidence."
|
|
182
|
-
},
|
|
183
|
-
"verification": "declared",
|
|
184
|
-
"claims": []
|
|
185
176
|
}
|
|
186
177
|
]
|
|
187
178
|
}
|
package/ecosystem-upstream.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"repository": "AgentsKit-io/agentskit",
|
|
4
|
-
"ref": "
|
|
4
|
+
"ref": "codex/akos-retire-public",
|
|
5
5
|
"files": {
|
|
6
|
-
"ecosystem.json": "
|
|
7
|
-
"ecosystem-claims.json": "
|
|
6
|
+
"ecosystem.json": "d5b67c515a65a5b89fc9b9de5ca5a754afc139a79a716eb469befcebd037e31e",
|
|
7
|
+
"ecosystem-claims.json": "e45446d2ec0824a6ee7121028e2127542b2ed0e5e30179213e49b1389f117539"
|
|
8
8
|
}
|
|
9
9
|
}
|
package/ecosystem.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"$comment": "Canonical registry of AgentsKit ecosystem products. Stable identity lives in products[]
|
|
3
|
+
"$comment": "Canonical registry of AgentsKit ecosystem products. Stable identity lives in products[]. Numeric values live in the generated ecosystem-claims ledger. The deprecated properties array remains a v1 compatibility shim for sibling consumers; do not treat properties as the product catalog.",
|
|
4
4
|
"parentBrand": {
|
|
5
5
|
"id": "agentskit",
|
|
6
6
|
"name": "AgentsKit"
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"positioning": {
|
|
9
9
|
"canonicalDescription": "AgentsKit is the open-source TypeScript ecosystem for building production AI agents without locking application architecture to a model provider, framework, database, or hosted platform.",
|
|
10
10
|
"metaDescription": "Open-source TypeScript ecosystem for production AI agents. Swap models, providers, tools, memory, RAG, and interfaces without architectural lock-in.",
|
|
11
|
-
"commercialBoundary": "
|
|
11
|
+
"commercialBoundary": "The listed products are free and open source.",
|
|
12
12
|
"openSourceProductIds": ["agentskit", "registry", "agentskit-chat", "playbook", "doc-bridge", "code-review"],
|
|
13
|
-
"managedProductIds": [
|
|
13
|
+
"managedProductIds": []
|
|
14
14
|
},
|
|
15
15
|
"products": [
|
|
16
16
|
{
|
|
@@ -97,8 +97,7 @@
|
|
|
97
97
|
"agentskit-chat",
|
|
98
98
|
"playbook",
|
|
99
99
|
"doc-bridge",
|
|
100
|
-
"code-review"
|
|
101
|
-
"akos"
|
|
100
|
+
"code-review"
|
|
102
101
|
]
|
|
103
102
|
}
|
|
104
103
|
},
|
|
@@ -153,8 +152,7 @@
|
|
|
153
152
|
"agentskit-chat",
|
|
154
153
|
"playbook",
|
|
155
154
|
"doc-bridge",
|
|
156
|
-
"code-review"
|
|
157
|
-
"akos"
|
|
155
|
+
"code-review"
|
|
158
156
|
]
|
|
159
157
|
}
|
|
160
158
|
},
|
|
@@ -205,8 +203,7 @@
|
|
|
205
203
|
"registry",
|
|
206
204
|
"playbook",
|
|
207
205
|
"doc-bridge",
|
|
208
|
-
"code-review"
|
|
209
|
-
"akos"
|
|
206
|
+
"code-review"
|
|
210
207
|
]
|
|
211
208
|
}
|
|
212
209
|
},
|
|
@@ -259,8 +256,7 @@
|
|
|
259
256
|
"registry",
|
|
260
257
|
"agentskit-chat",
|
|
261
258
|
"doc-bridge",
|
|
262
|
-
"code-review"
|
|
263
|
-
"akos"
|
|
259
|
+
"code-review"
|
|
264
260
|
]
|
|
265
261
|
}
|
|
266
262
|
},
|
|
@@ -312,8 +308,7 @@
|
|
|
312
308
|
"registry",
|
|
313
309
|
"agentskit-chat",
|
|
314
310
|
"playbook",
|
|
315
|
-
"code-review"
|
|
316
|
-
"akos"
|
|
311
|
+
"code-review"
|
|
317
312
|
]
|
|
318
313
|
}
|
|
319
314
|
},
|
|
@@ -344,58 +339,9 @@
|
|
|
344
339
|
"registry",
|
|
345
340
|
"agentskit-chat",
|
|
346
341
|
"playbook",
|
|
347
|
-
"doc-bridge"
|
|
348
|
-
"akos"
|
|
342
|
+
"doc-bridge"
|
|
349
343
|
]
|
|
350
344
|
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"id": "akos",
|
|
354
|
-
"public": false,
|
|
355
|
-
"distributionClass": "managed-service",
|
|
356
|
-
"accessModel": "paid-managed-service",
|
|
357
|
-
"aliases": ["AgentsKit OS"],
|
|
358
|
-
"name": "AKOS",
|
|
359
|
-
"shortName": "AKOS",
|
|
360
|
-
"kind": "managed-service",
|
|
361
|
-
"role": "operation",
|
|
362
|
-
"promise": "Add optional managed operations when production governance calls for it.",
|
|
363
|
-
"maturity": "stable",
|
|
364
|
-
"repo": null,
|
|
365
|
-
"distributionPolicy": "Public commercial references only; never use private implementation as contribution evidence.",
|
|
366
|
-
"accent": "#34D399",
|
|
367
|
-
"showcase": {
|
|
368
|
-
"stage": "Operate",
|
|
369
|
-
"headline": "Optional managed operations for agents.",
|
|
370
|
-
"detail": "A managed layer for teams that need additional operational controls. AgentsKit can be used without it.",
|
|
371
|
-
"proof": "Optional · managed operations",
|
|
372
|
-
"sales": {
|
|
373
|
-
"kind": "enterprise-control",
|
|
374
|
-
"headline": "Managed operations for production agents.",
|
|
375
|
-
"metric": "Optional",
|
|
376
|
-
"metricLabel": "managed layer",
|
|
377
|
-
"logos": [
|
|
378
|
-
{ "id": "managed", "label": "Managed" },
|
|
379
|
-
{ "id": "optional", "label": "Optional" },
|
|
380
|
-
{ "id": "operations", "label": "Operations" }
|
|
381
|
-
],
|
|
382
|
-
"capabilities": ["Managed operations", "Production support", "Optional adoption"],
|
|
383
|
-
"steps": ["Assess the operational need", "Evaluate the managed layer", "Adopt it only when it fits"]
|
|
384
|
-
},
|
|
385
|
-
"cta": "Evaluate managed operations"
|
|
386
|
-
},
|
|
387
|
-
"surfaces": {
|
|
388
|
-
"home": "https://akos.agentskit.io",
|
|
389
|
-
"docs": "https://akos.agentskit.io/docs",
|
|
390
|
-
"llms": "https://akos.agentskit.io/llms.txt",
|
|
391
|
-
"documentation": "fumadocs",
|
|
392
|
-
"chat": "none"
|
|
393
|
-
},
|
|
394
|
-
"navigation": {
|
|
395
|
-
"showInBar": true,
|
|
396
|
-
"order": 6,
|
|
397
|
-
"next": []
|
|
398
|
-
}
|
|
399
345
|
}
|
|
400
346
|
],
|
|
401
347
|
"properties": [
|
|
@@ -412,18 +358,6 @@
|
|
|
412
358
|
"llms": "https://www.agentskit.io/llms.txt",
|
|
413
359
|
"stats": "https://www.agentskit.io/api/stats.json"
|
|
414
360
|
},
|
|
415
|
-
{
|
|
416
|
-
"id": "akos",
|
|
417
|
-
"name": "AKOS",
|
|
418
|
-
"barLabel": "AKOS",
|
|
419
|
-
"domain": "akos.agentskit.io",
|
|
420
|
-
"url": "https://akos.agentskit.io",
|
|
421
|
-
"repo": null,
|
|
422
|
-
"tagline": "Add optional managed operations when production governance calls for it.",
|
|
423
|
-
"kind": "managed-service",
|
|
424
|
-
"accent": "#34D399",
|
|
425
|
-
"llms": "https://akos.agentskit.io/llms.txt"
|
|
426
|
-
},
|
|
427
361
|
{
|
|
428
362
|
"id": "playbook",
|
|
429
363
|
"name": "Agents Playbook",
|
package/mcpb/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "doc-bridge",
|
|
4
4
|
"display_name": "Doc Bridge",
|
|
5
|
-
"version": "1.11.
|
|
5
|
+
"version": "1.11.2",
|
|
6
6
|
"description": "Deterministic repository handoffs for coding agents, running locally without an LLM or API key.",
|
|
7
7
|
"long_description": "Doc Bridge turns a repository's own documentation and ownership metadata into deterministic handoffs: where an agent should start, which paths it may edit, which checks it must run, and when a human must take over. The local connector exposes the same read-only contract available through Doc Bridge CLI and CI.",
|
|
8
8
|
"author": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentskit/doc-bridge",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"mcpName": "io.github.AgentsKit-io/doc-bridge",
|
|
5
5
|
"description": "Human↔agent documentation bridge — deterministic handoffs, doc-site links, memory→docs, optional AgentsKit RAG/chat.",
|
|
6
6
|
"type": "module",
|
|
@@ -50,11 +50,11 @@ const ManifestSchema = z.object({
|
|
|
50
50
|
schemaVersion: z.literal(2),
|
|
51
51
|
parentBrand: z.object({ id: NonEmptyStringSchema, name: NonEmptyStringSchema }).passthrough(),
|
|
52
52
|
products: z.array(ProductSchema).min(1),
|
|
53
|
-
//
|
|
53
|
+
// Legacy three-product shim or full public product projection of products[].
|
|
54
54
|
properties: z
|
|
55
55
|
.array(LegacyPropertySchema)
|
|
56
|
-
.refine((value) => value.length ===
|
|
57
|
-
message: 'must project either the legacy
|
|
56
|
+
.refine((value) => value.length === 3 || value.length === 6, {
|
|
57
|
+
message: 'must project either the legacy three products or the full public product catalog',
|
|
58
58
|
}),
|
|
59
59
|
builder: z.object({ id: NonEmptyStringSchema, name: NonEmptyStringSchema, url: HttpsUrlSchema }).passthrough().optional(),
|
|
60
60
|
}).passthrough()
|
|
@@ -94,17 +94,16 @@ const ClaimsSchema = z.object({
|
|
|
94
94
|
products: z.array(ClaimProductSchema),
|
|
95
95
|
}).passthrough()
|
|
96
96
|
|
|
97
|
-
/** Historical
|
|
98
|
-
const
|
|
99
|
-
/** Full
|
|
100
|
-
const
|
|
97
|
+
/** Historical three-product shim order. */
|
|
98
|
+
const LEGACY_PRODUCT_IDS = ['agentskit', 'playbook', 'registry'] as const
|
|
99
|
+
/** Full public product projection order (matches products[]). */
|
|
100
|
+
const PUBLIC_PRODUCT_IDS = [
|
|
101
101
|
'agentskit',
|
|
102
102
|
'registry',
|
|
103
103
|
'agentskit-chat',
|
|
104
104
|
'playbook',
|
|
105
105
|
'doc-bridge',
|
|
106
106
|
'code-review',
|
|
107
|
-
'akos',
|
|
108
107
|
] as const
|
|
109
108
|
|
|
110
109
|
export const parseCanonicalEcosystemContract = (
|
|
@@ -137,8 +136,7 @@ export const parseCanonicalEcosystemContract = (
|
|
|
137
136
|
}
|
|
138
137
|
}
|
|
139
138
|
|
|
140
|
-
const propertyIds =
|
|
141
|
-
manifest.properties.length === 7 ? FULL_SEVEN_PRODUCT_IDS : LEGACY_FOUR_PRODUCT_IDS
|
|
139
|
+
const propertyIds = manifest.properties.length === 6 ? PUBLIC_PRODUCT_IDS : LEGACY_PRODUCT_IDS
|
|
142
140
|
|
|
143
141
|
for (const [index, id] of propertyIds.entries()) {
|
|
144
142
|
const legacy = manifest.properties[index]
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const PACKAGE_VERSION = '1.11.
|
|
1
|
+
export const PACKAGE_VERSION = '1.11.2'
|