-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
261 lines (261 loc) · 26.8 KB
/
Copy pathpackage.json
File metadata and controls
261 lines (261 loc) · 26.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{
"name": "agents-lab",
"private": true,
"description": "Monorepo — solo de curadoria e experimentação para o ecossistema pi",
"scripts": {
"list": "pnpm list -r --depth=0",
"test": "node --test packages/*/test/*.test.mjs",
"test:smoke": "pnpm exec vitest run",
"substrate:check": "node scripts/check-substrate.mjs",
"ci:smoke:gate": "pnpm run actions:pins && pnpm run test:ci:workflow && pnpm run test:docs:site && pnpm run test:mermaid && pnpm run mermaid:check:lab && pnpm run test:release:package:smoke && pnpm run test:release:evidence && pnpm run test:release:content-review && pnpm run test:release:readiness && pnpm run test:repo:edit && pnpm run test:repo:complexity && pnpm run test:package:boundary && pnpm run test:package:promise && pnpm run test:agent-skills:compat && pnpm run test:engine:boundary && pnpm run test:eval-contract && pnpm run test:project:task:complete && pnpm run test:autonomous-scheduler && pnpm run test:smoke && pnpm run test:verify-pi-stack && pnpm run test:audit:sovereignty && pnpm run test:pi-stack:user-surface && pnpm run test:pi:runtime:health && pnpm run test:pi:dev:pressure && pnpm run test:pi:isolated && pnpm run test:ops:disk-guard && pnpm run release:package:smoke && pnpm run docs:package:check && pnpm run package:boundary:audit && pnpm run package:promise:audit && pnpm run agent-skills:compat && pnpm run engine:boundary:audit && pnpm run repo:discourse:audit && pnpm run audit:sovereignty && pnpm run audit:sovereignty:diff && pnpm run repo:complexity:strict && pnpm run repo:bloat:audit:strict",
"ci:local:parity": "pnpm run ci:smoke:gate",
"ci:smoke:gate:isolated": "node scripts/run-with-isolated-runtime.mjs \"pnpm run ci:smoke:gate\"",
"run:isolated": "node scripts/run-with-isolated-runtime.mjs",
"test:smoke:isolated": "node scripts/run-with-isolated-runtime.mjs \"pnpm exec vitest run\"",
"gate:monitor:regression": "pnpm --silent run test:monitor:regression",
"test:monitor:smoke": "pnpm exec vitest run packages/pi-stack/test/smoke/autonomy-lane-readiness.test.ts packages/pi-stack/test/smoke/autonomy-lane-surface.test.ts packages/pi-stack/test/smoke/autonomy-task-selector.test.ts packages/pi-stack/test/smoke/context-watchdog.test.ts packages/pi-stack/test/smoke/curation-coverage.test.ts packages/pi-stack/test/smoke/guardrails-skill-access-policy.test.ts packages/pi-stack/test/smoke/guardrails-bash-guard-policies.test.ts packages/pi-stack/test/smoke/guardrails-core-orchestrator-budget.test.ts packages/pi-stack/test/smoke/guardrails-tool-cadence.test.ts packages/pi-stack/test/smoke/guardrails-git-maintenance.test.ts packages/pi-stack/test/smoke/guardrails-git-maintenance-surface.test.ts packages/pi-stack/test/smoke/guardrails-marker-check.test.ts packages/pi-stack/test/smoke/guardrails-marker-check-surface.test.ts packages/pi-stack/test/smoke/guardrails-recurring-failure.test.ts packages/pi-stack/test/smoke/guardrails-recurring-failure-surface.test.ts packages/pi-stack/test/smoke/guardrails-unattended-continuation.test.ts packages/pi-stack/test/smoke/guardrails-unattended-continuation-surface.test.ts packages/pi-stack/test/smoke/guardrails-unattended-rehearsal.test.ts packages/pi-stack/test/smoke/guardrails-unattended-rehearsal-surface.test.ts packages/pi-stack/test/smoke/guardrails-validation-method.test.ts packages/pi-stack/test/smoke/guardrails-validation-method-surface.test.ts packages/pi-stack/test/smoke/guardrails-core-hardening-reexport.test.ts packages/pi-stack/test/smoke/guardrails-background-process.test.ts packages/pi-stack/test/smoke/guardrails-i18n-intents.test.ts packages/pi-stack/test/smoke/guardrails-i18n-lint.test.ts packages/pi-stack/test/smoke/guardrails-structured-first.test.ts packages/pi-stack/test/smoke/guardrails-structured-io-contract.test.ts packages/pi-stack/test/smoke/guardrails-structured-io-reexport.test.ts packages/pi-stack/test/smoke/guardrails-structured-io-tool.test.ts packages/pi-stack/test/smoke/machine-maintenance.test.ts packages/pi-stack/test/smoke/monitor-runtime-contract.test.ts packages/pi-stack/test/smoke/monitor-classify-failure-readiness.test.ts packages/pi-stack/test/smoke/monitor-sovereign-startup-output.test.ts packages/pi-stack/test/smoke/monitor-summary.test.ts packages/pi-stack/test/smoke/project-board-surface.test.ts packages/pi-stack/test/smoke/subagent-readiness.test.ts",
"gate:monitor:local": "pnpm run gate:monitor:regression && pnpm run test:monitor:smoke",
"verify": "node scripts/verify-pi-stack.mjs",
"test:verify-pi-stack": "node --test scripts/test/verify-pi-stack.test.mjs",
"docs:package:sync": "node scripts/sync-package-docs.mjs",
"docs:package:check": "node scripts/sync-package-docs.mjs --check",
"docs:site:install": "node scripts/docs-site.mjs install",
"docs:site:build": "node scripts/docs-site.mjs build",
"docs:site:smoke": "node scripts/docs-site-smoke.mjs",
"docs:site:build:smoke": "pnpm run docs:site:build && pnpm run docs:site:smoke",
"docs:site:serve": "node scripts/docs-site.mjs serve",
"mermaid:check": "node scripts/mermaid-check.mjs",
"mermaid:check:lab": "node scripts/mermaid-check.mjs --max-lines 80",
"package:boundary:audit": "node scripts/package-boundary-audit.mjs --strict",
"package:boundary:audit:json": "node scripts/package-boundary-audit.mjs --json",
"engine:boundary:audit": "node scripts/engine-boundary-audit.mjs --strict",
"engine:boundary:audit:json": "node scripts/engine-boundary-audit.mjs --json",
"audit:sovereignty": "node scripts/stack-sovereignty-audit.mjs --strict",
"audit:sovereignty:diff": "node scripts/sovereignty-diff-gate.mjs --strict",
"actions:pins": "node scripts/ci/check-github-action-pins.mjs",
"security:audit": "pnpm audit --audit-level=high --prod",
"security:audit:all": "pnpm audit --audit-level=moderate",
"release": "pnpm exec changeset version",
"release:package:smoke": "node scripts/release-package-smoke.mjs",
"release:package:smoke:json": "node scripts/release-package-smoke.mjs --json",
"publish:all": "pnpm -r --if-present run build && pnpm exec changeset publish",
"offload:evidence:template": "node scripts/offload-evidence-template.mjs",
"release:readiness": "node scripts/release-readiness-report.mjs",
"release:readiness:json": "node scripts/release-readiness-report.mjs --json",
"release:readiness:strict": "node scripts/release-readiness-report.mjs --strict",
"release:readiness:strict:json": "node scripts/release-readiness-report.mjs --strict --json",
"release:readiness:v0.8.0": "node scripts/release-readiness-report.mjs --target 0.8.0",
"release:readiness:v0.8.0:json": "node scripts/release-readiness-report.mjs --target 0.8.0 --json",
"release:artifact:audit": "node scripts/release-artifact-audit.mjs",
"release:artifact:audit:json": "node scripts/release-artifact-audit.mjs --pretty",
"release:final:gate": "node scripts/release-final-gate.mjs",
"release:final:gate:json": "node scripts/release-final-gate.mjs --pretty",
"release:evidence:refresh": "node scripts/release-evidence-refresh.mjs --execute-canaries",
"release:evidence:refresh:json": "node scripts/release-evidence-refresh.mjs --execute-canaries --pretty",
"release:evidence:status": "node scripts/release-evidence-status.mjs",
"release:evidence:status:json": "node scripts/release-evidence-status.mjs --pretty",
"release:protected-review:approval": "node scripts/release-protected-review-approval.mjs",
"release:protected-review:plan": "node scripts/release-protected-review-plan.mjs",
"pi:local": "node scripts/pi-source-switch.mjs local",
"pi:published": "node scripts/pi-source-switch.mjs published",
"pi:status": "node scripts/pi-source-switch.mjs status",
"pi:isolated": "node scripts/pi-isolated.mjs",
"pi:isolated:config": "node scripts/pi-isolated.mjs config",
"pi:isolated:resume": "node scripts/pi-isolated.mjs --resume",
"pi:isolated:status": "node scripts/pi-isolated.mjs status",
"pi:isolated:adopt-latest": "node scripts/pi-isolated.mjs adopt-latest",
"pi:isolated:adopt-latest:dry": "node scripts/pi-isolated.mjs adopt-latest --dry-run",
"pi:isolated:runtime-profile": "node scripts/pi-isolated.mjs runtime-profile",
"pi:isolated:runtime-profile:dry": "node scripts/pi-isolated.mjs runtime-profile --dry-run",
"pi:isolated:help": "node scripts/pi-isolated.mjs help",
"pi:isolated:reset": "node scripts/pi-isolated.mjs --reset",
"pi:dev": "node scripts/pi-isolated.mjs --dev",
"pi:dev:dry": "node scripts/pi-isolated.mjs --dev --dry-run",
"pi:dev:resume": "node scripts/pi-isolated.mjs --dev --resume",
"pi:loop:pause": "node scripts/pi-loop-pause.mjs",
"pi:loop:resume": "node scripts/pi-loop-pause.mjs --resume",
"pi:loop:status": "node scripts/pi-loop-pause.mjs --status",
"devcontainer:lab": "node scripts/devcontainer-lab.mjs",
"devcontainer:lab:headless": "node scripts/devcontainer-lab.mjs --headless",
"devcontainer:lab:pi": "node scripts/devcontainer-lab.mjs agents-lab-dev -- pnpm run pi:isolated",
"pi:parity": "node scripts/pi-parity.mjs --scope user --profile strict-curated",
"pi:parity:full": "node scripts/pi-parity.mjs --scope user --profile stack-full",
"pi:parity:project": "node scripts/pi-parity.mjs --scope project --profile first-party",
"pi:parity:curated": "node scripts/pi-parity.mjs --scope both --profile strict-curated",
"pi:parity:curated:strict": "node scripts/pi-parity.mjs --scope both --profile strict-curated --strict",
"pi:parity:runtime": "node scripts/pi-parity.mjs --scope both --profile curated-runtime",
"pi:parity:runtime:strict": "node scripts/pi-parity.mjs --scope both --profile curated-runtime --strict",
"colony:inspect": "node scripts/colony-runtime-inspect.mjs",
"session:triage": "node scripts/session-triage.mjs --days 1 --limit 8",
"session:triage:json": "node scripts/session-triage.mjs --days 1 --limit 8 --json",
"session:triage:events:json": "node scripts/session-triage.mjs --days 30 --events docs/research/data/session-triage/canonical-events.example.json --json",
"session:triage:events:jsonl": "node scripts/session-triage.mjs --days 30 --events docs/research/data/session-triage/canonical-events.example.jsonl --json",
"agent-run:driver-step": "node scripts/agent-run-driver-step.mjs",
"agent-run:driver-canary": "node scripts/agent-run-driver-canary.mjs --execute --out .artifacts/agent-run-driver/latest.json",
"agent-run:driver-canary:mutation": "node scripts/agent-run-driver-canary.mjs --mode mutation --execute --run-id agent-run-driver-local-mutation-canary --out .artifacts/agent-run-driver/latest-mutation.json",
"agent-run:driver-canaries": "node scripts/agent-run-driver-canary-suite.mjs --execute --out .artifacts/agent-run-driver/suite.json",
"agent-run:driver-canaries:container": "node scripts/agent-run-driver-container-canary-suite.mjs",
"agent-run:driver-fanout-manifest": "node scripts/agent-run-driver-fanout-manifest.mjs --out .artifacts/agent-run-driver/fanout-manifest.json",
"agent-run:driver-fanout-rehearsal": "node scripts/agent-run-driver-fanout-rehearsal.mjs --execute --out .artifacts/agent-run-driver/fanout-rehearsal.json",
"agent-run:driver-fanout-outcome": "node scripts/agent-run-driver-fanout-outcome.mjs --out .artifacts/agent-run-driver/fanout-outcome.json",
"agent-run:driver-fanout-recovery-next": "node scripts/agent-run-driver-fanout-recovery-next.mjs --out .artifacts/agent-run-driver/fanout-recovery-next.json",
"agent-run:driver-fanout-recovery-approval": "node scripts/agent-run-driver-fanout-recovery-approval.mjs --out .artifacts/agent-run-driver/fanout-recovery-approval.json",
"agent-run:driver-fanout-rehearsal:container": "node scripts/agent-run-driver-container-fanout-rehearsal.mjs",
"agent-run:pi-provider-fanout-plan": "node scripts/agent-run-pi-provider-fanout-plan.mjs --out .artifacts/agent-run-driver/pi-provider-fanout-plan.json",
"agent-run:pi-provider-protected-board-plan": "node scripts/agent-run-pi-provider-fanout-plan.mjs --from-board-protected --require-local-task-evidence --limit 3 --batch-id protected-board-research-0-8 --out .artifacts/agent-run-driver/pi-provider-protected-board-fanout-plan.json",
"agent-run:pi-provider-protected-board-outcome": "node scripts/agent-run-driver-fanout-outcome.mjs --plan .artifacts/agent-run-driver/pi-provider-protected-board-fanout-plan.json --out .artifacts/agent-run-driver/pi-provider-protected-board-fanout-outcome.json --exit-zero-on-block",
"agent-run:pi-provider-protected-board-recovery-next": "node scripts/agent-run-driver-fanout-recovery-next.mjs --source .artifacts/agent-run-driver/pi-provider-protected-board-fanout-outcome.json --out .artifacts/agent-run-driver/pi-provider-protected-board-recovery-next.json",
"agent-run:pi-provider-protected-board-recovery-approval": "node scripts/agent-run-driver-fanout-recovery-approval.mjs --source .artifacts/agent-run-driver/pi-provider-protected-board-recovery-next.json --out .artifacts/agent-run-driver/pi-provider-protected-board-recovery-approval.json",
"agent-run:protected-review:evidence": "node scripts/agent-run-protected-review-evidence.mjs",
"agent-run:pi-provider-readiness": "node scripts/agent-run-pi-provider-readiness.mjs --out .artifacts/agent-run-driver/pi-provider-readiness.json",
"agent-run:pi-provider-recovery-next": "node scripts/agent-run-pi-provider-recovery-next.mjs --out .artifacts/agent-run-driver/pi-provider-recovery-next.json",
"agent-run:pi-provider-network-check": "node scripts/agent-run-pi-provider-network-check.mjs --out .artifacts/agent-run-driver/pi-provider-network-check.json",
"agent-run:pi-provider-canary": "node scripts/agent-run-pi-provider-canary.mjs --out .artifacts/agent-run-driver/pi-provider-canary.json",
"agent-run:pi-provider-canary:container": "node scripts/agent-run-pi-provider-container-canary.mjs",
"agent-run:pi-provider-worker-dispatch": "node scripts/agent-run-pi-provider-worker-dispatch.mjs",
"agent-run:pi-driver": "node scripts/agent-run-pi-driver.mjs",
"agent-run:pi-driver-payload": "node scripts/agent-run-pi-driver-payload.mjs",
"test:session-triage:delegation": "node --test scripts/test/session-triage-delegation.test.mjs",
"test:agent-run:drivers": "node --test scripts/test/agent-run-driver-step.test.mjs scripts/test/agent-run-pi-driver.test.mjs scripts/test/agent-run-pi-driver-payload.test.mjs scripts/test/agent-run-driver-canary.test.mjs scripts/test/agent-run-driver-canary-suite.test.mjs scripts/test/agent-run-driver-container-canary-suite.test.mjs scripts/test/agent-run-driver-fanout-manifest.test.mjs scripts/test/agent-run-driver-fanout-rehearsal.test.mjs scripts/test/agent-run-driver-fanout-outcome.test.mjs scripts/test/agent-run-driver-fanout-recovery-next.test.mjs scripts/test/agent-run-driver-fanout-recovery-approval.test.mjs scripts/test/agent-run-driver-container-fanout-rehearsal.test.mjs scripts/test/agent-run-pi-provider-fanout-plan.test.mjs scripts/test/agent-run-pi-provider-readiness.test.mjs scripts/test/agent-run-pi-provider-recovery-next.test.mjs scripts/test/agent-run-pi-provider-network-check.test.mjs scripts/test/agent-run-pi-provider-worker-dispatch.test.mjs scripts/test/agent-run-pi-provider-canary.test.mjs scripts/test/agent-run-pi-provider-container-canary.test.mjs scripts/test/agent-run-protected-review-evidence.test.mjs",
"test:agent-run:driver-canary": "node --test scripts/test/agent-run-driver-canary.test.mjs",
"test:agent-run:driver-canary-suite": "node --test scripts/test/agent-run-driver-canary-suite.test.mjs",
"test:agent-run:driver-step": "node --test scripts/test/agent-run-driver-step.test.mjs",
"test:agent-run:pi-driver": "node --test scripts/test/agent-run-pi-driver.test.mjs",
"test:agent-run:pi-driver-payload": "node --test scripts/test/agent-run-pi-driver-payload.test.mjs",
"test:pi:artifact:audit": "node --test scripts/test/pi-runtime-artifact-audit.test.mjs",
"test:pi:runtime:health": "node --test scripts/test/pi-runtime-health.test.mjs",
"test:pi:dev:pressure": "node --test scripts/test/pi-dev-pressure.test.mjs",
"test:pi:isolated": "node --test scripts/test/pi-isolated-*.test.mjs",
"test:pi:parity:curated": "node --test scripts/test/pi-parity-curated-profile.test.mjs",
"test:pi:parity:curation-gate": "node --test scripts/test/pi-parity-curation-gate.test.mjs",
"test:pi-stack:user-surface": "node --test scripts/test/pi-stack-user-surface-audit.test.mjs",
"test:audit:sovereignty": "node --test scripts/test/stack-sovereignty-audit.test.mjs",
"context:preload": "node scripts/context-preload-pack.mjs --days 1 --limit 8 --top 16",
"context:preload:write": "node scripts/context-preload-pack.mjs --days 1 --limit 8 --top 16 --write --json",
"context:preload:consume": "node scripts/context-preload-consume.mjs --profile control-plane-core --json",
"context:preload:consume:worker": "node scripts/context-preload-consume.mjs --profile agent-worker-lean --json",
"context:preload:consume:scout": "node scripts/context-preload-consume.mjs --profile swarm-scout-min --json",
"git:dirty:snapshot": "node scripts/git-dirty-snapshot.mjs --json",
"pi-stack:user-surface": "node scripts/pi-stack-user-surface-audit.mjs",
"pi-stack:user-surface:json": "node scripts/pi-stack-user-surface-audit.mjs --json",
"pi:artifact:audit": "node scripts/pi-runtime-artifact-audit.mjs",
"pi:artifact:audit:strict": "node scripts/pi-runtime-artifact-audit.mjs --strict",
"pi:runtime:health": "node scripts/pi-runtime-health.mjs",
"pi:runtime:health:json": "node scripts/pi-runtime-health.mjs --json",
"pi:runtime:health:strict": "node scripts/pi-runtime-health.mjs --strict",
"pi:dev:pressure": "node scripts/pi-dev-pressure.mjs",
"pi:dev:pressure:json": "node scripts/pi-dev-pressure.mjs --json",
"pi:dev:pressure:strict": "node scripts/pi-dev-pressure.mjs --strict",
"pi:dev:sessions:cleanup:dry": "node scripts/pi-dev-pressure.mjs --cleanup-sessions",
"ops:disk:check": "node scripts/host-disk-guard.mjs",
"ops:disk:cleanup:dry": "node scripts/host-disk-guard.mjs",
"ops:disk:cleanup:bg:dry": "node scripts/host-disk-guard.mjs --classes=bg-artifact",
"ops:disk:cleanup:bg": "node scripts/host-disk-guard.mjs --apply --classes=bg-artifact",
"ops:disk:cleanup:caches:dry": "node scripts/host-disk-guard.mjs --classes=generated-cache",
"ops:disk:cleanup:caches": "node scripts/host-disk-guard.mjs --apply --classes=generated-cache",
"ops:disk:cleanup:reports:dry": "node scripts/host-disk-guard.mjs --classes=pi-report",
"ops:disk:cleanup:sessions:dry": "node scripts/host-disk-guard.mjs --classes=session-jsonl --include-sessions --session-age-days=14 --keep-recent-sessions=20",
"ops:disk:cleanup:global-sessions:dry": "node scripts/host-disk-guard.mjs --classes=global-session-jsonl --include-global-sessions --session-age-days=14 --keep-recent-sessions=20",
"ops:disk:cleanup:global-sessions:review": "node scripts/host-disk-guard.mjs --classes=global-session-jsonl --include-global-sessions --session-age-days=7 --keep-recent-sessions=4",
"ops:disk:strict": "node scripts/host-disk-guard.mjs --strict",
"ops:disk:strict:warn": "node scripts/host-disk-guard.mjs --strict --strict-on=warn",
"ops:disk:cleanup": "node scripts/host-disk-guard.mjs --apply",
"ops:disk:cleanup:with-sessions": "node scripts/host-disk-guard.mjs --apply --include-sessions --session-age-days=14 --keep-recent-sessions=20",
"ops:loop-evidence:check": "node scripts/guardrails-loop-evidence-check.mjs",
"ops:loop-evidence:strict": "node scripts/guardrails-loop-evidence-check.mjs --strict --max-age-min=30",
"ops:loop-evidence:strict:milestone-gate": "node scripts/guardrails-loop-evidence-check.mjs --strict --max-age-min=30 --require-milestone-gate",
"ops:loop-evidence:strict:default-milestone": "node scripts/guardrails-loop-evidence-check.mjs --strict --max-age-min=30 --expect-milestone=@default --require-milestone-gate",
"repo:complexity": "node scripts/repo-complexity-check.mjs --max-lines 1000",
"repo:complexity:changed": "node scripts/repo-complexity-check.mjs --changed --max-lines 1000",
"repo:complexity:changed:strict": "node scripts/repo-complexity-check.mjs --changed --max-lines 1000 --strict",
"repo:complexity:strict": "node scripts/repo-complexity-check.mjs --max-lines 1000 --strict",
"repo:edit": "node scripts/repo-edit.mjs",
"repo:bloat:audit": "node scripts/repo-bloat-audit.mjs",
"repo:bloat:audit:strict": "node scripts/repo-bloat-audit.mjs --strict",
"repo:bloat:audit:json": "node scripts/repo-bloat-audit.mjs --json",
"repo:discourse:audit": "node scripts/repo-discourse-audit.mjs",
"repo:discourse:audit:json": "node scripts/repo-discourse-audit.mjs --json",
"test:ci:workflow": "node --test scripts/test/ci-workflow-contract.test.mjs",
"test:docs:site": "node --test scripts/test/docs-site-contract.test.mjs",
"test:mermaid": "node --test scripts/test/mermaid-check.test.mjs",
"test:release:package:smoke": "node --test scripts/test/release-package-smoke.test.mjs",
"test:release:evidence": "node --test scripts/test/release-evidence-refresh.test.mjs scripts/test/release-evidence-status.test.mjs scripts/test/release-protected-review-approval.test.mjs scripts/test/release-protected-review-plan.test.mjs scripts/test/release-final-gate.test.mjs scripts/test/release-artifact-audit.test.mjs scripts/test/release-cut-preview.test.mjs scripts/test/release-draft-preview.test.mjs",
"test:repo:complexity": "node --test scripts/test/repo-complexity-check.test.mjs",
"test:repo:edit": "node --test scripts/test/repo-edit.test.mjs",
"test:package:boundary": "node --test scripts/test/package-boundary-audit.test.mjs",
"test:engine:boundary": "node --test scripts/test/engine-boundary-audit.test.mjs",
"test:eval-contract": "node --test experiments/202606-eval-contract-baseline/tests/*.test.mjs",
"test:project:task:complete": "node --test scripts/test/project-task-complete.test.mjs scripts/test/board-spec-audit.test.mjs",
"test:autonomous-scheduler": "node --test scripts/test/autonomous-scheduler.test.mjs",
"test:repo:bloat:audit": "node --test scripts/test/repo-bloat-audit.test.mjs",
"test:repo:discourse:audit": "node --test scripts/test/repo-discourse-audit.test.mjs",
"test:devcontainer:lab": "node --test scripts/test/devcontainer-lab.test.mjs",
"test:ops:disk-guard": "node --test scripts/test/host-disk-guard.test.mjs",
"test:ops:loop-evidence": "node --test scripts/test/guardrails-loop-evidence-check.test.mjs",
"monitor:stability:evidence": "node scripts/monitor-stability-evidence.mjs --source auto",
"monitor:stability:evidence:write": "node scripts/monitor-stability-evidence.mjs --source auto --write-report",
"monitor:stability:gate": "node scripts/monitor-stability-gate.mjs --source auto --min-user-turns 3 --max-classify-failures 0",
"monitor:stability:gate:strict": "node scripts/monitor-stability-gate.mjs --source auto --min-user-turns 3 --max-classify-failures 0 --require-sovereign-delta",
"calibrate:repro": "node scripts/calibrate-repro.mjs",
"calibrate:repro:canary": "node scripts/calibrate-repro.mjs --canary",
"calibrate:repro:token": "node scripts/calibrate-repro.mjs --canary --real-token-canary --real-token-command-file .pi/real-token-canary.command.json",
"calibrate:repro:dry": "node scripts/calibrate-repro.mjs --dry-run",
"subagent:readiness": "node scripts/subagent-readiness-gate.mjs --source auto --days 1 --limit 1 --min-user-turns 3 --max-classify-failures 0 --max-failed-signals 0 --max-budget-exceeded-signals 0",
"subagent:readiness:strict": "node scripts/subagent-readiness-gate.mjs --source auto --days 1 --limit 1 --strict",
"subagent:readiness:write": "node scripts/subagent-readiness-gate.mjs --source auto --days 1 --limit 1 --strict --write-report",
"scheduler:next": "node scripts/autonomous-scheduler.mjs",
"scheduler:next:p0": "node scripts/autonomous-scheduler.mjs --priority p0",
"scheduler:next:execute": "node scripts/autonomous-scheduler.mjs --execute",
"benchmark:context": "node scripts/benchmarks/run-context-economy-ab.mjs",
"project:verification:check": "node scripts/project/backfill-task-verification.mjs --strict",
"project:verification:backfill": "node scripts/project/backfill-task-verification.mjs --apply",
"project:task:complete": "node scripts/project/task-complete.mjs",
"project:board:spec-audit": "node scripts/project/board-spec-audit.mjs",
"project:board:spec-audit:json": "node scripts/project/board-spec-audit.mjs --json --pretty",
"release:deprecate": "node scripts/deprecate-release.mjs",
"decoupling:maturity": "node scripts/decoupling-maturity-report.mjs --days 7",
"decoupling:maturity:json": "node scripts/decoupling-maturity-report.mjs --days 7 --json",
"host:checkout-cache:bridge": "node scripts/host-checkout-cache-bridge.mjs",
"test:host:checkout-cache:bridge": "node --test scripts/test/host-checkout-cache-bridge.test.mjs",
"docs:ia:audit": "node scripts/information-architecture-audit.mjs",
"docs:ia:audit:json": "node scripts/information-architecture-audit.mjs --json",
"test:docs:ia:audit": "node --test scripts/test/information-architecture-audit.test.mjs",
"package:promise:audit": "node scripts/package-promise-audit.mjs --strict",
"package:promise:audit:json": "node scripts/package-promise-audit.mjs --json",
"test:package:promise": "node --test scripts/test/package-promise-audit.test.mjs",
"agent-skills:compat": "node scripts/agent-skills-compat-audit.mjs --strict",
"agent-skills:compat:json": "node scripts/agent-skills-compat-audit.mjs --json",
"test:agent-skills:compat": "node --test scripts/test/agent-skills-compat-audit.test.mjs",
"release:content-review:audit": "node scripts/release-content-review-audit.mjs --strict",
"release:content-review:audit:json": "node scripts/release-content-review-audit.mjs --json",
"test:release:content-review": "node --test scripts/test/release-content-review-audit.test.mjs",
"test:release:readiness": "node --test scripts/test/release-readiness-report.test.mjs scripts/test/release-readiness-report-evidence.test.mjs"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@earendil-works/pi-ai": "^0.79.3",
"@earendil-works/pi-coding-agent": "^0.79.3",
"@earendil-works/pi-tui": "^0.79.3",
"@marcfargas/pi-test-harness": "^0.5.0",
"@sinclair/typebox": "0.34.49",
"vitest": "^4.1.4"
},
"keywords": [
"pi-package"
],
"pi": {
"extensions": [
"packages/pi-stack/extensions"
],
"skills": [
"packages/git-skills/skills",
"packages/web-skills/skills",
"packages/pi-skills/skills",
"packages/lab-skills/skills"
]
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
}