@rosetears/aili-pi 0.1.9 → 0.1.10
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/README.md +6 -6
- package/THIRD_PARTY_NOTICES.md +12 -12
- package/docs/persistent-agents.md +114 -0
- package/manifests/adapter-evidence.json +53 -20
- package/manifests/capabilities.json +3 -3
- package/manifests/live-verification.json +18 -19
- package/manifests/provenance.json +12 -12
- package/manifests/roles.json +270 -57
- package/manifests/sbom.json +1 -128
- package/manifests/skill-compatibility.json +57 -61
- package/manifests/subagent-provenance.json +8 -15
- package/package.json +3 -3
- package/roles/agent-evaluator.md +8 -3
- package/roles/ai-regression-scout.md +8 -3
- package/roles/browser-qa-runner.md +8 -3
- package/roles/code-reviewer.md +8 -3
- package/roles/code-scout.md +8 -3
- package/roles/convergence-reviewer.md +8 -3
- package/roles/doc-researcher.md +8 -3
- package/roles/e2e-artifact-runner.md +8 -3
- package/roles/general.md +49 -0
- package/roles/implementer.md +8 -3
- package/roles/opensource-sanitizer.md +8 -3
- package/roles/plan-auditor.md +8 -3
- package/roles/pr-test-analyzer.md +8 -3
- package/roles/security-auditor.md +8 -3
- package/roles/silent-failure-reviewer.md +8 -3
- package/roles/spec-miner.md +8 -3
- package/roles/test-coverage-reviewer.md +8 -3
- package/roles/test-engineer.md +8 -3
- package/roles/web-performance-auditor.md +8 -3
- package/roles/web-researcher.md +8 -3
- package/scripts/sync-roles.ts +186 -24
- package/src/runtime/doctor.ts +38 -10
- package/src/runtime/global-resources.ts +5 -1
- package/src/runtime/index.ts +2 -2
- package/src/runtime/persistent-agents/hub.ts +429 -0
- package/src/runtime/persistent-agents/model-selection.ts +363 -0
- package/src/runtime/persistent-agents/output-delivery.ts +356 -0
- package/src/runtime/persistent-agents/permission.ts +223 -0
- package/src/runtime/persistent-agents/policy.ts +311 -0
- package/src/runtime/persistent-agents/production.ts +569 -0
- package/src/runtime/persistent-agents/runtime.ts +164 -0
- package/src/runtime/persistent-agents/sandbox.ts +68 -0
- package/src/runtime/persistent-agents/scheduler.ts +190 -0
- package/src/runtime/persistent-agents/session-factory.ts +184 -0
- package/src/runtime/persistent-agents/storage.ts +775 -0
- package/src/runtime/persistent-agents/task-coordinator.ts +460 -0
- package/src/runtime/persistent-agents/task-schema.ts +141 -0
- package/src/runtime/persistent-agents/types.ts +134 -0
- package/src/runtime/persistent-agents/workspace.ts +335 -0
- package/src/runtime/registry.ts +28 -32
- package/src/runtime/roles.ts +211 -18
- package/src/runtime/rose-context.ts +1 -1
- package/templates/APPEND_SYSTEM.md +1 -1
- package/upstream/opencode-global-agents.lock.json +1 -1
- package/src/runtime/subagents.ts +0 -249
package/manifests/sbom.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"dataLicense": "CC0-1.0",
|
|
4
4
|
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
5
|
"name": "@rosetears/aili-pi-0.0.0-development",
|
|
6
|
-
"documentNamespace": "https://github.com/Rosetears520/aili-pi/sbom/
|
|
6
|
+
"documentNamespace": "https://github.com/Rosetears520/aili-pi/sbom/006a165d0b94cd75a0a8cfbcd54f588b",
|
|
7
7
|
"creationInfo": {
|
|
8
8
|
"creators": [
|
|
9
9
|
"Tool: @rosetears/aili-pi scripts/generate-provenance.ts"
|
|
@@ -33,18 +33,6 @@
|
|
|
33
33
|
"primaryPackagePurpose": "SOURCE",
|
|
34
34
|
"comment": "revision=7eb35f357ad489f5841ee10dac1e44549c1bdb76; files=upstream/aili-workflows.lock.json#files (471 exact skill files), manifests/roles.json#records[].sourcePath (19 exact role source files), upstream/opencode-global-agents.lock.json (pinned source template revision/hash); symbols=64 canonical skill bodies and owned assets, 19 child-role prompt bodies; local changes=skills/** is an exact byte-for-byte snapshot with no semantic overlay | role prompts are generated as Pi frontmatter with explicit tool/capability ceilings and structured output | templates/APPEND_SYSTEM.md is a Pi-native governance derivation of the pinned global AGENTS template, with OpenCode-only control planes excluded"
|
|
35
35
|
},
|
|
36
|
-
{
|
|
37
|
-
"SPDXID": "SPDXRef-source-agwab-pi-subagent-7cd9ea345a",
|
|
38
|
-
"name": "@agwab/pi-subagent",
|
|
39
|
-
"versionInfo": "0.4.8",
|
|
40
|
-
"downloadLocation": "https://github.com/AgwaB/pi-subagent/commit/daa7b83819116a62008ad17aa65fcd50fefbafd0",
|
|
41
|
-
"filesAnalyzed": false,
|
|
42
|
-
"licenseConcluded": "MIT",
|
|
43
|
-
"licenseDeclared": "MIT",
|
|
44
|
-
"checksums": [],
|
|
45
|
-
"primaryPackagePurpose": "SOURCE",
|
|
46
|
-
"comment": "revision=daa7b83819116a62008ad17aa65fcd50fefbafd0; files=src/index.ts, src/api.ts, src/runners/headless-model.ts, src/artifacts/result.ts; symbols=subagent tool renderCall, runSubagent API, headless lifecycle, artifact envelope; local changes=AILI registers the full pinned upstream subagent tool schema, prepends a sanitized bounded requested-Agent heading, injects a non-removable credential guard, normalizes ordinary omitted/auto runs to headless for the Pi 0.81.1 compatibility window, and rejects explicit inline before model startup; no upstream source is copied"
|
|
47
|
-
},
|
|
48
36
|
{
|
|
49
37
|
"SPDXID": "SPDXRef-source-pi-permission-modes-9b38b384cd",
|
|
50
38
|
"name": "pi-permission-modes",
|
|
@@ -145,40 +133,6 @@
|
|
|
145
133
|
"primaryPackagePurpose": "LIBRARY",
|
|
146
134
|
"comment": "npm lock path=node_modules/agent-base; development=false; optional=false"
|
|
147
135
|
},
|
|
148
|
-
{
|
|
149
|
-
"SPDXID": "SPDXRef-node-modules-agwab-pi-subagent-ebd1e557d5",
|
|
150
|
-
"name": "@agwab/pi-subagent",
|
|
151
|
-
"versionInfo": "0.4.8",
|
|
152
|
-
"downloadLocation": "https://registry.npmjs.org/@agwab/pi-subagent/-/pi-subagent-0.4.8.tgz",
|
|
153
|
-
"filesAnalyzed": false,
|
|
154
|
-
"licenseConcluded": "MIT",
|
|
155
|
-
"licenseDeclared": "MIT",
|
|
156
|
-
"checksums": [
|
|
157
|
-
{
|
|
158
|
-
"algorithm": "SHA512",
|
|
159
|
-
"checksumValue": "HPAzAye6maCpBHXpjsTRMGuwvXoD4FpUu5oKe0g1hdu6eGrao10/dzfx3XiIDsR7hD/aR3Gmob6+nAFY2vB+iw=="
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"primaryPackagePurpose": "LIBRARY",
|
|
163
|
-
"comment": "npm lock path=node_modules/@agwab/pi-subagent; development=false; optional=false"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"SPDXID": "SPDXRef-node-modules-agwab-pi-subagent-node-modules-typebox-434ae00f66",
|
|
167
|
-
"name": "typebox",
|
|
168
|
-
"versionInfo": "1.3.6",
|
|
169
|
-
"downloadLocation": "https://registry.npmjs.org/typebox/-/typebox-1.3.6.tgz",
|
|
170
|
-
"filesAnalyzed": false,
|
|
171
|
-
"licenseConcluded": "MIT",
|
|
172
|
-
"licenseDeclared": "MIT",
|
|
173
|
-
"checksums": [
|
|
174
|
-
{
|
|
175
|
-
"algorithm": "SHA512",
|
|
176
|
-
"checksumValue": "Sc8RA0NCMEFmApHNU9ZMzqcpQj46She44J8ffpLM/bdhLNUZKq7DJumcLcsFx1gRmDfQPgCgOmFFJ7rcnfWNyA=="
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
"primaryPackagePurpose": "LIBRARY",
|
|
180
|
-
"comment": "npm lock path=node_modules/@agwab/pi-subagent/node_modules/typebox; development=false; optional=false"
|
|
181
|
-
},
|
|
182
136
|
{
|
|
183
137
|
"SPDXID": "SPDXRef-node-modules-ansi-regex-a9b9a5c359",
|
|
184
138
|
"name": "ansi-regex",
|
|
@@ -213,23 +167,6 @@
|
|
|
213
167
|
"primaryPackagePurpose": "LIBRARY",
|
|
214
168
|
"comment": "npm lock path=node_modules/ansi-styles; development=false; optional=false"
|
|
215
169
|
},
|
|
216
|
-
{
|
|
217
|
-
"SPDXID": "SPDXRef-node-modules-anthropic-ai-sandbox-runtime-185c2c90f3",
|
|
218
|
-
"name": "@anthropic-ai/sandbox-runtime",
|
|
219
|
-
"versionInfo": "0.0.54",
|
|
220
|
-
"downloadLocation": "https://registry.npmjs.org/@anthropic-ai/sandbox-runtime/-/sandbox-runtime-0.0.54.tgz",
|
|
221
|
-
"filesAnalyzed": false,
|
|
222
|
-
"licenseConcluded": "Apache-2.0",
|
|
223
|
-
"licenseDeclared": "Apache-2.0",
|
|
224
|
-
"checksums": [
|
|
225
|
-
{
|
|
226
|
-
"algorithm": "SHA512",
|
|
227
|
-
"checksumValue": "zszEoq/z02SgJLlPFcoegqz2UonYbn3Gi//Hwza6KdUolg9HeGw/mPuO7Ybp4EzgLxG6ifA4KOrozErYKJuFag=="
|
|
228
|
-
}
|
|
229
|
-
],
|
|
230
|
-
"primaryPackagePurpose": "LIBRARY",
|
|
231
|
-
"comment": "npm lock path=node_modules/@anthropic-ai/sandbox-runtime; development=false; optional=false"
|
|
232
|
-
},
|
|
233
170
|
{
|
|
234
171
|
"SPDXID": "SPDXRef-node-modules-anthropic-ai-sdk-682d4010c6",
|
|
235
172
|
"name": "@anthropic-ai/sdk",
|
|
@@ -4380,23 +4317,6 @@
|
|
|
4380
4317
|
"primaryPackagePurpose": "LIBRARY",
|
|
4381
4318
|
"comment": "npm lock path=node_modules/is-fullwidth-code-point; development=false; optional=false"
|
|
4382
4319
|
},
|
|
4383
|
-
{
|
|
4384
|
-
"SPDXID": "SPDXRef-node-modules-jiti-3fa9a03526",
|
|
4385
|
-
"name": "jiti",
|
|
4386
|
-
"versionInfo": "2.7.0",
|
|
4387
|
-
"downloadLocation": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
|
|
4388
|
-
"filesAnalyzed": false,
|
|
4389
|
-
"licenseConcluded": "MIT",
|
|
4390
|
-
"licenseDeclared": "MIT",
|
|
4391
|
-
"checksums": [
|
|
4392
|
-
{
|
|
4393
|
-
"algorithm": "SHA512",
|
|
4394
|
-
"checksumValue": "AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ=="
|
|
4395
|
-
}
|
|
4396
|
-
],
|
|
4397
|
-
"primaryPackagePurpose": "LIBRARY",
|
|
4398
|
-
"comment": "npm lock path=node_modules/jiti; development=false; optional=false"
|
|
4399
|
-
},
|
|
4400
4320
|
{
|
|
4401
4321
|
"SPDXID": "SPDXRef-node-modules-jridgewell-sourcemap-codec-11d785d1ad",
|
|
4402
4322
|
"name": "@jridgewell/sourcemap-codec",
|
|
@@ -5009,23 +4929,6 @@
|
|
|
5009
4929
|
"primaryPackagePurpose": "LIBRARY",
|
|
5010
4930
|
"comment": "npm lock path=node_modules/node-fetch; development=false; optional=false"
|
|
5011
4931
|
},
|
|
5012
|
-
{
|
|
5013
|
-
"SPDXID": "SPDXRef-node-modules-node-forge-c6d6d8b1dc",
|
|
5014
|
-
"name": "node-forge",
|
|
5015
|
-
"versionInfo": "1.4.0",
|
|
5016
|
-
"downloadLocation": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
|
|
5017
|
-
"filesAnalyzed": false,
|
|
5018
|
-
"licenseConcluded": "(BSD-3-Clause OR GPL-2.0)",
|
|
5019
|
-
"licenseDeclared": "(BSD-3-Clause OR GPL-2.0)",
|
|
5020
|
-
"checksums": [
|
|
5021
|
-
{
|
|
5022
|
-
"algorithm": "SHA512",
|
|
5023
|
-
"checksumValue": "LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ=="
|
|
5024
|
-
}
|
|
5025
|
-
],
|
|
5026
|
-
"primaryPackagePurpose": "LIBRARY",
|
|
5027
|
-
"comment": "npm lock path=node_modules/node-forge; development=false; optional=false"
|
|
5028
|
-
},
|
|
5029
4932
|
{
|
|
5030
4933
|
"SPDXID": "SPDXRef-node-modules-node-gyp-build-528f0b6305",
|
|
5031
4934
|
"name": "node-gyp-build",
|
|
@@ -7328,11 +7231,6 @@
|
|
|
7328
7231
|
"relationshipType": "DEPENDS_ON",
|
|
7329
7232
|
"relatedSpdxElement": "SPDXRef-source-aili-workflows-ad83a8f0ba"
|
|
7330
7233
|
},
|
|
7331
|
-
{
|
|
7332
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7333
|
-
"relationshipType": "DEPENDS_ON",
|
|
7334
|
-
"relatedSpdxElement": "SPDXRef-source-agwab-pi-subagent-7cd9ea345a"
|
|
7335
|
-
},
|
|
7336
7234
|
{
|
|
7337
7235
|
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7338
7236
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -7373,16 +7271,6 @@
|
|
|
7373
7271
|
"relationshipType": "DEPENDS_ON",
|
|
7374
7272
|
"relatedSpdxElement": "SPDXRef-node-modules-agent-base-e28bede7a2"
|
|
7375
7273
|
},
|
|
7376
|
-
{
|
|
7377
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7378
|
-
"relationshipType": "DEPENDS_ON",
|
|
7379
|
-
"relatedSpdxElement": "SPDXRef-node-modules-agwab-pi-subagent-ebd1e557d5"
|
|
7380
|
-
},
|
|
7381
|
-
{
|
|
7382
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7383
|
-
"relationshipType": "DEPENDS_ON",
|
|
7384
|
-
"relatedSpdxElement": "SPDXRef-node-modules-agwab-pi-subagent-node-modules-typebox-434ae00f66"
|
|
7385
|
-
},
|
|
7386
7274
|
{
|
|
7387
7275
|
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7388
7276
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -7393,11 +7281,6 @@
|
|
|
7393
7281
|
"relationshipType": "DEPENDS_ON",
|
|
7394
7282
|
"relatedSpdxElement": "SPDXRef-node-modules-ansi-styles-9d675b59a5"
|
|
7395
7283
|
},
|
|
7396
|
-
{
|
|
7397
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7398
|
-
"relationshipType": "DEPENDS_ON",
|
|
7399
|
-
"relatedSpdxElement": "SPDXRef-node-modules-anthropic-ai-sandbox-runtime-185c2c90f3"
|
|
7400
|
-
},
|
|
7401
7284
|
{
|
|
7402
7285
|
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
7403
7286
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -8623,11 +8506,6 @@
|
|
|
8623
8506
|
"relationshipType": "DEPENDS_ON",
|
|
8624
8507
|
"relatedSpdxElement": "SPDXRef-node-modules-is-fullwidth-code-point-5a85b89bf5"
|
|
8625
8508
|
},
|
|
8626
|
-
{
|
|
8627
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
8628
|
-
"relationshipType": "DEPENDS_ON",
|
|
8629
|
-
"relatedSpdxElement": "SPDXRef-node-modules-jiti-3fa9a03526"
|
|
8630
|
-
},
|
|
8631
8509
|
{
|
|
8632
8510
|
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
8633
8511
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -8808,11 +8686,6 @@
|
|
|
8808
8686
|
"relationshipType": "DEPENDS_ON",
|
|
8809
8687
|
"relatedSpdxElement": "SPDXRef-node-modules-node-fetch-abf9db5376"
|
|
8810
8688
|
},
|
|
8811
|
-
{
|
|
8812
|
-
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
8813
|
-
"relationshipType": "DEPENDS_ON",
|
|
8814
|
-
"relatedSpdxElement": "SPDXRef-node-modules-node-forge-c6d6d8b1dc"
|
|
8815
|
-
},
|
|
8816
8689
|
{
|
|
8817
8690
|
"spdxElementId": "SPDXRef-Package-aili-pi",
|
|
8818
8691
|
"relationshipType": "DEPENDS_ON",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"verification": [
|
|
169
169
|
"snapshot-hash:verified",
|
|
170
170
|
"vitest run tests/integration/extension-load.test.ts",
|
|
171
|
-
"vitest run tests/
|
|
171
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
172
172
|
],
|
|
173
173
|
"status": "native",
|
|
174
174
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"verification": [
|
|
203
203
|
"snapshot-hash:verified",
|
|
204
204
|
"vitest run tests/integration/extension-load.test.ts",
|
|
205
|
-
"vitest run tests/
|
|
205
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
206
206
|
],
|
|
207
207
|
"status": "native",
|
|
208
208
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -796,14 +796,13 @@
|
|
|
796
796
|
"repo.read"
|
|
797
797
|
],
|
|
798
798
|
"canonicalChange": "none in aili-pi; consume the pinned upstream body without semantic transformation",
|
|
799
|
-
"adapterOwner": "src/runtime/
|
|
799
|
+
"adapterOwner": "src/runtime/persistent-agents/production.ts",
|
|
800
800
|
"verification": [
|
|
801
801
|
"snapshot-hash:verified",
|
|
802
802
|
"npm run verify:roles",
|
|
803
|
-
"vitest run tests/unit/
|
|
804
|
-
"vitest run tests/integration/
|
|
805
|
-
"
|
|
806
|
-
"AILI_LIVE_CREDENTIAL_GUARD_PROBE=1 npx vitest run tests/integration/live-subagent.test.ts"
|
|
803
|
+
"vitest run tests/unit/persistent-agent-task.test.ts tests/unit/persistent-agent-hub.test.ts tests/unit/persistent-agent-policy.test.ts",
|
|
804
|
+
"vitest run tests/integration/persistent-agent-runtime.test.ts tests/integration/package-runtime.test.ts",
|
|
805
|
+
"npm run test:doctor"
|
|
807
806
|
],
|
|
808
807
|
"status": "adapted",
|
|
809
808
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: subagent.dispatch.",
|
|
@@ -1028,7 +1027,7 @@
|
|
|
1028
1027
|
"verification": [
|
|
1029
1028
|
"snapshot-hash:verified",
|
|
1030
1029
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1031
|
-
"vitest run tests/
|
|
1030
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1032
1031
|
],
|
|
1033
1032
|
"status": "native",
|
|
1034
1033
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1261,7 +1260,7 @@
|
|
|
1261
1260
|
"verification": [
|
|
1262
1261
|
"snapshot-hash:verified",
|
|
1263
1262
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1264
|
-
"vitest run tests/
|
|
1263
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1265
1264
|
],
|
|
1266
1265
|
"status": "native",
|
|
1267
1266
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1308,7 +1307,7 @@
|
|
|
1308
1307
|
"verification": [
|
|
1309
1308
|
"snapshot-hash:verified",
|
|
1310
1309
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1311
|
-
"vitest run tests/
|
|
1310
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1312
1311
|
],
|
|
1313
1312
|
"status": "native",
|
|
1314
1313
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1383,7 +1382,7 @@
|
|
|
1383
1382
|
"verification": [
|
|
1384
1383
|
"snapshot-hash:verified",
|
|
1385
1384
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1386
|
-
"vitest run tests/
|
|
1385
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1387
1386
|
],
|
|
1388
1387
|
"status": "native",
|
|
1389
1388
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1452,7 +1451,7 @@
|
|
|
1452
1451
|
"verification": [
|
|
1453
1452
|
"snapshot-hash:verified",
|
|
1454
1453
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1455
|
-
"vitest run tests/
|
|
1454
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1456
1455
|
],
|
|
1457
1456
|
"status": "native",
|
|
1458
1457
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1517,7 +1516,7 @@
|
|
|
1517
1516
|
"verification": [
|
|
1518
1517
|
"snapshot-hash:verified",
|
|
1519
1518
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1520
|
-
"vitest run tests/
|
|
1519
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1521
1520
|
],
|
|
1522
1521
|
"status": "native",
|
|
1523
1522
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1574,7 +1573,7 @@
|
|
|
1574
1573
|
"verification": [
|
|
1575
1574
|
"snapshot-hash:verified",
|
|
1576
1575
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1577
|
-
"vitest run tests/
|
|
1576
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1578
1577
|
],
|
|
1579
1578
|
"status": "native",
|
|
1580
1579
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1622,7 +1621,7 @@
|
|
|
1622
1621
|
"verification": [
|
|
1623
1622
|
"snapshot-hash:verified",
|
|
1624
1623
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1625
|
-
"vitest run tests/
|
|
1624
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1626
1625
|
],
|
|
1627
1626
|
"status": "native",
|
|
1628
1627
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1669,7 +1668,7 @@
|
|
|
1669
1668
|
"verification": [
|
|
1670
1669
|
"snapshot-hash:verified",
|
|
1671
1670
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1672
|
-
"vitest run tests/
|
|
1671
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1673
1672
|
],
|
|
1674
1673
|
"status": "native",
|
|
1675
1674
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1764,7 +1763,7 @@
|
|
|
1764
1763
|
"verification": [
|
|
1765
1764
|
"snapshot-hash:verified",
|
|
1766
1765
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1767
|
-
"vitest run tests/
|
|
1766
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1768
1767
|
],
|
|
1769
1768
|
"status": "native",
|
|
1770
1769
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1798,7 +1797,7 @@
|
|
|
1798
1797
|
"verification": [
|
|
1799
1798
|
"snapshot-hash:verified",
|
|
1800
1799
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1801
|
-
"vitest run tests/
|
|
1800
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1802
1801
|
],
|
|
1803
1802
|
"status": "native",
|
|
1804
1803
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1847,7 +1846,7 @@
|
|
|
1847
1846
|
"verification": [
|
|
1848
1847
|
"snapshot-hash:verified",
|
|
1849
1848
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1850
|
-
"vitest run tests/
|
|
1849
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1851
1850
|
],
|
|
1852
1851
|
"status": "native",
|
|
1853
1852
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1896,7 +1895,7 @@
|
|
|
1896
1895
|
"verification": [
|
|
1897
1896
|
"snapshot-hash:verified",
|
|
1898
1897
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1899
|
-
"vitest run tests/
|
|
1898
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1900
1899
|
],
|
|
1901
1900
|
"status": "native",
|
|
1902
1901
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -1980,7 +1979,7 @@
|
|
|
1980
1979
|
"verification": [
|
|
1981
1980
|
"snapshot-hash:verified",
|
|
1982
1981
|
"vitest run tests/integration/extension-load.test.ts",
|
|
1983
|
-
"vitest run tests/
|
|
1982
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
1984
1983
|
],
|
|
1985
1984
|
"status": "native",
|
|
1986
1985
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -2014,7 +2013,7 @@
|
|
|
2014
2013
|
"verification": [
|
|
2015
2014
|
"snapshot-hash:verified",
|
|
2016
2015
|
"vitest run tests/integration/extension-load.test.ts",
|
|
2017
|
-
"vitest run tests/
|
|
2016
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
2018
2017
|
],
|
|
2019
2018
|
"status": "native",
|
|
2020
2019
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -2111,7 +2110,7 @@
|
|
|
2111
2110
|
"verification": [
|
|
2112
2111
|
"snapshot-hash:verified",
|
|
2113
2112
|
"vitest run tests/integration/extension-load.test.ts",
|
|
2114
|
-
"vitest run tests/
|
|
2113
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
2115
2114
|
],
|
|
2116
2115
|
"status": "native",
|
|
2117
2116
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -2147,7 +2146,7 @@
|
|
|
2147
2146
|
"verification": [
|
|
2148
2147
|
"snapshot-hash:verified",
|
|
2149
2148
|
"vitest run tests/integration/extension-load.test.ts",
|
|
2150
|
-
"vitest run tests/
|
|
2149
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
2151
2150
|
],
|
|
2152
2151
|
"status": "native",
|
|
2153
2152
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3046,7 +3045,7 @@
|
|
|
3046
3045
|
"verification": [
|
|
3047
3046
|
"snapshot-hash:verified",
|
|
3048
3047
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3049
|
-
"vitest run tests/
|
|
3048
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3050
3049
|
],
|
|
3051
3050
|
"status": "native",
|
|
3052
3051
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3195,7 +3194,7 @@
|
|
|
3195
3194
|
"verification": [
|
|
3196
3195
|
"snapshot-hash:verified",
|
|
3197
3196
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3198
|
-
"vitest run tests/
|
|
3197
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3199
3198
|
],
|
|
3200
3199
|
"status": "native",
|
|
3201
3200
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3326,7 +3325,7 @@
|
|
|
3326
3325
|
"verification": [
|
|
3327
3326
|
"snapshot-hash:verified",
|
|
3328
3327
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3329
|
-
"vitest run tests/
|
|
3328
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3330
3329
|
],
|
|
3331
3330
|
"status": "native",
|
|
3332
3331
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3543,7 +3542,7 @@
|
|
|
3543
3542
|
"verification": [
|
|
3544
3543
|
"snapshot-hash:verified",
|
|
3545
3544
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3546
|
-
"vitest run tests/
|
|
3545
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3547
3546
|
],
|
|
3548
3547
|
"status": "native",
|
|
3549
3548
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3651,7 +3650,7 @@
|
|
|
3651
3650
|
"verification": [
|
|
3652
3651
|
"snapshot-hash:verified",
|
|
3653
3652
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3654
|
-
"vitest run tests/
|
|
3653
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3655
3654
|
],
|
|
3656
3655
|
"status": "native",
|
|
3657
3656
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3715,7 +3714,7 @@
|
|
|
3715
3714
|
"verification": [
|
|
3716
3715
|
"snapshot-hash:verified",
|
|
3717
3716
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3718
|
-
"vitest run tests/
|
|
3717
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3719
3718
|
],
|
|
3720
3719
|
"status": "native",
|
|
3721
3720
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3816,7 +3815,7 @@
|
|
|
3816
3815
|
"verification": [
|
|
3817
3816
|
"snapshot-hash:verified",
|
|
3818
3817
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3819
|
-
"vitest run tests/
|
|
3818
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3820
3819
|
],
|
|
3821
3820
|
"status": "native",
|
|
3822
3821
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -3883,7 +3882,7 @@
|
|
|
3883
3882
|
"verification": [
|
|
3884
3883
|
"snapshot-hash:verified",
|
|
3885
3884
|
"vitest run tests/integration/extension-load.test.ts",
|
|
3886
|
-
"vitest run tests/
|
|
3885
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
3887
3886
|
],
|
|
3888
3887
|
"status": "native",
|
|
3889
3888
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -4306,14 +4305,13 @@
|
|
|
4306
4305
|
"repo.read"
|
|
4307
4306
|
],
|
|
4308
4307
|
"canonicalChange": "none in aili-pi; consume the pinned upstream body without semantic transformation",
|
|
4309
|
-
"adapterOwner": "src/runtime/
|
|
4308
|
+
"adapterOwner": "src/runtime/persistent-agents/production.ts",
|
|
4310
4309
|
"verification": [
|
|
4311
4310
|
"snapshot-hash:verified",
|
|
4312
4311
|
"npm run verify:roles",
|
|
4313
|
-
"vitest run tests/unit/
|
|
4314
|
-
"vitest run tests/integration/
|
|
4315
|
-
"
|
|
4316
|
-
"AILI_LIVE_CREDENTIAL_GUARD_PROBE=1 npx vitest run tests/integration/live-subagent.test.ts"
|
|
4312
|
+
"vitest run tests/unit/persistent-agent-task.test.ts tests/unit/persistent-agent-hub.test.ts tests/unit/persistent-agent-policy.test.ts",
|
|
4313
|
+
"vitest run tests/integration/persistent-agent-runtime.test.ts tests/integration/package-runtime.test.ts",
|
|
4314
|
+
"npm run test:doctor"
|
|
4317
4315
|
],
|
|
4318
4316
|
"status": "adapted",
|
|
4319
4317
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: subagent.dispatch.",
|
|
@@ -5540,7 +5538,7 @@
|
|
|
5540
5538
|
"verification": [
|
|
5541
5539
|
"snapshot-hash:verified",
|
|
5542
5540
|
"vitest run tests/integration/extension-load.test.ts",
|
|
5543
|
-
"vitest run tests/
|
|
5541
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
5544
5542
|
],
|
|
5545
5543
|
"status": "native",
|
|
5546
5544
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -5591,14 +5589,13 @@
|
|
|
5591
5589
|
"repo.read"
|
|
5592
5590
|
],
|
|
5593
5591
|
"canonicalChange": "none in aili-pi; consume the pinned upstream body without semantic transformation",
|
|
5594
|
-
"adapterOwner": "src/runtime/
|
|
5592
|
+
"adapterOwner": "src/runtime/persistent-agents/production.ts",
|
|
5595
5593
|
"verification": [
|
|
5596
5594
|
"snapshot-hash:verified",
|
|
5597
5595
|
"npm run verify:roles",
|
|
5598
|
-
"vitest run tests/unit/
|
|
5599
|
-
"vitest run tests/integration/
|
|
5600
|
-
"
|
|
5601
|
-
"AILI_LIVE_CREDENTIAL_GUARD_PROBE=1 npx vitest run tests/integration/live-subagent.test.ts"
|
|
5596
|
+
"vitest run tests/unit/persistent-agent-task.test.ts tests/unit/persistent-agent-hub.test.ts tests/unit/persistent-agent-policy.test.ts",
|
|
5597
|
+
"vitest run tests/integration/persistent-agent-runtime.test.ts tests/integration/package-runtime.test.ts",
|
|
5598
|
+
"npm run test:doctor"
|
|
5602
5599
|
],
|
|
5603
5600
|
"status": "adapted",
|
|
5604
5601
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: subagent.dispatch.",
|
|
@@ -5682,7 +5679,7 @@
|
|
|
5682
5679
|
"verification": [
|
|
5683
5680
|
"snapshot-hash:verified",
|
|
5684
5681
|
"vitest run tests/integration/extension-load.test.ts",
|
|
5685
|
-
"vitest run tests/
|
|
5682
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
5686
5683
|
],
|
|
5687
5684
|
"status": "native",
|
|
5688
5685
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -5791,7 +5788,7 @@
|
|
|
5791
5788
|
"verification": [
|
|
5792
5789
|
"snapshot-hash:verified",
|
|
5793
5790
|
"vitest run tests/integration/extension-load.test.ts",
|
|
5794
|
-
"vitest run tests/
|
|
5791
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
5795
5792
|
],
|
|
5796
5793
|
"status": "native",
|
|
5797
5794
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -5923,7 +5920,7 @@
|
|
|
5923
5920
|
"verification": [
|
|
5924
5921
|
"snapshot-hash:verified",
|
|
5925
5922
|
"vitest run tests/integration/extension-load.test.ts",
|
|
5926
|
-
"vitest run tests/
|
|
5923
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
5927
5924
|
],
|
|
5928
5925
|
"status": "native",
|
|
5929
5926
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -6365,7 +6362,7 @@
|
|
|
6365
6362
|
"verification": [
|
|
6366
6363
|
"snapshot-hash:verified",
|
|
6367
6364
|
"vitest run tests/integration/extension-load.test.ts",
|
|
6368
|
-
"vitest run tests/
|
|
6365
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
6369
6366
|
],
|
|
6370
6367
|
"status": "native",
|
|
6371
6368
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -6411,14 +6408,13 @@
|
|
|
6411
6408
|
"repo.read"
|
|
6412
6409
|
],
|
|
6413
6410
|
"canonicalChange": "none in aili-pi; consume the pinned upstream body without semantic transformation",
|
|
6414
|
-
"adapterOwner": "src/runtime/
|
|
6411
|
+
"adapterOwner": "src/runtime/persistent-agents/production.ts",
|
|
6415
6412
|
"verification": [
|
|
6416
6413
|
"snapshot-hash:verified",
|
|
6417
6414
|
"npm run verify:roles",
|
|
6418
|
-
"vitest run tests/unit/
|
|
6419
|
-
"vitest run tests/integration/
|
|
6420
|
-
"
|
|
6421
|
-
"AILI_LIVE_CREDENTIAL_GUARD_PROBE=1 npx vitest run tests/integration/live-subagent.test.ts"
|
|
6415
|
+
"vitest run tests/unit/persistent-agent-task.test.ts tests/unit/persistent-agent-hub.test.ts tests/unit/persistent-agent-policy.test.ts",
|
|
6416
|
+
"vitest run tests/integration/persistent-agent-runtime.test.ts tests/integration/package-runtime.test.ts",
|
|
6417
|
+
"npm run test:doctor"
|
|
6422
6418
|
],
|
|
6423
6419
|
"status": "adapted",
|
|
6424
6420
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: subagent.dispatch.",
|
|
@@ -6761,7 +6757,7 @@
|
|
|
6761
6757
|
"verification": [
|
|
6762
6758
|
"snapshot-hash:verified",
|
|
6763
6759
|
"vitest run tests/integration/extension-load.test.ts",
|
|
6764
|
-
"vitest run tests/
|
|
6760
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
6765
6761
|
],
|
|
6766
6762
|
"status": "native",
|
|
6767
6763
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -6938,7 +6934,7 @@
|
|
|
6938
6934
|
"verification": [
|
|
6939
6935
|
"snapshot-hash:verified",
|
|
6940
6936
|
"vitest run tests/integration/extension-load.test.ts",
|
|
6941
|
-
"vitest run tests/
|
|
6937
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
6942
6938
|
],
|
|
6943
6939
|
"status": "native",
|
|
6944
6940
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7466,7 +7462,7 @@
|
|
|
7466
7462
|
"verification": [
|
|
7467
7463
|
"snapshot-hash:verified",
|
|
7468
7464
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7469
|
-
"vitest run tests/
|
|
7465
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7470
7466
|
],
|
|
7471
7467
|
"status": "native",
|
|
7472
7468
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7503,7 +7499,7 @@
|
|
|
7503
7499
|
"verification": [
|
|
7504
7500
|
"snapshot-hash:verified",
|
|
7505
7501
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7506
|
-
"vitest run tests/
|
|
7502
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7507
7503
|
],
|
|
7508
7504
|
"status": "native",
|
|
7509
7505
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7697,7 +7693,7 @@
|
|
|
7697
7693
|
"verification": [
|
|
7698
7694
|
"snapshot-hash:verified",
|
|
7699
7695
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7700
|
-
"vitest run tests/
|
|
7696
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7701
7697
|
],
|
|
7702
7698
|
"status": "native",
|
|
7703
7699
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7746,7 +7742,7 @@
|
|
|
7746
7742
|
"verification": [
|
|
7747
7743
|
"snapshot-hash:verified",
|
|
7748
7744
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7749
|
-
"vitest run tests/
|
|
7745
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7750
7746
|
],
|
|
7751
7747
|
"status": "native",
|
|
7752
7748
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7886,7 +7882,7 @@
|
|
|
7886
7882
|
"verification": [
|
|
7887
7883
|
"snapshot-hash:verified",
|
|
7888
7884
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7889
|
-
"vitest run tests/
|
|
7885
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7890
7886
|
],
|
|
7891
7887
|
"status": "native",
|
|
7892
7888
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -7978,7 +7974,7 @@
|
|
|
7978
7974
|
"verification": [
|
|
7979
7975
|
"snapshot-hash:verified",
|
|
7980
7976
|
"vitest run tests/integration/extension-load.test.ts",
|
|
7981
|
-
"vitest run tests/
|
|
7977
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
7982
7978
|
],
|
|
7983
7979
|
"status": "native",
|
|
7984
7980
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|
|
@@ -8090,7 +8086,7 @@
|
|
|
8090
8086
|
"verification": [
|
|
8091
8087
|
"snapshot-hash:verified",
|
|
8092
8088
|
"vitest run tests/integration/extension-load.test.ts",
|
|
8093
|
-
"vitest run tests/
|
|
8089
|
+
"vitest run tests/integration/persistent-agent-host-seams.test.ts"
|
|
8094
8090
|
],
|
|
8095
8091
|
"status": "native",
|
|
8096
8092
|
"reason": "Required capabilities are covered by verified Pi adapter evidence: repo.read.",
|