@productbrain/cli 0.1.0-beta.43 → 0.1.0-beta.4312
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 +1 -0
- package/dist/__tests__/adapters.test.js +54 -1
- package/dist/__tests__/adapters.test.js.map +1 -1
- package/dist/__tests__/audit.test.js +65 -44
- package/dist/__tests__/audit.test.js.map +1 -1
- package/dist/__tests__/authority-domains-queue.test.d.ts +2 -0
- package/dist/__tests__/authority-domains-queue.test.d.ts.map +1 -0
- package/dist/__tests__/authority-domains-queue.test.js +169 -0
- package/dist/__tests__/authority-domains-queue.test.js.map +1 -0
- package/dist/__tests__/authority-domains.test.d.ts +2 -0
- package/dist/__tests__/authority-domains.test.d.ts.map +1 -0
- package/dist/__tests__/authority-domains.test.js +48 -0
- package/dist/__tests__/authority-domains.test.js.map +1 -0
- package/dist/__tests__/canonicalRefs.vocab.test.d.ts +2 -0
- package/dist/__tests__/canonicalRefs.vocab.test.d.ts.map +1 -0
- package/dist/__tests__/canonicalRefs.vocab.test.js +251 -0
- package/dist/__tests__/canonicalRefs.vocab.test.js.map +1 -0
- package/dist/__tests__/capture-receipt-coaching.test.d.ts +2 -0
- package/dist/__tests__/capture-receipt-coaching.test.d.ts.map +1 -0
- package/dist/__tests__/capture-receipt-coaching.test.js +89 -0
- package/dist/__tests__/capture-receipt-coaching.test.js.map +1 -0
- package/dist/__tests__/capture-receipt-domain.test.d.ts +2 -0
- package/dist/__tests__/capture-receipt-domain.test.d.ts.map +1 -0
- package/dist/__tests__/capture-receipt-domain.test.js +29 -0
- package/dist/__tests__/capture-receipt-domain.test.js.map +1 -0
- package/dist/__tests__/capture.test.js +625 -33
- package/dist/__tests__/capture.test.js.map +1 -1
- package/dist/__tests__/coaching-mirror-drift.test.d.ts +2 -0
- package/dist/__tests__/coaching-mirror-drift.test.d.ts.map +1 -0
- package/dist/__tests__/coaching-mirror-drift.test.js +47 -0
- package/dist/__tests__/coaching-mirror-drift.test.js.map +1 -0
- package/dist/__tests__/codex-prep-parity.test.d.ts +2 -0
- package/dist/__tests__/codex-prep-parity.test.d.ts.map +1 -0
- package/dist/__tests__/codex-prep-parity.test.js +107 -0
- package/dist/__tests__/codex-prep-parity.test.js.map +1 -0
- package/dist/__tests__/collection-registry-seed-drift.test.d.ts +2 -0
- package/dist/__tests__/collection-registry-seed-drift.test.d.ts.map +1 -0
- package/dist/__tests__/collection-registry-seed-drift.test.js +58 -0
- package/dist/__tests__/collection-registry-seed-drift.test.js.map +1 -0
- package/dist/__tests__/config-prod-fallthrough.test.d.ts +2 -0
- package/dist/__tests__/config-prod-fallthrough.test.d.ts.map +1 -0
- package/dist/__tests__/config-prod-fallthrough.test.js +82 -0
- package/dist/__tests__/config-prod-fallthrough.test.js.map +1 -0
- package/dist/__tests__/config.test.d.ts +1 -1
- package/dist/__tests__/config.test.js +410 -10
- package/dist/__tests__/config.test.js.map +1 -1
- package/dist/__tests__/constants.test.js +6 -1
- package/dist/__tests__/constants.test.js.map +1 -1
- package/dist/__tests__/constellation.test.js +14 -14
- package/dist/__tests__/constellation.test.js.map +1 -1
- package/dist/__tests__/context-strategy.test.js +8 -8
- package/dist/__tests__/context-strategy.test.js.map +1 -1
- package/dist/__tests__/conversation.test.d.ts +2 -0
- package/dist/__tests__/conversation.test.d.ts.map +1 -0
- package/dist/__tests__/conversation.test.js +113 -0
- package/dist/__tests__/conversation.test.js.map +1 -0
- package/dist/__tests__/entry-formatter.test.d.ts +2 -0
- package/dist/__tests__/entry-formatter.test.d.ts.map +1 -0
- package/dist/__tests__/entry-formatter.test.js +82 -0
- package/dist/__tests__/entry-formatter.test.js.map +1 -0
- package/dist/__tests__/envelope-contract.test.d.ts +15 -0
- package/dist/__tests__/envelope-contract.test.d.ts.map +1 -0
- package/dist/__tests__/envelope-contract.test.js +152 -0
- package/dist/__tests__/envelope-contract.test.js.map +1 -0
- package/dist/__tests__/errors.test.js +26 -0
- package/dist/__tests__/errors.test.js.map +1 -1
- package/dist/__tests__/fields.test.js +20 -20
- package/dist/__tests__/fields.test.js.map +1 -1
- package/dist/__tests__/gateway-dry-run-timeout.test.d.ts +2 -0
- package/dist/__tests__/gateway-dry-run-timeout.test.d.ts.map +1 -0
- package/dist/__tests__/gateway-dry-run-timeout.test.js +70 -0
- package/dist/__tests__/gateway-dry-run-timeout.test.js.map +1 -0
- package/dist/__tests__/gateway-timeout-body-phase.test.d.ts +2 -0
- package/dist/__tests__/gateway-timeout-body-phase.test.d.ts.map +1 -0
- package/dist/__tests__/gateway-timeout-body-phase.test.js +121 -0
- package/dist/__tests__/gateway-timeout-body-phase.test.js.map +1 -0
- package/dist/__tests__/handshake-augment.test.d.ts +2 -0
- package/dist/__tests__/handshake-augment.test.d.ts.map +1 -0
- package/dist/__tests__/handshake-augment.test.js +424 -0
- package/dist/__tests__/handshake-augment.test.js.map +1 -0
- package/dist/__tests__/handshake-dormancy.test.d.ts +2 -0
- package/dist/__tests__/handshake-dormancy.test.d.ts.map +1 -0
- package/dist/__tests__/handshake-dormancy.test.js +207 -0
- package/dist/__tests__/handshake-dormancy.test.js.map +1 -0
- package/dist/__tests__/handshake-formatter.test.d.ts +2 -0
- package/dist/__tests__/handshake-formatter.test.d.ts.map +1 -0
- package/dist/__tests__/handshake-formatter.test.js +67 -0
- package/dist/__tests__/handshake-formatter.test.js.map +1 -0
- package/dist/__tests__/handshake-preview.test.d.ts +2 -0
- package/dist/__tests__/handshake-preview.test.d.ts.map +1 -0
- package/dist/__tests__/handshake-preview.test.js +950 -0
- package/dist/__tests__/handshake-preview.test.js.map +1 -0
- package/dist/__tests__/handshake.e2e.test.d.ts +2 -0
- package/dist/__tests__/handshake.e2e.test.d.ts.map +1 -0
- package/dist/__tests__/handshake.e2e.test.js +1255 -0
- package/dist/__tests__/handshake.e2e.test.js.map +1 -0
- package/dist/__tests__/handshake.test.js +787 -2
- package/dist/__tests__/handshake.test.js.map +1 -1
- package/dist/__tests__/health-gap-kinds-drift.test.d.ts +2 -0
- package/dist/__tests__/health-gap-kinds-drift.test.d.ts.map +1 -0
- package/dist/__tests__/health-gap-kinds-drift.test.js +41 -0
- package/dist/__tests__/health-gap-kinds-drift.test.js.map +1 -0
- package/dist/__tests__/hook-intents.test.d.ts +2 -0
- package/dist/__tests__/hook-intents.test.d.ts.map +1 -0
- package/dist/__tests__/hook-intents.test.js +184 -0
- package/dist/__tests__/hook-intents.test.js.map +1 -0
- package/dist/__tests__/ingest.test.js +37 -28
- package/dist/__tests__/ingest.test.js.map +1 -1
- package/dist/__tests__/kernel-value-sets-drift.test.d.ts +2 -0
- package/dist/__tests__/kernel-value-sets-drift.test.d.ts.map +1 -0
- package/dist/__tests__/kernel-value-sets-drift.test.js +46 -0
- package/dist/__tests__/kernel-value-sets-drift.test.js.map +1 -0
- package/dist/__tests__/kernel-value-sets-generator.test.d.ts +2 -0
- package/dist/__tests__/kernel-value-sets-generator.test.d.ts.map +1 -0
- package/dist/__tests__/kernel-value-sets-generator.test.js +108 -0
- package/dist/__tests__/kernel-value-sets-generator.test.js.map +1 -0
- package/dist/__tests__/manifest.test.d.ts +6 -0
- package/dist/__tests__/manifest.test.d.ts.map +1 -0
- package/dist/__tests__/manifest.test.js +255 -0
- package/dist/__tests__/manifest.test.js.map +1 -0
- package/dist/__tests__/method-publish-coherency.test.d.ts +9 -0
- package/dist/__tests__/method-publish-coherency.test.d.ts.map +1 -0
- package/dist/__tests__/method-publish-coherency.test.js +71 -0
- package/dist/__tests__/method-publish-coherency.test.js.map +1 -0
- package/dist/__tests__/method-registry.integration.test.d.ts +6 -0
- package/dist/__tests__/method-registry.integration.test.d.ts.map +1 -0
- package/dist/__tests__/method-registry.integration.test.js +17 -0
- package/dist/__tests__/method-registry.integration.test.js.map +1 -0
- package/dist/__tests__/method-registry.test.d.ts +12 -0
- package/dist/__tests__/method-registry.test.d.ts.map +1 -0
- package/dist/__tests__/method-registry.test.js +86 -0
- package/dist/__tests__/method-registry.test.js.map +1 -0
- package/dist/__tests__/notice-marker.test.d.ts +2 -0
- package/dist/__tests__/notice-marker.test.d.ts.map +1 -0
- package/dist/__tests__/notice-marker.test.js +41 -0
- package/dist/__tests__/notice-marker.test.js.map +1 -0
- package/dist/__tests__/onboarding-path-b.test.js +4 -4
- package/dist/__tests__/onboarding-path-b.test.js.map +1 -1
- package/dist/__tests__/orient.test.js +502 -12
- package/dist/__tests__/orient.test.js.map +1 -1
- package/dist/__tests__/perimeter.test.d.ts +2 -0
- package/dist/__tests__/perimeter.test.d.ts.map +1 -0
- package/dist/__tests__/perimeter.test.js +165 -0
- package/dist/__tests__/perimeter.test.js.map +1 -0
- package/dist/__tests__/personal-layer.test.d.ts +11 -0
- package/dist/__tests__/personal-layer.test.d.ts.map +1 -0
- package/dist/__tests__/personal-layer.test.js +268 -0
- package/dist/__tests__/personal-layer.test.js.map +1 -0
- package/dist/__tests__/preview-key-refresh.test.d.ts +2 -0
- package/dist/__tests__/preview-key-refresh.test.d.ts.map +1 -0
- package/dist/__tests__/preview-key-refresh.test.js +126 -0
- package/dist/__tests__/preview-key-refresh.test.js.map +1 -0
- package/dist/__tests__/profiles.test.js +250 -10
- package/dist/__tests__/profiles.test.js.map +1 -1
- package/dist/__tests__/promote-batch.test.d.ts +2 -0
- package/dist/__tests__/promote-batch.test.d.ts.map +1 -0
- package/dist/__tests__/promote-batch.test.js +185 -0
- package/dist/__tests__/promote-batch.test.js.map +1 -0
- package/dist/__tests__/promote.test.js +292 -23
- package/dist/__tests__/promote.test.js.map +1 -1
- package/dist/__tests__/proof-run.test.d.ts +2 -0
- package/dist/__tests__/proof-run.test.d.ts.map +1 -0
- package/dist/__tests__/proof-run.test.js +255 -0
- package/dist/__tests__/proof-run.test.js.map +1 -0
- package/dist/__tests__/proposals.test.js +18 -18
- package/dist/__tests__/proposals.test.js.map +1 -1
- package/dist/__tests__/rate-limit-resilience.test.d.ts +7 -0
- package/dist/__tests__/rate-limit-resilience.test.d.ts.map +1 -0
- package/dist/__tests__/rate-limit-resilience.test.js +207 -0
- package/dist/__tests__/rate-limit-resilience.test.js.map +1 -0
- package/dist/__tests__/relate.test.js +42 -14
- package/dist/__tests__/relate.test.js.map +1 -1
- package/dist/__tests__/restore.test.d.ts +2 -0
- package/dist/__tests__/restore.test.d.ts.map +1 -0
- package/dist/__tests__/restore.test.js +85 -0
- package/dist/__tests__/restore.test.js.map +1 -0
- package/dist/__tests__/route-latency-budget.test.d.ts +2 -0
- package/dist/__tests__/route-latency-budget.test.d.ts.map +1 -0
- package/dist/__tests__/route-latency-budget.test.js +103 -0
- package/dist/__tests__/route-latency-budget.test.js.map +1 -0
- package/dist/__tests__/session-close-loop.test.d.ts +2 -0
- package/dist/__tests__/session-close-loop.test.d.ts.map +1 -0
- package/dist/__tests__/session-close-loop.test.js +231 -0
- package/dist/__tests__/session-close-loop.test.js.map +1 -0
- package/dist/__tests__/session-label.test.d.ts +2 -0
- package/dist/__tests__/session-label.test.d.ts.map +1 -0
- package/dist/__tests__/session-label.test.js +46 -0
- package/dist/__tests__/session-label.test.js.map +1 -0
- package/dist/__tests__/session-list-show.test.d.ts +2 -0
- package/dist/__tests__/session-list-show.test.d.ts.map +1 -0
- package/dist/__tests__/session-list-show.test.js +174 -0
- package/dist/__tests__/session-list-show.test.js.map +1 -0
- package/dist/__tests__/session-reset.test.d.ts +2 -0
- package/dist/__tests__/session-reset.test.d.ts.map +1 -0
- package/dist/__tests__/session-reset.test.js +138 -0
- package/dist/__tests__/session-reset.test.js.map +1 -0
- package/dist/__tests__/session-resume-backstop.test.d.ts +2 -0
- package/dist/__tests__/session-resume-backstop.test.d.ts.map +1 -0
- package/dist/__tests__/session-resume-backstop.test.js +99 -0
- package/dist/__tests__/session-resume-backstop.test.js.map +1 -0
- package/dist/__tests__/session-start-key-refresh.test.d.ts +2 -0
- package/dist/__tests__/session-start-key-refresh.test.d.ts.map +1 -0
- package/dist/__tests__/session-start-key-refresh.test.js +183 -0
- package/dist/__tests__/session-start-key-refresh.test.js.map +1 -0
- package/dist/__tests__/session-state-machine.test.d.ts +2 -0
- package/dist/__tests__/session-state-machine.test.d.ts.map +1 -0
- package/dist/__tests__/session-state-machine.test.js +379 -0
- package/dist/__tests__/session-state-machine.test.js.map +1 -0
- package/dist/__tests__/session-switch.test.d.ts +2 -0
- package/dist/__tests__/session-switch.test.d.ts.map +1 -0
- package/dist/__tests__/session-switch.test.js +132 -0
- package/dist/__tests__/session-switch.test.js.map +1 -0
- package/dist/__tests__/session-touch.test.js +16 -11
- package/dist/__tests__/session-touch.test.js.map +1 -1
- package/dist/__tests__/session.test.js +2 -2
- package/dist/__tests__/session.test.js.map +1 -1
- package/dist/__tests__/setup-ingest.test.d.ts +2 -0
- package/dist/__tests__/setup-ingest.test.d.ts.map +1 -0
- package/dist/__tests__/setup-ingest.test.js +71 -0
- package/dist/__tests__/setup-ingest.test.js.map +1 -0
- package/dist/__tests__/setup-resolver.test.d.ts +14 -0
- package/dist/__tests__/setup-resolver.test.d.ts.map +1 -0
- package/dist/__tests__/setup-resolver.test.js +228 -0
- package/dist/__tests__/setup-resolver.test.js.map +1 -0
- package/dist/__tests__/skill-vocabulary.test.d.ts +21 -0
- package/dist/__tests__/skill-vocabulary.test.d.ts.map +1 -0
- package/dist/__tests__/skill-vocabulary.test.js +192 -0
- package/dist/__tests__/skill-vocabulary.test.js.map +1 -0
- package/dist/__tests__/state.test.d.ts +6 -0
- package/dist/__tests__/state.test.d.ts.map +1 -0
- package/dist/__tests__/state.test.js +97 -0
- package/dist/__tests__/state.test.js.map +1 -0
- package/dist/__tests__/strip.test.js +31 -3
- package/dist/__tests__/strip.test.js.map +1 -1
- package/dist/__tests__/surfaces.test.d.ts +2 -0
- package/dist/__tests__/surfaces.test.d.ts.map +1 -0
- package/dist/__tests__/surfaces.test.js +46 -0
- package/dist/__tests__/surfaces.test.js.map +1 -0
- package/dist/__tests__/update-check.test.d.ts +2 -0
- package/dist/__tests__/update-check.test.d.ts.map +1 -0
- package/dist/__tests__/update-check.test.js +215 -0
- package/dist/__tests__/update-check.test.js.map +1 -0
- package/dist/__tests__/update.test.js +229 -22
- package/dist/__tests__/update.test.js.map +1 -1
- package/dist/__tests__/upgrade-runner.test.d.ts +2 -0
- package/dist/__tests__/upgrade-runner.test.d.ts.map +1 -0
- package/dist/__tests__/upgrade-runner.test.js +54 -0
- package/dist/__tests__/upgrade-runner.test.js.map +1 -0
- package/dist/__tests__/upgrade.test.d.ts +2 -0
- package/dist/__tests__/upgrade.test.d.ts.map +1 -0
- package/dist/__tests__/upgrade.test.js +56 -0
- package/dist/__tests__/upgrade.test.js.map +1 -0
- package/dist/__tests__/verify-formatter.test.d.ts +2 -0
- package/dist/__tests__/verify-formatter.test.d.ts.map +1 -0
- package/dist/__tests__/verify-formatter.test.js +85 -0
- package/dist/__tests__/verify-formatter.test.js.map +1 -0
- package/dist/__tests__/vocabulary-leak.test.d.ts +39 -0
- package/dist/__tests__/vocabulary-leak.test.d.ts.map +1 -0
- package/dist/__tests__/vocabulary-leak.test.js +539 -0
- package/dist/__tests__/vocabulary-leak.test.js.map +1 -0
- package/dist/__tests__/workspace.test.js +52 -32
- package/dist/__tests__/workspace.test.js.map +1 -1
- package/dist/__tests__/workspaceNotice.test.d.ts +2 -0
- package/dist/__tests__/workspaceNotice.test.d.ts.map +1 -0
- package/dist/__tests__/workspaceNotice.test.js +338 -0
- package/dist/__tests__/workspaceNotice.test.js.map +1 -0
- package/dist/commands/__tests__/connect-handoff.test.d.ts +11 -0
- package/dist/commands/__tests__/connect-handoff.test.d.ts.map +1 -0
- package/dist/commands/__tests__/connect-handoff.test.js +111 -0
- package/dist/commands/__tests__/connect-handoff.test.js.map +1 -0
- package/dist/commands/__tests__/quality.test.d.ts +2 -0
- package/dist/commands/__tests__/quality.test.d.ts.map +1 -0
- package/dist/commands/__tests__/quality.test.js +156 -0
- package/dist/commands/__tests__/quality.test.js.map +1 -0
- package/dist/commands/__tests__/rework.test.d.ts +2 -0
- package/dist/commands/__tests__/rework.test.d.ts.map +1 -0
- package/dist/commands/__tests__/rework.test.js +149 -0
- package/dist/commands/__tests__/rework.test.js.map +1 -0
- package/dist/commands/__tests__/setup-detect-surfaces.test.d.ts +15 -0
- package/dist/commands/__tests__/setup-detect-surfaces.test.d.ts.map +1 -0
- package/dist/commands/__tests__/setup-detect-surfaces.test.js +149 -0
- package/dist/commands/__tests__/setup-detect-surfaces.test.js.map +1 -0
- package/dist/commands/__tests__/setup-state.test.d.ts +2 -0
- package/dist/commands/__tests__/setup-state.test.d.ts.map +1 -0
- package/dist/commands/__tests__/setup-state.test.js +194 -0
- package/dist/commands/__tests__/setup-state.test.js.map +1 -0
- package/dist/commands/accept.d.ts.map +1 -1
- package/dist/commands/accept.js +4 -4
- package/dist/commands/accept.js.map +1 -1
- package/dist/commands/admin/cockpit.d.ts +91 -0
- package/dist/commands/admin/cockpit.d.ts.map +1 -0
- package/dist/commands/admin/cockpit.js +617 -0
- package/dist/commands/admin/cockpit.js.map +1 -0
- package/dist/commands/admin/index.d.ts +54 -1
- package/dist/commands/admin/index.d.ts.map +1 -1
- package/dist/commands/admin/index.js +311 -16
- package/dist/commands/admin/index.js.map +1 -1
- package/dist/commands/admin/index.test.d.ts +2 -0
- package/dist/commands/admin/index.test.d.ts.map +1 -0
- package/dist/commands/admin/index.test.js +68 -0
- package/dist/commands/admin/index.test.js.map +1 -0
- package/dist/commands/admin/inspect.d.ts +21 -3
- package/dist/commands/admin/inspect.d.ts.map +1 -1
- package/dist/commands/admin/inspect.js +182 -46
- package/dist/commands/admin/inspect.js.map +1 -1
- package/dist/commands/admin/inspect.test.d.ts +2 -0
- package/dist/commands/admin/inspect.test.d.ts.map +1 -1
- package/dist/commands/admin/inspect.test.js +63 -13
- package/dist/commands/admin/inspect.test.js.map +1 -1
- package/dist/commands/admin/manage.d.ts +8 -0
- package/dist/commands/admin/manage.d.ts.map +1 -0
- package/dist/commands/admin/manage.js +260 -0
- package/dist/commands/admin/manage.js.map +1 -0
- package/dist/commands/admin/manage.test.d.ts +16 -0
- package/dist/commands/admin/manage.test.d.ts.map +1 -0
- package/dist/commands/admin/manage.test.js +159 -0
- package/dist/commands/admin/manage.test.js.map +1 -0
- package/dist/commands/admin/probe.d.ts +48 -0
- package/dist/commands/admin/probe.d.ts.map +1 -0
- package/dist/commands/admin/probe.js +191 -0
- package/dist/commands/admin/probe.js.map +1 -0
- package/dist/commands/admin/probe.test.d.ts +2 -0
- package/dist/commands/admin/probe.test.d.ts.map +1 -0
- package/dist/commands/admin/probe.test.js +146 -0
- package/dist/commands/admin/probe.test.js.map +1 -0
- package/dist/commands/admin/run.d.ts +43 -0
- package/dist/commands/admin/run.d.ts.map +1 -0
- package/dist/commands/admin/run.js +68 -0
- package/dist/commands/admin/run.js.map +1 -0
- package/dist/commands/admin/run.test.d.ts +18 -0
- package/dist/commands/admin/run.test.d.ts.map +1 -0
- package/dist/commands/admin/run.test.js +146 -0
- package/dist/commands/admin/run.test.js.map +1 -0
- package/dist/commands/admin/seed.d.ts +46 -3
- package/dist/commands/admin/seed.d.ts.map +1 -1
- package/dist/commands/admin/seed.js +643 -110
- package/dist/commands/admin/seed.js.map +1 -1
- package/dist/commands/admin/seed.test.d.ts +5 -0
- package/dist/commands/admin/seed.test.d.ts.map +1 -1
- package/dist/commands/admin/seed.test.js +67 -5
- package/dist/commands/admin/seed.test.js.map +1 -1
- package/dist/commands/admin/seedRegistryEntries.generated.d.ts +14 -0
- package/dist/commands/admin/seedRegistryEntries.generated.d.ts.map +1 -0
- package/dist/commands/admin/seedRegistryEntries.generated.js +153 -0
- package/dist/commands/admin/seedRegistryEntries.generated.js.map +1 -0
- package/dist/commands/admin/seedRegistryEntries.test.d.ts +13 -0
- package/dist/commands/admin/seedRegistryEntries.test.d.ts.map +1 -0
- package/dist/commands/admin/seedRegistryEntries.test.js +91 -0
- package/dist/commands/admin/seedRegistryEntries.test.js.map +1 -0
- package/dist/commands/audit.d.ts.map +1 -1
- package/dist/commands/audit.js +42 -7
- package/dist/commands/audit.js.map +1 -1
- package/dist/commands/authority-domains.d.ts +157 -0
- package/dist/commands/authority-domains.d.ts.map +1 -0
- package/dist/commands/authority-domains.js +387 -0
- package/dist/commands/authority-domains.js.map +1 -0
- package/dist/commands/brief.d.ts.map +1 -1
- package/dist/commands/brief.js +9 -5
- package/dist/commands/brief.js.map +1 -1
- package/dist/commands/capture.d.ts +12 -0
- package/dist/commands/capture.d.ts.map +1 -1
- package/dist/commands/capture.js +266 -69
- package/dist/commands/capture.js.map +1 -1
- package/dist/commands/chain-walk.d.ts.map +1 -1
- package/dist/commands/chain-walk.js +2 -2
- package/dist/commands/chain-walk.js.map +1 -1
- package/dist/commands/changes.d.ts.map +1 -1
- package/dist/commands/changes.js +2 -2
- package/dist/commands/changes.js.map +1 -1
- package/dist/commands/codex-prep.d.ts +12 -1
- package/dist/commands/codex-prep.d.ts.map +1 -1
- package/dist/commands/codex-prep.js +19 -85
- package/dist/commands/codex-prep.js.map +1 -1
- package/dist/commands/collections.d.ts.map +1 -1
- package/dist/commands/collections.js +5 -5
- package/dist/commands/collections.js.map +1 -1
- package/dist/commands/conflicts.d.ts +40 -0
- package/dist/commands/conflicts.d.ts.map +1 -0
- package/dist/commands/conflicts.js +267 -0
- package/dist/commands/conflicts.js.map +1 -0
- package/dist/commands/conflicts.test.d.ts +2 -0
- package/dist/commands/conflicts.test.d.ts.map +1 -0
- package/dist/commands/conflicts.test.js +219 -0
- package/dist/commands/conflicts.test.js.map +1 -0
- package/dist/commands/connect-config.test.d.ts +2 -0
- package/dist/commands/connect-config.test.d.ts.map +1 -0
- package/dist/commands/connect-config.test.js +44 -0
- package/dist/commands/connect-config.test.js.map +1 -0
- package/dist/commands/connect-context.d.ts +45 -0
- package/dist/commands/connect-context.d.ts.map +1 -0
- package/dist/commands/connect-context.js +83 -0
- package/dist/commands/connect-context.js.map +1 -0
- package/dist/commands/connect-context.test.d.ts +2 -0
- package/dist/commands/connect-context.test.d.ts.map +1 -0
- package/dist/commands/connect-context.test.js +158 -0
- package/dist/commands/connect-context.test.js.map +1 -0
- package/dist/commands/connect-handoff.d.ts +51 -0
- package/dist/commands/connect-handoff.d.ts.map +1 -0
- package/dist/commands/connect-handoff.js +70 -0
- package/dist/commands/connect-handoff.js.map +1 -0
- package/dist/commands/connect-integration.test.js +58 -35
- package/dist/commands/connect-integration.test.js.map +1 -1
- package/dist/commands/connect-legacy-migration.test.d.ts +2 -0
- package/dist/commands/connect-legacy-migration.test.d.ts.map +1 -0
- package/dist/commands/connect-legacy-migration.test.js +109 -0
- package/dist/commands/connect-legacy-migration.test.js.map +1 -0
- package/dist/commands/connect-screens.d.ts +33 -0
- package/dist/commands/connect-screens.d.ts.map +1 -0
- package/dist/commands/connect-screens.js +124 -0
- package/dist/commands/connect-screens.js.map +1 -0
- package/dist/commands/connect.d.ts +27 -6
- package/dist/commands/connect.d.ts.map +1 -1
- package/dist/commands/connect.js +256 -119
- package/dist/commands/connect.js.map +1 -1
- package/dist/commands/connect.test.js +348 -7
- package/dist/commands/connect.test.js.map +1 -1
- package/dist/commands/constellation.d.ts.map +1 -1
- package/dist/commands/constellation.js +2 -2
- package/dist/commands/constellation.js.map +1 -1
- package/dist/commands/context.d.ts.map +1 -1
- package/dist/commands/context.js +2 -2
- package/dist/commands/context.js.map +1 -1
- package/dist/commands/cross-cut.d.ts.map +1 -1
- package/dist/commands/cross-cut.js +2 -2
- package/dist/commands/cross-cut.js.map +1 -1
- package/dist/commands/direction.d.ts +10 -0
- package/dist/commands/direction.d.ts.map +1 -0
- package/dist/commands/direction.js +79 -0
- package/dist/commands/direction.js.map +1 -0
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +92 -17
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/doctor.test.js +162 -2
- package/dist/commands/doctor.test.js.map +1 -1
- package/dist/commands/feedback.d.ts +36 -0
- package/dist/commands/feedback.d.ts.map +1 -0
- package/dist/commands/feedback.js +193 -0
- package/dist/commands/feedback.js.map +1 -0
- package/dist/commands/feedback.test.d.ts +2 -0
- package/dist/commands/feedback.test.d.ts.map +1 -0
- package/dist/commands/feedback.test.js +125 -0
- package/dist/commands/feedback.test.js.map +1 -0
- package/dist/commands/fields.d.ts.map +1 -1
- package/dist/commands/fields.js +2 -2
- package/dist/commands/fields.js.map +1 -1
- package/dist/commands/files.d.ts +26 -0
- package/dist/commands/files.d.ts.map +1 -0
- package/dist/commands/files.js +160 -0
- package/dist/commands/files.js.map +1 -0
- package/dist/commands/files.test.d.ts +2 -0
- package/dist/commands/files.test.d.ts.map +1 -0
- package/dist/commands/files.test.js +278 -0
- package/dist/commands/files.test.js.map +1 -0
- package/dist/commands/get.js +3 -3
- package/dist/commands/get.js.map +1 -1
- package/dist/commands/handshake.d.ts +223 -2
- package/dist/commands/handshake.d.ts.map +1 -1
- package/dist/commands/handshake.js +2106 -62
- package/dist/commands/handshake.js.map +1 -1
- package/dist/commands/ingest.d.ts.map +1 -1
- package/dist/commands/ingest.js +15 -6
- package/dist/commands/ingest.js.map +1 -1
- package/dist/commands/init.d.ts +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +1 -9
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +44 -19
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/method.d.ts +99 -0
- package/dist/commands/method.d.ts.map +1 -0
- package/dist/commands/method.js +804 -0
- package/dist/commands/method.js.map +1 -0
- package/dist/commands/migrate-setup.d.ts +18 -0
- package/dist/commands/migrate-setup.d.ts.map +1 -0
- package/dist/commands/migrate-setup.js +148 -0
- package/dist/commands/migrate-setup.js.map +1 -0
- package/dist/commands/organisation.d.ts +41 -0
- package/dist/commands/organisation.d.ts.map +1 -0
- package/dist/commands/organisation.js +353 -0
- package/dist/commands/organisation.js.map +1 -0
- package/dist/commands/organisation.test.d.ts +2 -0
- package/dist/commands/organisation.test.d.ts.map +1 -0
- package/dist/commands/organisation.test.js +233 -0
- package/dist/commands/organisation.test.js.map +1 -0
- package/dist/commands/organisationHierarchy.d.ts +8 -0
- package/dist/commands/organisationHierarchy.d.ts.map +1 -0
- package/dist/commands/organisationHierarchy.js +67 -0
- package/dist/commands/organisationHierarchy.js.map +1 -0
- package/dist/commands/organisationHierarchy.test.d.ts +2 -0
- package/dist/commands/organisationHierarchy.test.d.ts.map +1 -0
- package/dist/commands/organisationHierarchy.test.js +55 -0
- package/dist/commands/organisationHierarchy.test.js.map +1 -0
- package/dist/commands/organisationWrite.d.ts +18 -0
- package/dist/commands/organisationWrite.d.ts.map +1 -0
- package/dist/commands/organisationWrite.js +50 -0
- package/dist/commands/organisationWrite.js.map +1 -0
- package/dist/commands/orient.d.ts +131 -2
- package/dist/commands/orient.d.ts.map +1 -1
- package/dist/commands/orient.js +223 -7
- package/dist/commands/orient.js.map +1 -1
- package/dist/commands/profile.d.ts +11 -1
- package/dist/commands/profile.d.ts.map +1 -1
- package/dist/commands/profile.js +114 -26
- package/dist/commands/profile.js.map +1 -1
- package/dist/commands/promote.d.ts +12 -1
- package/dist/commands/promote.d.ts.map +1 -1
- package/dist/commands/promote.js +239 -57
- package/dist/commands/promote.js.map +1 -1
- package/dist/commands/proof-run.d.ts +51 -0
- package/dist/commands/proof-run.d.ts.map +1 -0
- package/dist/commands/proof-run.js +209 -0
- package/dist/commands/proof-run.js.map +1 -0
- package/dist/commands/proposals.d.ts.map +1 -1
- package/dist/commands/proposals.js +2 -2
- package/dist/commands/proposals.js.map +1 -1
- package/dist/commands/quality.d.ts +16 -0
- package/dist/commands/quality.d.ts.map +1 -0
- package/dist/commands/quality.js +29 -0
- package/dist/commands/quality.js.map +1 -0
- package/dist/commands/questions.d.ts +33 -0
- package/dist/commands/questions.d.ts.map +1 -0
- package/dist/commands/questions.js +300 -0
- package/dist/commands/questions.js.map +1 -0
- package/dist/commands/questions.test.d.ts +2 -0
- package/dist/commands/questions.test.d.ts.map +1 -0
- package/dist/commands/questions.test.js +175 -0
- package/dist/commands/questions.test.js.map +1 -0
- package/dist/commands/reject.d.ts.map +1 -1
- package/dist/commands/reject.js +4 -3
- package/dist/commands/reject.js.map +1 -1
- package/dist/commands/relate.d.ts.map +1 -1
- package/dist/commands/relate.js +29 -6
- package/dist/commands/relate.js.map +1 -1
- package/dist/commands/restore.d.ts +2 -0
- package/dist/commands/restore.d.ts.map +1 -0
- package/dist/commands/restore.js +83 -0
- package/dist/commands/restore.js.map +1 -0
- package/dist/commands/rework.d.ts +24 -0
- package/dist/commands/rework.d.ts.map +1 -0
- package/dist/commands/rework.js +97 -0
- package/dist/commands/rework.js.map +1 -0
- package/dist/commands/scoreboard.d.ts +28 -0
- package/dist/commands/scoreboard.d.ts.map +1 -0
- package/dist/commands/scoreboard.js +40 -0
- package/dist/commands/scoreboard.js.map +1 -0
- package/dist/commands/search.d.ts.map +1 -1
- package/dist/commands/search.js +2 -2
- package/dist/commands/search.js.map +1 -1
- package/dist/commands/session.d.ts +59 -7
- package/dist/commands/session.d.ts.map +1 -1
- package/dist/commands/session.js +482 -46
- package/dist/commands/session.js.map +1 -1
- package/dist/commands/setup-audit.d.ts +59 -0
- package/dist/commands/setup-audit.d.ts.map +1 -0
- package/dist/commands/setup-audit.js +250 -0
- package/dist/commands/setup-audit.js.map +1 -0
- package/dist/commands/setup-detect-surfaces.d.ts +38 -0
- package/dist/commands/setup-detect-surfaces.d.ts.map +1 -0
- package/dist/commands/setup-detect-surfaces.js +76 -0
- package/dist/commands/setup-detect-surfaces.js.map +1 -0
- package/dist/commands/setup-ingest.d.ts +17 -0
- package/dist/commands/setup-ingest.d.ts.map +1 -0
- package/dist/commands/setup-ingest.js +174 -0
- package/dist/commands/setup-ingest.js.map +1 -0
- package/dist/commands/setup-resolver.d.ts +58 -0
- package/dist/commands/setup-resolver.d.ts.map +1 -0
- package/dist/commands/setup-resolver.js +150 -0
- package/dist/commands/setup-resolver.js.map +1 -0
- package/dist/commands/setup-state.d.ts +42 -0
- package/dist/commands/setup-state.d.ts.map +1 -0
- package/dist/commands/setup-state.js +93 -0
- package/dist/commands/setup-state.js.map +1 -0
- package/dist/commands/setup.d.ts +17 -9
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/setup.js +53 -152
- package/dist/commands/setup.js.map +1 -1
- package/dist/commands/shape.d.ts +16 -0
- package/dist/commands/shape.d.ts.map +1 -0
- package/dist/commands/shape.js +149 -0
- package/dist/commands/shape.js.map +1 -0
- package/dist/commands/shape.test.d.ts +2 -0
- package/dist/commands/shape.test.d.ts.map +1 -0
- package/dist/commands/shape.test.js +148 -0
- package/dist/commands/shape.test.js.map +1 -0
- package/dist/commands/update.d.ts +17 -0
- package/dist/commands/update.d.ts.map +1 -1
- package/dist/commands/update.js +78 -34
- package/dist/commands/update.js.map +1 -1
- package/dist/commands/upgrade.d.ts +5 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +110 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/commands/usage.d.ts +40 -0
- package/dist/commands/usage.d.ts.map +1 -0
- package/dist/commands/usage.js +214 -0
- package/dist/commands/usage.js.map +1 -0
- package/dist/commands/verify.d.ts.map +1 -1
- package/dist/commands/verify.js +9 -3
- package/dist/commands/verify.js.map +1 -1
- package/dist/commands/welcome.d.ts +21 -0
- package/dist/commands/welcome.d.ts.map +1 -0
- package/dist/commands/welcome.js +50 -0
- package/dist/commands/welcome.js.map +1 -0
- package/dist/commands/whoami.d.ts +12 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +70 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/commands/whoami.test.d.ts +2 -0
- package/dist/commands/whoami.test.d.ts.map +1 -0
- package/dist/commands/whoami.test.js +50 -0
- package/dist/commands/whoami.test.js.map +1 -0
- package/dist/commands/workspace.d.ts +76 -2
- package/dist/commands/workspace.d.ts.map +1 -1
- package/dist/commands/workspace.js +30 -6
- package/dist/commands/workspace.js.map +1 -1
- package/dist/formatters/__tests__/orient-possibleConflict.test.d.ts +2 -0
- package/dist/formatters/__tests__/orient-possibleConflict.test.d.ts.map +1 -0
- package/dist/formatters/__tests__/orient-possibleConflict.test.js +68 -0
- package/dist/formatters/__tests__/orient-possibleConflict.test.js.map +1 -0
- package/dist/formatters/__tests__/orient-provenance.test.d.ts +7 -0
- package/dist/formatters/__tests__/orient-provenance.test.d.ts.map +1 -0
- package/dist/formatters/__tests__/orient-provenance.test.js +548 -0
- package/dist/formatters/__tests__/orient-provenance.test.js.map +1 -0
- package/dist/formatters/__tests__/session-list-show.test.d.ts +2 -0
- package/dist/formatters/__tests__/session-list-show.test.d.ts.map +1 -0
- package/dist/formatters/__tests__/session-list-show.test.js +159 -0
- package/dist/formatters/__tests__/session-list-show.test.js.map +1 -0
- package/dist/formatters/__tests__/session.test.d.ts +2 -0
- package/dist/formatters/__tests__/session.test.d.ts.map +1 -0
- package/dist/formatters/__tests__/session.test.js +136 -0
- package/dist/formatters/__tests__/session.test.js.map +1 -0
- package/dist/formatters/audit.d.ts +6 -0
- package/dist/formatters/audit.d.ts.map +1 -1
- package/dist/formatters/audit.js.map +1 -1
- package/dist/formatters/capture.d.ts +8 -0
- package/dist/formatters/capture.d.ts.map +1 -1
- package/dist/formatters/capture.js +9 -0
- package/dist/formatters/capture.js.map +1 -1
- package/dist/formatters/coaching.d.ts +51 -0
- package/dist/formatters/coaching.d.ts.map +1 -0
- package/dist/formatters/coaching.js +46 -0
- package/dist/formatters/coaching.js.map +1 -0
- package/dist/formatters/conflicts.d.ts +69 -0
- package/dist/formatters/conflicts.d.ts.map +1 -0
- package/dist/formatters/conflicts.js +87 -0
- package/dist/formatters/conflicts.js.map +1 -0
- package/dist/formatters/conflicts.test.d.ts +2 -0
- package/dist/formatters/conflicts.test.d.ts.map +1 -0
- package/dist/formatters/conflicts.test.js +136 -0
- package/dist/formatters/conflicts.test.js.map +1 -0
- package/dist/formatters/context.d.ts +1 -1
- package/dist/formatters/context.d.ts.map +1 -1
- package/dist/formatters/context.js.map +1 -1
- package/dist/formatters/direction.d.ts +48 -0
- package/dist/formatters/direction.d.ts.map +1 -0
- package/dist/formatters/direction.js +75 -0
- package/dist/formatters/direction.js.map +1 -0
- package/dist/formatters/direction.test.d.ts +2 -0
- package/dist/formatters/direction.test.d.ts.map +1 -0
- package/dist/formatters/direction.test.js +70 -0
- package/dist/formatters/direction.test.js.map +1 -0
- package/dist/formatters/entry.d.ts +44 -0
- package/dist/formatters/entry.d.ts.map +1 -1
- package/dist/formatters/entry.js +70 -7
- package/dist/formatters/entry.js.map +1 -1
- package/dist/formatters/feedback.d.ts +56 -0
- package/dist/formatters/feedback.d.ts.map +1 -0
- package/dist/formatters/feedback.js +89 -0
- package/dist/formatters/feedback.js.map +1 -0
- package/dist/formatters/feedback.test.d.ts +2 -0
- package/dist/formatters/feedback.test.d.ts.map +1 -0
- package/dist/formatters/feedback.test.js +112 -0
- package/dist/formatters/feedback.test.js.map +1 -0
- package/dist/formatters/handshake.d.ts +39 -0
- package/dist/formatters/handshake.d.ts.map +1 -1
- package/dist/formatters/handshake.js +133 -3
- package/dist/formatters/handshake.js.map +1 -1
- package/dist/formatters/orient.coherencyCheckTag.test.d.ts +2 -0
- package/dist/formatters/orient.coherencyCheckTag.test.d.ts.map +1 -0
- package/dist/formatters/orient.coherencyCheckTag.test.js +22 -0
- package/dist/formatters/orient.coherencyCheckTag.test.js.map +1 -0
- package/dist/formatters/orient.d.ts +248 -8
- package/dist/formatters/orient.d.ts.map +1 -1
- package/dist/formatters/orient.js +277 -35
- package/dist/formatters/orient.js.map +1 -1
- package/dist/formatters/orient.rcrtMiss.test.d.ts +2 -0
- package/dist/formatters/orient.rcrtMiss.test.d.ts.map +1 -0
- package/dist/formatters/orient.rcrtMiss.test.js +146 -0
- package/dist/formatters/orient.rcrtMiss.test.js.map +1 -0
- package/dist/formatters/orient.rituals.test.d.ts +2 -0
- package/dist/formatters/orient.rituals.test.d.ts.map +1 -0
- package/dist/formatters/orient.rituals.test.js +70 -0
- package/dist/formatters/orient.rituals.test.js.map +1 -0
- package/dist/formatters/orient.shapeAdvisorySummary.test.d.ts +2 -0
- package/dist/formatters/orient.shapeAdvisorySummary.test.d.ts.map +1 -0
- package/dist/formatters/orient.shapeAdvisorySummary.test.js +62 -0
- package/dist/formatters/orient.shapeAdvisorySummary.test.js.map +1 -0
- package/dist/formatters/orientDegradation.d.ts +21 -0
- package/dist/formatters/orientDegradation.d.ts.map +1 -0
- package/dist/formatters/orientDegradation.js +33 -0
- package/dist/formatters/orientDegradation.js.map +1 -0
- package/dist/formatters/orientDirection.d.ts +77 -0
- package/dist/formatters/orientDirection.d.ts.map +1 -0
- package/dist/formatters/orientDirection.js +94 -0
- package/dist/formatters/orientDirection.js.map +1 -0
- package/dist/formatters/orientDirection.test.d.ts +2 -0
- package/dist/formatters/orientDirection.test.d.ts.map +1 -0
- package/dist/formatters/orientDirection.test.js +193 -0
- package/dist/formatters/orientDirection.test.js.map +1 -0
- package/dist/formatters/orientRetrievalMiss.d.ts +30 -0
- package/dist/formatters/orientRetrievalMiss.d.ts.map +1 -0
- package/dist/formatters/orientRetrievalMiss.js +24 -0
- package/dist/formatters/orientRetrievalMiss.js.map +1 -0
- package/dist/formatters/promote.d.ts +49 -0
- package/dist/formatters/promote.d.ts.map +1 -1
- package/dist/formatters/promote.js +40 -0
- package/dist/formatters/promote.js.map +1 -1
- package/dist/formatters/questions.d.ts +100 -0
- package/dist/formatters/questions.d.ts.map +1 -0
- package/dist/formatters/questions.js +146 -0
- package/dist/formatters/questions.js.map +1 -0
- package/dist/formatters/questions.test.d.ts +2 -0
- package/dist/formatters/questions.test.d.ts.map +1 -0
- package/dist/formatters/questions.test.js +184 -0
- package/dist/formatters/questions.test.js.map +1 -0
- package/dist/formatters/relate.d.ts +9 -0
- package/dist/formatters/relate.d.ts.map +1 -1
- package/dist/formatters/relate.js +5 -3
- package/dist/formatters/relate.js.map +1 -1
- package/dist/formatters/relate.test.d.ts +2 -0
- package/dist/formatters/relate.test.d.ts.map +1 -0
- package/dist/formatters/relate.test.js +62 -0
- package/dist/formatters/relate.test.js.map +1 -0
- package/dist/formatters/scoreboard.d.ts +11 -0
- package/dist/formatters/scoreboard.d.ts.map +1 -0
- package/dist/formatters/scoreboard.js +164 -0
- package/dist/formatters/scoreboard.js.map +1 -0
- package/dist/formatters/scoreboard.test.d.ts +2 -0
- package/dist/formatters/scoreboard.test.d.ts.map +1 -0
- package/dist/formatters/scoreboard.test.js +303 -0
- package/dist/formatters/scoreboard.test.js.map +1 -0
- package/dist/formatters/session-feedback.test.d.ts +2 -0
- package/dist/formatters/session-feedback.test.d.ts.map +1 -0
- package/dist/formatters/session-feedback.test.js +61 -0
- package/dist/formatters/session-feedback.test.js.map +1 -0
- package/dist/formatters/session.d.ts +116 -5
- package/dist/formatters/session.d.ts.map +1 -1
- package/dist/formatters/session.js +300 -12
- package/dist/formatters/session.js.map +1 -1
- package/dist/formatters/shape.d.ts +54 -0
- package/dist/formatters/shape.d.ts.map +1 -0
- package/dist/formatters/shape.js +97 -0
- package/dist/formatters/shape.js.map +1 -0
- package/dist/formatters/shape.test.d.ts +2 -0
- package/dist/formatters/shape.test.d.ts.map +1 -0
- package/dist/formatters/shape.test.js +80 -0
- package/dist/formatters/shape.test.js.map +1 -0
- package/dist/formatters/spineCheck.d.ts +64 -0
- package/dist/formatters/spineCheck.d.ts.map +1 -0
- package/dist/formatters/spineCheck.js +92 -0
- package/dist/formatters/spineCheck.js.map +1 -0
- package/dist/formatters/update.d.ts +3 -0
- package/dist/formatters/update.d.ts.map +1 -1
- package/dist/formatters/update.js +4 -0
- package/dist/formatters/update.js.map +1 -1
- package/dist/formatters/verify.d.ts +12 -4
- package/dist/formatters/verify.d.ts.map +1 -1
- package/dist/formatters/verify.js +20 -2
- package/dist/formatters/verify.js.map +1 -1
- package/dist/generated/healthGapKinds.generated.d.ts +12 -0
- package/dist/generated/healthGapKinds.generated.d.ts.map +1 -0
- package/dist/generated/healthGapKinds.generated.js +24 -0
- package/dist/generated/healthGapKinds.generated.js.map +1 -0
- package/dist/generated/routeLatencyBudget.generated.d.ts +55 -0
- package/dist/generated/routeLatencyBudget.generated.d.ts.map +1 -0
- package/dist/generated/routeLatencyBudget.generated.js +356 -0
- package/dist/generated/routeLatencyBudget.generated.js.map +1 -0
- package/dist/generated/sourceSurfaces.generated.d.ts +12 -0
- package/dist/generated/sourceSurfaces.generated.d.ts.map +1 -0
- package/dist/generated/sourceSurfaces.generated.js +11 -0
- package/dist/generated/sourceSurfaces.generated.js.map +1 -0
- package/dist/generators/adapters.d.ts +33 -0
- package/dist/generators/adapters.d.ts.map +1 -1
- package/dist/generators/adapters.js +64 -4
- package/dist/generators/adapters.js.map +1 -1
- package/dist/generators/archetypes.d.ts.map +1 -1
- package/dist/generators/archetypes.js +46 -9
- package/dist/generators/archetypes.js.map +1 -1
- package/dist/generators/archetypes.test.js +35 -0
- package/dist/generators/archetypes.test.js.map +1 -1
- package/dist/generators/boundary-manifest.d.ts +29 -0
- package/dist/generators/boundary-manifest.d.ts.map +1 -0
- package/dist/generators/boundary-manifest.js +183 -0
- package/dist/generators/boundary-manifest.js.map +1 -0
- package/dist/generators/boundary-manifest.real-file.test.d.ts +2 -0
- package/dist/generators/boundary-manifest.real-file.test.d.ts.map +1 -0
- package/dist/generators/boundary-manifest.real-file.test.js +70 -0
- package/dist/generators/boundary-manifest.real-file.test.js.map +1 -0
- package/dist/generators/boundary-manifest.test.d.ts +2 -0
- package/dist/generators/boundary-manifest.test.d.ts.map +1 -0
- package/dist/generators/boundary-manifest.test.js +91 -0
- package/dist/generators/boundary-manifest.test.js.map +1 -0
- package/dist/generators/chain-classifier-kernel-client-drift.test.d.ts +2 -0
- package/dist/generators/chain-classifier-kernel-client-drift.test.d.ts.map +1 -0
- package/dist/generators/chain-classifier-kernel-client-drift.test.js +41 -0
- package/dist/generators/chain-classifier-kernel-client-drift.test.js.map +1 -0
- package/dist/generators/chain-classifier.d.ts +67 -14
- package/dist/generators/chain-classifier.d.ts.map +1 -1
- package/dist/generators/chain-classifier.js +46 -174
- package/dist/generators/chain-classifier.js.map +1 -1
- package/dist/generators/chain-rules.d.ts +3 -3
- package/dist/generators/chain-rules.d.ts.map +1 -1
- package/dist/generators/chain-rules.js +118 -6
- package/dist/generators/chain-rules.js.map +1 -1
- package/dist/generators/chain-rules.test.js +273 -4
- package/dist/generators/chain-rules.test.js.map +1 -1
- package/dist/generators/context-md.js +6 -6
- package/dist/generators/context-md.js.map +1 -1
- package/dist/generators/manifest.d.ts +115 -0
- package/dist/generators/manifest.d.ts.map +1 -0
- package/dist/generators/manifest.js +277 -0
- package/dist/generators/manifest.js.map +1 -0
- package/dist/generators/portable-knowledge.d.ts +24 -2
- package/dist/generators/portable-knowledge.d.ts.map +1 -1
- package/dist/generators/portable-knowledge.js +97 -2
- package/dist/generators/portable-knowledge.js.map +1 -1
- package/dist/generators/portable-knowledge.test.js +43 -0
- package/dist/generators/portable-knowledge.test.js.map +1 -1
- package/dist/generators/region-projections.d.ts +18 -0
- package/dist/generators/region-projections.d.ts.map +1 -0
- package/dist/generators/region-projections.js +49 -0
- package/dist/generators/region-projections.js.map +1 -0
- package/dist/generators/region-projections.test.d.ts +2 -0
- package/dist/generators/region-projections.test.d.ts.map +1 -0
- package/dist/generators/region-projections.test.js +63 -0
- package/dist/generators/region-projections.test.js.map +1 -0
- package/dist/generators/region.d.ts +24 -0
- package/dist/generators/region.d.ts.map +1 -0
- package/dist/generators/region.js +87 -0
- package/dist/generators/region.js.map +1 -0
- package/dist/generators/region.test.d.ts +2 -0
- package/dist/generators/region.test.d.ts.map +1 -0
- package/dist/generators/region.test.js +126 -0
- package/dist/generators/region.test.js.map +1 -0
- package/dist/generators/surface-profiles.d.ts +1 -2
- package/dist/generators/surface-profiles.d.ts.map +1 -1
- package/dist/generators/surface-profiles.js.map +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +502 -112
- package/dist/index.js.map +1 -1
- package/dist/lib/__tests__/parseFields.test.d.ts +2 -0
- package/dist/lib/__tests__/parseFields.test.d.ts.map +1 -0
- package/dist/lib/__tests__/parseFields.test.js +40 -0
- package/dist/lib/__tests__/parseFields.test.js.map +1 -0
- package/dist/lib/activation.d.ts.map +1 -1
- package/dist/lib/activation.js +8 -4
- package/dist/lib/activation.js.map +1 -1
- package/dist/lib/activation.test.js +6 -6
- package/dist/lib/activation.test.js.map +1 -1
- package/dist/lib/canonicalRefs.d.ts +141 -0
- package/dist/lib/canonicalRefs.d.ts.map +1 -0
- package/dist/lib/canonicalRefs.js +150 -0
- package/dist/lib/canonicalRefs.js.map +1 -0
- package/dist/lib/client.d.ts +39 -15
- package/dist/lib/client.d.ts.map +1 -1
- package/dist/lib/client.js +195 -49
- package/dist/lib/client.js.map +1 -1
- package/dist/lib/collectionRegistry.d.ts +52 -0
- package/dist/lib/collectionRegistry.d.ts.map +1 -0
- package/dist/lib/collectionRegistry.js +118 -0
- package/dist/lib/collectionRegistry.js.map +1 -0
- package/dist/lib/commanderOptions.d.ts +8 -0
- package/dist/lib/commanderOptions.d.ts.map +1 -0
- package/dist/lib/commanderOptions.js +10 -0
- package/dist/lib/commanderOptions.js.map +1 -0
- package/dist/lib/compose-wrapup-view.d.ts +48 -0
- package/dist/lib/compose-wrapup-view.d.ts.map +1 -0
- package/dist/lib/compose-wrapup-view.js +37 -0
- package/dist/lib/compose-wrapup-view.js.map +1 -0
- package/dist/lib/config.d.ts +149 -9
- package/dist/lib/config.d.ts.map +1 -1
- package/dist/lib/config.js +385 -53
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/connectKeyLabel.d.ts +9 -0
- package/dist/lib/connectKeyLabel.d.ts.map +1 -0
- package/dist/lib/connectKeyLabel.js +12 -0
- package/dist/lib/connectKeyLabel.js.map +1 -0
- package/dist/lib/constants.d.ts +5 -1
- package/dist/lib/constants.d.ts.map +1 -1
- package/dist/lib/constants.js +9 -1
- package/dist/lib/constants.js.map +1 -1
- package/dist/lib/conversation.d.ts +36 -0
- package/dist/lib/conversation.d.ts.map +1 -0
- package/dist/lib/conversation.js +66 -0
- package/dist/lib/conversation.js.map +1 -0
- package/dist/lib/createEntryResult.d.ts +34 -0
- package/dist/lib/createEntryResult.d.ts.map +1 -0
- package/dist/lib/createEntryResult.js +12 -0
- package/dist/lib/createEntryResult.js.map +1 -0
- package/dist/lib/deployment.d.ts +23 -0
- package/dist/lib/deployment.d.ts.map +1 -0
- package/dist/lib/deployment.js +78 -0
- package/dist/lib/deployment.js.map +1 -0
- package/dist/lib/deployment.test.d.ts +5 -0
- package/dist/lib/deployment.test.d.ts.map +1 -0
- package/dist/lib/deployment.test.js +54 -0
- package/dist/lib/deployment.test.js.map +1 -0
- package/dist/lib/errors.d.ts +67 -0
- package/dist/lib/errors.d.ts.map +1 -1
- package/dist/lib/errors.js +67 -0
- package/dist/lib/errors.js.map +1 -1
- package/dist/lib/frontmatter.d.ts +55 -0
- package/dist/lib/frontmatter.d.ts.map +1 -0
- package/dist/lib/frontmatter.js +92 -0
- package/dist/lib/frontmatter.js.map +1 -0
- package/dist/lib/frontmatter.test.d.ts +15 -0
- package/dist/lib/frontmatter.test.d.ts.map +1 -0
- package/dist/lib/frontmatter.test.js +98 -0
- package/dist/lib/frontmatter.test.js.map +1 -0
- package/dist/lib/gatewayTimeout.d.ts +88 -0
- package/dist/lib/gatewayTimeout.d.ts.map +1 -0
- package/dist/lib/gatewayTimeout.js +118 -0
- package/dist/lib/gatewayTimeout.js.map +1 -0
- package/dist/lib/gitEnvLeakKeysParity.test.d.ts +2 -0
- package/dist/lib/gitEnvLeakKeysParity.test.d.ts.map +1 -0
- package/dist/lib/gitEnvLeakKeysParity.test.js +73 -0
- package/dist/lib/gitEnvLeakKeysParity.test.js.map +1 -0
- package/dist/lib/hook-intents.d.ts +51 -0
- package/dist/lib/hook-intents.d.ts.map +1 -0
- package/dist/lib/hook-intents.js +85 -0
- package/dist/lib/hook-intents.js.map +1 -0
- package/dist/lib/inferSourceDate.d.ts +12 -0
- package/dist/lib/inferSourceDate.d.ts.map +1 -0
- package/dist/lib/inferSourceDate.js +44 -0
- package/dist/lib/inferSourceDate.js.map +1 -0
- package/dist/lib/kernelEnvelope.d.ts +31 -0
- package/dist/lib/kernelEnvelope.d.ts.map +1 -0
- package/dist/lib/kernelEnvelope.js +52 -0
- package/dist/lib/kernelEnvelope.js.map +1 -0
- package/dist/lib/method-registry.d.ts +37 -0
- package/dist/lib/method-registry.d.ts.map +1 -0
- package/dist/lib/method-registry.js +41 -0
- package/dist/lib/method-registry.js.map +1 -0
- package/dist/lib/normalizeMaterializedFilename.d.ts +28 -0
- package/dist/lib/normalizeMaterializedFilename.d.ts.map +1 -0
- package/dist/lib/normalizeMaterializedFilename.js +56 -0
- package/dist/lib/normalizeMaterializedFilename.js.map +1 -0
- package/dist/lib/normalizeMaterializedFilename.test.d.ts +16 -0
- package/dist/lib/normalizeMaterializedFilename.test.d.ts.map +1 -0
- package/dist/lib/normalizeMaterializedFilename.test.js +90 -0
- package/dist/lib/normalizeMaterializedFilename.test.js.map +1 -0
- package/dist/lib/notice-marker.d.ts +3 -0
- package/dist/lib/notice-marker.d.ts.map +1 -0
- package/dist/lib/notice-marker.js +53 -0
- package/dist/lib/notice-marker.js.map +1 -0
- package/dist/lib/onboarding-path-b.d.ts.map +1 -1
- package/dist/lib/onboarding-path-b.js +42 -13
- package/dist/lib/onboarding-path-b.js.map +1 -1
- package/dist/lib/onboarding-shared.d.ts +4 -4
- package/dist/lib/onboarding-shared.d.ts.map +1 -1
- package/dist/lib/onboarding-shared.js +7 -22
- package/dist/lib/onboarding-shared.js.map +1 -1
- package/dist/lib/onboarding.d.ts.map +1 -1
- package/dist/lib/onboarding.js +12 -4
- package/dist/lib/onboarding.js.map +1 -1
- package/dist/lib/parseFields.d.ts +19 -0
- package/dist/lib/parseFields.d.ts.map +1 -0
- package/dist/lib/parseFields.js +49 -0
- package/dist/lib/parseFields.js.map +1 -0
- package/dist/lib/previewBanner.d.ts +9 -0
- package/dist/lib/previewBanner.d.ts.map +1 -0
- package/dist/lib/previewBanner.js +37 -0
- package/dist/lib/previewBanner.js.map +1 -0
- package/dist/lib/productbrain-files.d.ts +94 -0
- package/dist/lib/productbrain-files.d.ts.map +1 -0
- package/dist/lib/productbrain-files.js +214 -0
- package/dist/lib/productbrain-files.js.map +1 -0
- package/dist/lib/productbrain-files.test.d.ts +2 -0
- package/dist/lib/productbrain-files.test.d.ts.map +1 -0
- package/dist/lib/productbrain-files.test.js +293 -0
- package/dist/lib/productbrain-files.test.js.map +1 -0
- package/dist/lib/profiles.d.ts +40 -4
- package/dist/lib/profiles.d.ts.map +1 -1
- package/dist/lib/profiles.js +77 -18
- package/dist/lib/profiles.js.map +1 -1
- package/dist/lib/prompts.d.ts +27 -0
- package/dist/lib/prompts.d.ts.map +1 -1
- package/dist/lib/prompts.js +42 -0
- package/dist/lib/prompts.js.map +1 -1
- package/dist/lib/rate-limit.d.ts +37 -0
- package/dist/lib/rate-limit.d.ts.map +1 -0
- package/dist/lib/rate-limit.js +83 -0
- package/dist/lib/rate-limit.js.map +1 -0
- package/dist/lib/runner.d.ts +8 -0
- package/dist/lib/runner.d.ts.map +1 -1
- package/dist/lib/runner.js +23 -0
- package/dist/lib/runner.js.map +1 -1
- package/dist/lib/session.d.ts +85 -4
- package/dist/lib/session.d.ts.map +1 -1
- package/dist/lib/session.js +276 -13
- package/dist/lib/session.js.map +1 -1
- package/dist/lib/sessionNotices.d.ts +57 -0
- package/dist/lib/sessionNotices.d.ts.map +1 -0
- package/dist/lib/sessionNotices.js +128 -0
- package/dist/lib/sessionNotices.js.map +1 -0
- package/dist/lib/sessionNotices.test.d.ts +2 -0
- package/dist/lib/sessionNotices.test.d.ts.map +1 -0
- package/dist/lib/sessionNotices.test.js +48 -0
- package/dist/lib/sessionNotices.test.js.map +1 -0
- package/dist/lib/spinner.js +2 -2
- package/dist/lib/spinner.js.map +1 -1
- package/dist/lib/startup-resolution-signals.d.ts +34 -0
- package/dist/lib/startup-resolution-signals.d.ts.map +1 -0
- package/dist/lib/startup-resolution-signals.js +116 -0
- package/dist/lib/startup-resolution-signals.js.map +1 -0
- package/dist/lib/startup-resolution-signals.test.d.ts +2 -0
- package/dist/lib/startup-resolution-signals.test.d.ts.map +1 -0
- package/dist/lib/startup-resolution-signals.test.js +113 -0
- package/dist/lib/startup-resolution-signals.test.js.map +1 -0
- package/dist/lib/startup-signals.d.ts +12 -0
- package/dist/lib/startup-signals.d.ts.map +1 -0
- package/dist/lib/startup-signals.js +172 -0
- package/dist/lib/startup-signals.js.map +1 -0
- package/dist/lib/startup-signals.test.d.ts +2 -0
- package/dist/lib/startup-signals.test.d.ts.map +1 -0
- package/dist/lib/startup-signals.test.js +165 -0
- package/dist/lib/startup-signals.test.js.map +1 -0
- package/dist/lib/state.d.ts +51 -0
- package/dist/lib/state.d.ts.map +1 -0
- package/dist/lib/state.js +90 -0
- package/dist/lib/state.js.map +1 -0
- package/dist/lib/strip.d.ts.map +1 -1
- package/dist/lib/strip.js +13 -1
- package/dist/lib/strip.js.map +1 -1
- package/dist/lib/style.d.ts +14 -5
- package/dist/lib/style.d.ts.map +1 -1
- package/dist/lib/style.js +34 -25
- package/dist/lib/style.js.map +1 -1
- package/dist/lib/style.test.js +15 -3
- package/dist/lib/style.test.js.map +1 -1
- package/dist/lib/tokenConstants.d.ts +19 -0
- package/dist/lib/tokenConstants.d.ts.map +1 -0
- package/dist/lib/tokenConstants.js +19 -0
- package/dist/lib/tokenConstants.js.map +1 -0
- package/dist/lib/update-check.d.ts +56 -0
- package/dist/lib/update-check.d.ts.map +1 -0
- package/dist/lib/update-check.js +296 -0
- package/dist/lib/update-check.js.map +1 -0
- package/dist/lib/upgrade-runner.d.ts +22 -0
- package/dist/lib/upgrade-runner.d.ts.map +1 -0
- package/dist/lib/upgrade-runner.js +110 -0
- package/dist/lib/upgrade-runner.js.map +1 -0
- package/dist/lib/workspace-probe.d.ts +3 -0
- package/dist/lib/workspace-probe.d.ts.map +1 -1
- package/dist/lib/workspace-probe.js +8 -14
- package/dist/lib/workspace-probe.js.map +1 -1
- package/dist/lib/workspaceNotice.d.ts +59 -0
- package/dist/lib/workspaceNotice.d.ts.map +1 -0
- package/dist/lib/workspaceNotice.js +77 -0
- package/dist/lib/workspaceNotice.js.map +1 -0
- package/dist/lib/workspaceVocabCache.d.ts +60 -0
- package/dist/lib/workspaceVocabCache.d.ts.map +1 -0
- package/dist/lib/workspaceVocabCache.js +98 -0
- package/dist/lib/workspaceVocabCache.js.map +1 -0
- package/dist/scoreboard/diagnose.d.ts +226 -0
- package/dist/scoreboard/diagnose.d.ts.map +1 -0
- package/dist/scoreboard/diagnose.js +344 -0
- package/dist/scoreboard/diagnose.js.map +1 -0
- package/dist/scoreboard/diagnose.test.d.ts +15 -0
- package/dist/scoreboard/diagnose.test.d.ts.map +1 -0
- package/dist/scoreboard/diagnose.test.js +355 -0
- package/dist/scoreboard/diagnose.test.js.map +1 -0
- package/dist/scoreboard/floors.d.ts +47 -0
- package/dist/scoreboard/floors.d.ts.map +1 -0
- package/dist/scoreboard/floors.js +33 -0
- package/dist/scoreboard/floors.js.map +1 -0
- package/dist/scoreboard/localDrift.d.ts +23 -0
- package/dist/scoreboard/localDrift.d.ts.map +1 -0
- package/dist/scoreboard/localDrift.js +111 -0
- package/dist/scoreboard/localDrift.js.map +1 -0
- package/dist/scoreboard/localDrift.test.d.ts +9 -0
- package/dist/scoreboard/localDrift.test.d.ts.map +1 -0
- package/dist/scoreboard/localDrift.test.js +82 -0
- package/dist/scoreboard/localDrift.test.js.map +1 -0
- package/dist/setup/__tests__/coach-traces.test.d.ts +2 -0
- package/dist/setup/__tests__/coach-traces.test.d.ts.map +1 -0
- package/dist/setup/__tests__/coach-traces.test.js +189 -0
- package/dist/setup/__tests__/coach-traces.test.js.map +1 -0
- package/dist/setup/__tests__/setup-commands.test.d.ts +2 -0
- package/dist/setup/__tests__/setup-commands.test.d.ts.map +1 -0
- package/dist/setup/__tests__/setup-commands.test.js +177 -0
- package/dist/setup/__tests__/setup-commands.test.js.map +1 -0
- package/dist/setup/__tests__/state-machine.test.d.ts +2 -0
- package/dist/setup/__tests__/state-machine.test.d.ts.map +1 -0
- package/dist/setup/__tests__/state-machine.test.js +341 -0
- package/dist/setup/__tests__/state-machine.test.js.map +1 -0
- package/dist/setup/detect-surfaces.d.ts +21 -0
- package/dist/setup/detect-surfaces.d.ts.map +1 -0
- package/dist/setup/detect-surfaces.js +39 -0
- package/dist/setup/detect-surfaces.js.map +1 -0
- package/dist/setup/manifest-writer.d.ts +17 -0
- package/dist/setup/manifest-writer.d.ts.map +1 -0
- package/dist/setup/manifest-writer.js +153 -0
- package/dist/setup/manifest-writer.js.map +1 -0
- package/dist/setup/perimeter.d.ts +72 -0
- package/dist/setup/perimeter.d.ts.map +1 -0
- package/dist/setup/perimeter.js +128 -0
- package/dist/setup/perimeter.js.map +1 -0
- package/dist/setup/state-machine.d.ts +67 -0
- package/dist/setup/state-machine.d.ts.map +1 -0
- package/dist/setup/state-machine.js +124 -0
- package/dist/setup/state-machine.js.map +1 -0
- package/dist/surfaces/__tests__/adapter.test.d.ts +2 -0
- package/dist/surfaces/__tests__/adapter.test.d.ts.map +1 -0
- package/dist/surfaces/__tests__/adapter.test.js +90 -0
- package/dist/surfaces/__tests__/adapter.test.js.map +1 -0
- package/dist/surfaces/__tests__/pb-setup-passthrough.test.d.ts +2 -0
- package/dist/surfaces/__tests__/pb-setup-passthrough.test.d.ts.map +1 -0
- package/dist/surfaces/__tests__/pb-setup-passthrough.test.js +132 -0
- package/dist/surfaces/__tests__/pb-setup-passthrough.test.js.map +1 -0
- package/dist/surfaces/__tests__/telemetry.test.d.ts +2 -0
- package/dist/surfaces/__tests__/telemetry.test.d.ts.map +1 -0
- package/dist/surfaces/__tests__/telemetry.test.js +55 -0
- package/dist/surfaces/__tests__/telemetry.test.js.map +1 -0
- package/dist/surfaces/adapter.d.ts +70 -0
- package/dist/surfaces/adapter.d.ts.map +1 -0
- package/dist/surfaces/adapter.js +2 -0
- package/dist/surfaces/adapter.js.map +1 -0
- package/dist/surfaces/adapters/claude.d.ts +3 -0
- package/dist/surfaces/adapters/claude.d.ts.map +1 -0
- package/dist/surfaces/adapters/claude.js +67 -0
- package/dist/surfaces/adapters/claude.js.map +1 -0
- package/dist/surfaces/adapters/codex.d.ts +3 -0
- package/dist/surfaces/adapters/codex.d.ts.map +1 -0
- package/dist/surfaces/adapters/codex.js +61 -0
- package/dist/surfaces/adapters/codex.js.map +1 -0
- package/dist/surfaces/adapters/copilot.d.ts +3 -0
- package/dist/surfaces/adapters/copilot.d.ts.map +1 -0
- package/dist/surfaces/adapters/copilot.js +59 -0
- package/dist/surfaces/adapters/copilot.js.map +1 -0
- package/dist/surfaces/adapters/cursor.d.ts +3 -0
- package/dist/surfaces/adapters/cursor.d.ts.map +1 -0
- package/dist/surfaces/adapters/cursor.js +78 -0
- package/dist/surfaces/adapters/cursor.js.map +1 -0
- package/dist/surfaces/registry.d.ts +76 -0
- package/dist/surfaces/registry.d.ts.map +1 -0
- package/dist/surfaces/registry.js +117 -0
- package/dist/surfaces/registry.js.map +1 -0
- package/dist/surfaces/telemetry.d.ts +17 -0
- package/dist/surfaces/telemetry.d.ts.map +1 -0
- package/dist/surfaces/telemetry.js +31 -0
- package/dist/surfaces/telemetry.js.map +1 -0
- package/package.json +11 -3
- package/templates/method-registry.json +16 -0
- package/dist/__tests__/setup.test.d.ts +0 -2
- package/dist/__tests__/setup.test.d.ts.map +0 -1
- package/dist/__tests__/setup.test.js +0 -141
- package/dist/__tests__/setup.test.js.map +0 -1
- package/dist/generators/__tests__/surface-profiles.test.d.ts +0 -2
- package/dist/generators/__tests__/surface-profiles.test.d.ts.map +0 -1
- package/dist/generators/__tests__/surface-profiles.test.js +0 -89
- package/dist/generators/__tests__/surface-profiles.test.js.map +0 -1
- package/dist/generators/chain-classifier.test.d.ts +0 -2
- package/dist/generators/chain-classifier.test.d.ts.map +0 -1
- package/dist/generators/chain-classifier.test.js +0 -257
- package/dist/generators/chain-classifier.test.js.map +0 -1
- package/dist/lib/onboarding-phases.d.ts +0 -9
- package/dist/lib/onboarding-phases.d.ts.map +0 -1
- package/dist/lib/onboarding-phases.js +0 -120
- package/dist/lib/onboarding-phases.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* Product Brain CLI — Chain knowledge + write-back in the terminal.
|
|
4
|
-
*
|
|
5
|
-
* BET-181 Slice 0: global --json / --pretty flags for agent-native output (DEC-299).
|
|
3
|
+
* Product Brain CLI — Chain knowledge + write-back in the terminal. Read: BET-108.
|
|
4
|
+
* Write: pb session + pb capture (TEN-27, INS-80). BET-181 Slice 0: global --json / --pretty flags for agent-native output (DEC-299).
|
|
6
5
|
*/
|
|
7
6
|
import { readFileSync } from 'node:fs';
|
|
8
7
|
import { dirname, join } from 'node:path';
|
|
@@ -12,17 +11,24 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
|
12
11
|
const cliPackageVersion = JSON.parse(readFileSync(join(__dirname, '..', 'package.json'), 'utf8'));
|
|
13
12
|
import { setOutputMode, setQuietMode, isJsonMode } from './lib/runner.js';
|
|
14
13
|
import { CLIError, ErrorCode } from './lib/errors.js';
|
|
14
|
+
import { collectRepeatableOption } from './lib/commanderOptions.js';
|
|
15
15
|
import { runContext } from './commands/context.js';
|
|
16
16
|
import { runGet, runGetMany } from './commands/get.js';
|
|
17
|
+
import { runScoreboard } from './commands/scoreboard.js';
|
|
18
|
+
import { runReworkReport } from './commands/rework.js';
|
|
17
19
|
import { runConnect } from './commands/connect.js';
|
|
18
20
|
import { runLogin } from './commands/login.js';
|
|
19
21
|
import { runSetup } from './commands/setup.js';
|
|
22
|
+
import { runSetupDetectSurfaces, formatDetectSurfacesSummary } from './commands/setup-detect-surfaces.js';
|
|
23
|
+
import { runSetupState } from './commands/setup-state.js';
|
|
24
|
+
import { runSetupAudit } from './commands/setup-audit.js';
|
|
20
25
|
import { runOrient } from './commands/orient.js';
|
|
21
26
|
import { runSearch } from './commands/search.js';
|
|
22
27
|
import { runHandshake, runHandshakeInit } from './commands/handshake.js';
|
|
23
|
-
import { runSessionStart, runSessionClose, runSessionId } from './commands/session.js';
|
|
28
|
+
import { runSessionStart, runSessionClose, runSessionId, runSessionReset, runSessionList, runSessionShow } from './commands/session.js';
|
|
24
29
|
import { runCapture } from './commands/capture.js';
|
|
25
30
|
import { runUpdate } from './commands/update.js';
|
|
31
|
+
import { runRestore } from './commands/restore.js';
|
|
26
32
|
import { runRelate, runUnrelate } from './commands/relate.js';
|
|
27
33
|
import { runIngest } from './commands/ingest.js';
|
|
28
34
|
import { runFields } from './commands/fields.js';
|
|
@@ -41,21 +47,36 @@ import { runVerify } from './commands/verify.js';
|
|
|
41
47
|
import { runCodexPrep } from './commands/codex-prep.js';
|
|
42
48
|
import { runCollectionsList, runCollectionsGet, runCollectionsAudit, runCollectionsExport } from './commands/collections.js';
|
|
43
49
|
import { runWorkspaceVerify, runWorkspaceRepair, runDefinitionsDiff } from './commands/workspace.js';
|
|
50
|
+
import { runAuthorityDomainsActivateCutover, runAuthorityDomainsAdd, runAuthorityDomainsDeactivateCutover, runAuthorityDomainsBenchmark, runAuthorityDomainsDiscardPending, runAuthorityDomainsPropose, runAuthorityDomainsQueueTag, runAuthorityDomainsRatify, runAuthorityDomainsReadiness, runAuthorityDomainsRecordSample, runAuthorityDomainsReject, runAuthorityDomainsReview, runAuthorityDomainsPrincipleDistribution, } from './commands/authority-domains.js';
|
|
44
51
|
import { runDoctor } from './commands/doctor.js';
|
|
52
|
+
import { runWhoami } from './commands/whoami.js';
|
|
53
|
+
import { runFiles } from './commands/files.js';
|
|
54
|
+
import { runUpgrade } from './commands/upgrade.js';
|
|
45
55
|
import { runProfileList, runProfileCreate, runProfileUse, runProfileDelete } from './commands/profile.js';
|
|
46
56
|
import { runInit } from './commands/init.js';
|
|
57
|
+
import { runMethodList, runMethodShow, runMethodDiff, runMethodPublish } from './commands/method.js';
|
|
47
58
|
import { createAdminCommand } from './commands/admin/index.js';
|
|
59
|
+
import { createFeedbackCommand } from './commands/feedback.js';
|
|
60
|
+
import { createConflictsCommand } from './commands/conflicts.js';
|
|
61
|
+
import { createShapeCommand } from './commands/shape.js';
|
|
62
|
+
import { createQuestionCommand } from './commands/questions.js';
|
|
63
|
+
import { createDirectionCommand } from './commands/direction.js';
|
|
64
|
+
import { createOrganisationCommand } from './commands/organisation.js';
|
|
65
|
+
import { runUsage } from './commands/usage.js';
|
|
66
|
+
import { runProofRun } from './commands/proof-run.js';
|
|
67
|
+
import { runQualitySpineCheck } from './commands/quality.js';
|
|
48
68
|
import { GLOSSARY, formatGlossary } from './lib/glossary.js';
|
|
69
|
+
import { API_KEY_PREFIX } from './lib/tokenConstants.js';
|
|
49
70
|
import { hint, heading, bold, dim, green, icons } from './lib/style.js';
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
71
|
+
import { printPreviewBanner } from './lib/previewBanner.js';
|
|
72
|
+
import { checkForUpdate } from './lib/update-check.js';
|
|
73
|
+
import { UPGRADE_COMMAND } from './lib/constants.js';
|
|
74
|
+
import { resolveSetupState, detectRenderTier } from './lib/state.js';
|
|
53
75
|
const program = new Command();
|
|
54
76
|
/**
|
|
55
|
-
* Global error handler — single exit point for all CLI errors.
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* Regular Error: wrap as INTERNAL.
|
|
77
|
+
* Global error handler — single exit point for all CLI errors. CLIError: format with code +
|
|
78
|
+
* category + guidance. CommanderError: re-throw for --help / --version (exitCode 0), format
|
|
79
|
+
* others. Regular Error: wrap as INTERNAL.
|
|
59
80
|
*/
|
|
60
81
|
function handleError(err) {
|
|
61
82
|
// Commander help/version exits with code 0 — let them through
|
|
@@ -108,8 +129,8 @@ program
|
|
|
108
129
|
.option('--pretty', 'Force human-readable output even when piped')
|
|
109
130
|
.option('-q, --quiet', 'Suppress non-essential output (banners, hints, progress)')
|
|
110
131
|
.exitOverride(); // Throw CommanderError instead of calling process.exit directly
|
|
111
|
-
// Apply global output mode BEFORE subcommand actions run
|
|
112
|
-
program.hook('preAction', (
|
|
132
|
+
// Apply global output mode BEFORE subcommand actions run. Commander preAction hook signature: (hookedCommand = root program, actionCommand = the subcommand actually invoked).
|
|
133
|
+
program.hook('preAction', (_hookedCommand, actionCommand) => {
|
|
113
134
|
const globalOpts = program.opts();
|
|
114
135
|
if (globalOpts.json) {
|
|
115
136
|
setOutputMode('json');
|
|
@@ -121,24 +142,45 @@ program.hook('preAction', (thisCommand) => {
|
|
|
121
142
|
if (globalOpts.quiet) {
|
|
122
143
|
setQuietMode(true);
|
|
123
144
|
}
|
|
124
|
-
|
|
145
|
+
// Ambient update notification — non-blocking, suppressed in JSON mode (WP-322 S1)
|
|
146
|
+
checkForUpdate(cliPackageVersion.version);
|
|
147
|
+
// PREVIEW banner — writes to stderr so it's always visible even in --json/--quiet mode. Advisory line added for top-level Chain-write commands: real learnings belong in the real Chain.
|
|
148
|
+
printPreviewBanner(actionCommand);
|
|
125
149
|
});
|
|
126
|
-
// Default action — status dashboard when `pb` is invoked with no command.
|
|
127
|
-
// `pb --help` still works because Commander intercepts --help before the action runs.
|
|
150
|
+
// Default action — status dashboard when `pb` is invoked with no command. `pb --help` still works because Commander intercepts --help before the action runs.
|
|
128
151
|
program.action(async () => {
|
|
129
|
-
//
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
152
|
+
// Alias handling — forward common shorthands before showing the welcome screen
|
|
153
|
+
if (program.args.length > 0) {
|
|
154
|
+
const args = program.args;
|
|
155
|
+
// `pb start` / `pb start session` → `pb session start`
|
|
156
|
+
if (args[0] === 'start') {
|
|
157
|
+
await runSessionStart();
|
|
158
|
+
return;
|
|
159
|
+
}
|
|
160
|
+
// `pb close` / `pb close session` → `pb session close`
|
|
161
|
+
if (args[0] === 'close') {
|
|
162
|
+
await runSessionClose({});
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
// Unknown command — show a helpful error instead of the welcome screen
|
|
166
|
+
const unknown = args[0];
|
|
167
|
+
process.stderr.write(`error: unknown command '${unknown}'\n`);
|
|
168
|
+
process.stderr.write(`Run 'pb --help' to see available commands.\n`);
|
|
169
|
+
process.exit(1);
|
|
170
|
+
}
|
|
171
|
+
const tier = detectRenderTier();
|
|
172
|
+
// JSON tier — structured status output
|
|
173
|
+
if (tier === 'json') {
|
|
174
|
+
// Check for API key first (sync, no network)
|
|
175
|
+
let hasKey = false;
|
|
176
|
+
try {
|
|
177
|
+
const { getConfig: gc } = await import('./lib/config.js');
|
|
178
|
+
gc();
|
|
179
|
+
hasKey = true;
|
|
180
|
+
}
|
|
181
|
+
catch {
|
|
182
|
+
// No valid key
|
|
183
|
+
}
|
|
142
184
|
if (!hasKey) {
|
|
143
185
|
process.stdout.write(JSON.stringify({
|
|
144
186
|
configured: false,
|
|
@@ -146,6 +188,8 @@ program.action(async () => {
|
|
|
146
188
|
}) + '\n');
|
|
147
189
|
return;
|
|
148
190
|
}
|
|
191
|
+
const { readSession } = await import('./lib/session.js');
|
|
192
|
+
const { probeWorkspace } = await import('./lib/workspace-probe.js');
|
|
149
193
|
const session = readSession();
|
|
150
194
|
const wsInfo = await probeWorkspace();
|
|
151
195
|
process.stdout.write(JSON.stringify({
|
|
@@ -157,54 +201,64 @@ program.action(async () => {
|
|
|
157
201
|
}) + '\n');
|
|
158
202
|
return;
|
|
159
203
|
}
|
|
160
|
-
//
|
|
161
|
-
if (
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
hint('3. pb orient -b See what\'s happening');
|
|
168
|
-
process.stdout.write('\n');
|
|
169
|
-
hint('pb --help Show all commands');
|
|
170
|
-
process.stdout.write('\n');
|
|
171
|
-
return;
|
|
172
|
-
}
|
|
173
|
-
// Human mode — configured, try workspace probe
|
|
174
|
-
const session = readSession();
|
|
175
|
-
const wsInfo = await probeWorkspace();
|
|
176
|
-
const workspaceName = wsInfo?.name ?? null;
|
|
177
|
-
const entryCount = wsInfo?.entryCount ?? null;
|
|
178
|
-
const offline = !wsInfo;
|
|
179
|
-
process.stdout.write('\n');
|
|
180
|
-
if (offline) {
|
|
181
|
-
process.stdout.write(`${bold('Product Brain')} ${dim('— connected (offline)')}\n\n`);
|
|
182
|
-
process.stdout.write(` ${green(icons.pass)} Key: configured\n`);
|
|
183
|
-
process.stdout.write(` ${dim('Server: unreachable — check your connection')}\n\n`);
|
|
184
|
-
hint('pb doctor Diagnose connection issues');
|
|
185
|
-
hint('pb --help Show all commands');
|
|
204
|
+
// Ink tier: suppress withSpinner output before Ink mounts — spinner writes pollute the TUI canvas
|
|
205
|
+
if (tier === 'ink')
|
|
206
|
+
setQuietMode(true);
|
|
207
|
+
// Resolve state (plain and ink both need it)
|
|
208
|
+
const state = await resolveSetupState();
|
|
209
|
+
// Plain tier — console output driven by state
|
|
210
|
+
if (tier === 'plain') {
|
|
186
211
|
process.stdout.write('\n');
|
|
212
|
+
if (state.stage === 'unconfigured') {
|
|
213
|
+
process.stdout.write(`${bold('Product Brain')} ${dim('— not connected')}\n\n`);
|
|
214
|
+
process.stdout.write(`${heading('Get started')}\n\n`);
|
|
215
|
+
hint('1. pb login Save your API key');
|
|
216
|
+
hint('2. pb connect Connect a workspace');
|
|
217
|
+
hint('3. pb orient -b See what\'s happening');
|
|
218
|
+
process.stdout.write('\n');
|
|
219
|
+
hint('pb --help Show all commands');
|
|
220
|
+
process.stdout.write('\n');
|
|
221
|
+
}
|
|
222
|
+
else if (state.stage === 'authenticated') {
|
|
223
|
+
process.stdout.write(`${bold('Product Brain')} ${dim('— server unreachable')}\n\n`);
|
|
224
|
+
process.stdout.write(` ${green(icons.pass)} Key: configured\n`);
|
|
225
|
+
process.stdout.write(` ! Server: unreachable — run pb doctor to diagnose\n\n`);
|
|
226
|
+
hint('pb session start Start a write session');
|
|
227
|
+
hint('pb doctor Diagnose connection issues');
|
|
228
|
+
hint('pb --help Show all commands');
|
|
229
|
+
process.stdout.write('\n');
|
|
230
|
+
}
|
|
231
|
+
else {
|
|
232
|
+
// workspace-bound or active
|
|
233
|
+
const workspaceName = state.workspaceName ?? 'unknown';
|
|
234
|
+
const entryCount = state.entryCount ?? 0;
|
|
235
|
+
const title = `${bold('Product Brain')} ${dim('—')} ${bold(workspaceName)}`;
|
|
236
|
+
process.stdout.write(`${title}\n\n`);
|
|
237
|
+
process.stdout.write(` ${green(icons.pass)} Key: configured\n`);
|
|
238
|
+
process.stdout.write(` ${green(icons.pass)} Workspace: ${workspaceName} (${entryCount} entries)\n`);
|
|
239
|
+
if (state.sessionActive) {
|
|
240
|
+
process.stdout.write(` ${green(icons.pass)} Session: active\n`);
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
process.stdout.write(` ${dim('- Session: none')}\n`);
|
|
244
|
+
}
|
|
245
|
+
process.stdout.write('\n');
|
|
246
|
+
if (!state.sessionActive) {
|
|
247
|
+
hint('pb session start Start a write session');
|
|
248
|
+
}
|
|
249
|
+
hint('pb orient -b Workspace overview');
|
|
250
|
+
hint('pb --help Show all commands');
|
|
251
|
+
process.stdout.write('\n');
|
|
252
|
+
}
|
|
187
253
|
return;
|
|
188
254
|
}
|
|
189
|
-
//
|
|
190
|
-
const
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
process.stdout.write(` Session: active (started ${elapsed})\n`);
|
|
197
|
-
}
|
|
198
|
-
if (entryCount !== null && entryCount > 0) {
|
|
199
|
-
process.stdout.write(` Entries: ${entryCount}\n`);
|
|
200
|
-
}
|
|
201
|
-
process.stdout.write('\n');
|
|
202
|
-
if (!session) {
|
|
203
|
-
hint('pb session start Start a write session');
|
|
204
|
-
}
|
|
205
|
-
hint('pb orient -b Workspace overview');
|
|
206
|
-
hint('pb --help Show all commands');
|
|
207
|
-
process.stdout.write('\n');
|
|
255
|
+
// Ink tier — interactive TUI
|
|
256
|
+
const version = cliPackageVersion.version;
|
|
257
|
+
const { render } = await import('ink');
|
|
258
|
+
const { WelcomeCockpit } = await import('./commands/welcome.js');
|
|
259
|
+
const React = await import('react');
|
|
260
|
+
const { waitUntilExit, unmount } = render(React.default.createElement(WelcomeCockpit, { state, version, onExit: () => unmount() }));
|
|
261
|
+
await waitUntilExit();
|
|
208
262
|
});
|
|
209
263
|
program
|
|
210
264
|
.command('get <entry-id>')
|
|
@@ -216,6 +270,42 @@ program
|
|
|
216
270
|
}
|
|
217
271
|
await runGet({ entryId: entryId.trim() });
|
|
218
272
|
});
|
|
273
|
+
program
|
|
274
|
+
.command('scoreboard')
|
|
275
|
+
.description('Flywheel scoreboard — M1-M5 metrics + diagnosis layer (agent-primary; --json for structured consumption)')
|
|
276
|
+
.option('-t, --task <task>', 'Task context for the ranking-agreement (M2) + truth-state (M1) read')
|
|
277
|
+
.action(async (opts) => {
|
|
278
|
+
await runScoreboard({ ...(opts.task ? { task: opts.task } : {}) });
|
|
279
|
+
});
|
|
280
|
+
const qualityCmd = program
|
|
281
|
+
.command('quality')
|
|
282
|
+
.description('Quality-check surfaces');
|
|
283
|
+
qualityCmd
|
|
284
|
+
.command('spine-check')
|
|
285
|
+
.description('Check purpose+vision+strategy structural completeness + refusal heuristic; --story runs the on-demand one-story LLM judgment')
|
|
286
|
+
.option('--story', 'Also run the on-demand one-story judgment (never scheduled; result labelled [unvalidated])')
|
|
287
|
+
.action(async (opts) => { await runQualitySpineCheck({ story: opts.story }); });
|
|
288
|
+
const reworkCmd = program
|
|
289
|
+
.command('rework')
|
|
290
|
+
.description('Report observed rework signals (WP-487 / FEAT-1373 — fills the M4 rework meter)');
|
|
291
|
+
reworkCmd
|
|
292
|
+
.command('report <entry-id>')
|
|
293
|
+
.description('Report a rework event attributed to a previously served governance entry (agent-native checkpoint; requires an active session)')
|
|
294
|
+
.requiredOption('--classification <kind>', 'revision | ci_review_correction | user_override')
|
|
295
|
+
.option('--via <kind>', 'How this was observed: followup_commit | ci_rerun | manual', 'manual')
|
|
296
|
+
.option('--attributable', 'Flag: this ci_review_correction is attributed to a missing/violated served decision')
|
|
297
|
+
.option('--task <text>', 'Task context this rework relates to (truncated server-side, never raw diff/comment text)')
|
|
298
|
+
.option('--conversation <id>', 'Explicit conversation override, matching `pb session start --conversation <id>` — use when the shell has no PB_CONVERSATION_ID set')
|
|
299
|
+
.action(async (entryId, opts) => {
|
|
300
|
+
await runReworkReport({
|
|
301
|
+
entryId,
|
|
302
|
+
classification: opts.classification,
|
|
303
|
+
reportedVia: opts.via,
|
|
304
|
+
attributable: opts.attributable,
|
|
305
|
+
task: opts.task,
|
|
306
|
+
conversation: opts.conversation,
|
|
307
|
+
});
|
|
308
|
+
});
|
|
219
309
|
program
|
|
220
310
|
.command('get-many <entry-ids...>')
|
|
221
311
|
.description('Fetch multiple entries in parallel (space-separated IDs)')
|
|
@@ -309,38 +399,48 @@ program
|
|
|
309
399
|
.description('Print workspace stage and all orient sections (strategic context, bets, governance, tensions, etc.)')
|
|
310
400
|
.option('-b, --brief', 'Compact view: stage, counts, top bets, tensions, planned work')
|
|
311
401
|
.option('-t, --task <task>', 'Task description for task-shaped governance and context')
|
|
312
|
-
|
|
313
|
-
.option('
|
|
402
|
+
.option('-s, --scope <domain>', 'Domain scope for governance filtering. Forwarded to the workspace model for validation and custom domain resolution.')
|
|
403
|
+
.option('--full', 'Full depth orient (tier=full). Use for thorough context loading.')
|
|
314
404
|
.action(async (opts) => {
|
|
315
|
-
await runOrient({ brief: opts.brief, task: opts.task?.trim() || undefined, scope: opts.scope?.trim() || undefined });
|
|
405
|
+
await runOrient({ brief: opts.brief, task: opts.task?.trim() || undefined, scope: opts.scope?.trim() || undefined, full: opts.full });
|
|
316
406
|
});
|
|
317
407
|
program
|
|
318
408
|
.command('handshake')
|
|
319
409
|
.description('Generate context files for AI developer tools (AGENTS.md, .codex/skills/, CLAUDE.md, .cursor/rules/, .github/copilot-instructions.md)')
|
|
320
410
|
.option('--force', 'Overwrite adapter files even if they exist without auto-generated marker')
|
|
321
|
-
.option('--
|
|
411
|
+
.option('--apply', 'Write files (default: preview only)')
|
|
412
|
+
.option('--dry-run', 'Show what would be generated without writing files (alias for preview)')
|
|
322
413
|
.option('--init', 'Set up Claude Code integration: team hooks + personal trust level')
|
|
323
414
|
.option('--level <level>', 'With --init: trust level (guide|work|silent|full-trust). Without --init: content tier (beginner|intermediate|expert)')
|
|
324
415
|
.option('--generate', 'Fetch governance entries from the Chain and merge generated rules (BET-286)')
|
|
325
416
|
.option('--surfaces <list>', 'Comma-separated surfaces to write (cursor,claude,copilot,codex)')
|
|
417
|
+
.option('--no-prompt', 'Headless mode: refuse on tampered projection files (WP-421 S3, doneWhen #17). Always implied when stdout is not a TTY.')
|
|
418
|
+
.option('--lenient', 'WP-439 S4: continue past setup-asset body fetch failures with a warning (legacy behaviour). By default, body fetch failures are hard errors; run `pb setup-audit --repair` to fix orphaned rows.')
|
|
326
419
|
.action(async (opts) => {
|
|
327
420
|
if (opts.init) {
|
|
328
421
|
await runHandshakeInit({ level: opts.level, dryRun: opts.dryRun });
|
|
329
422
|
return;
|
|
330
423
|
}
|
|
331
|
-
|
|
424
|
+
// Commander turns `--no-prompt` into `prompt: false`. We invert so HandshakeOptions sees noPrompt=true.
|
|
425
|
+
const noPrompt = opts.prompt === false;
|
|
426
|
+
// Attribute the bare-handshake invocation so its context.served row is separable from
|
|
427
|
+
// session-start ('session-start') / session-close ('session-close') / manual orient rows.
|
|
428
|
+
// Without this, the kernel used to coerce the absent path to 'manual-orient', polluting the
|
|
429
|
+
// proof slice that isolates manual `pb orient --task` rows (the 'handshake' union member was otherwise never emitted).
|
|
430
|
+
await runHandshake({ force: opts.force, apply: opts.apply, dryRun: opts.dryRun, level: opts.level, generate: opts.generate, surfaces: opts.surfaces?.split(','), noPrompt, lenient: opts.lenient, invocationPath: 'handshake' });
|
|
332
431
|
});
|
|
333
432
|
program
|
|
334
433
|
.command('codex-prep <task...>')
|
|
335
434
|
.description('Generate task-specific governance context for Codex (.codex/task-context.md)')
|
|
336
435
|
.option('--dry-run', 'Print to stdout instead of writing file')
|
|
436
|
+
.option('--full', 'Full depth orient (tier=full). Use for thorough context loading.')
|
|
337
437
|
.action(async (taskParts, opts) => {
|
|
338
438
|
const task = taskParts.join(' ').trim();
|
|
339
439
|
if (!task) {
|
|
340
440
|
program.commands.find((c) => c.name() === 'codex-prep')?.help();
|
|
341
441
|
return;
|
|
342
442
|
}
|
|
343
|
-
await runCodexPrep({ task, dryRun: opts.dryRun });
|
|
443
|
+
await runCodexPrep({ task, dryRun: opts.dryRun, full: opts.full });
|
|
344
444
|
});
|
|
345
445
|
program
|
|
346
446
|
.command('init')
|
|
@@ -350,14 +450,16 @@ program
|
|
|
350
450
|
});
|
|
351
451
|
program
|
|
352
452
|
.command('connect <token>')
|
|
353
|
-
.description('Redeem an onboarding token and save your API key locally (FEAT-958). Uses CONVEX_SITE_URL if set, otherwise the production gateway. Override with --gateway or PB_CONNECT_GATEWAY_URL.')
|
|
453
|
+
.description('Redeem an onboarding token and save your API key locally (FEAT-958). Uses CONVEX_SITE_URL if set, otherwise the production gateway. Override with --gateway or PB_CONNECT_GATEWAY_URL. In a non-interactive shell (e.g. CI), pass --yes to confirm the workspace, optionally with --name to label the key.')
|
|
354
454
|
.option('--gateway <url>', 'Override redeem gateway (default: CONVEX_SITE_URL or production). Use when token came from a different Convex deployment.')
|
|
455
|
+
.option('--name <label>', 'Optional label for this API key in workspace settings. Skips the key-label prompt when set.')
|
|
456
|
+
.option('-y, --yes', 'Skip the interactive workspace confirmation. Required to connect in a non-interactive shell (e.g. CI).')
|
|
355
457
|
.action(async (token, opts) => {
|
|
356
458
|
if (!token?.trim()) {
|
|
357
459
|
program.commands.find((c) => c.name() === 'connect')?.help();
|
|
358
460
|
return;
|
|
359
461
|
}
|
|
360
|
-
await runConnect(token.trim(), { gateway: opts.gateway });
|
|
462
|
+
await runConnect(token.trim(), { gateway: opts.gateway, name: opts.name, assumeYes: opts.yes });
|
|
361
463
|
});
|
|
362
464
|
program
|
|
363
465
|
.command('login')
|
|
@@ -373,12 +475,54 @@ program
|
|
|
373
475
|
.action(async (opts) => {
|
|
374
476
|
await runDoctor({ fix: opts.fix, dryRun: opts.dryRun });
|
|
375
477
|
});
|
|
478
|
+
program
|
|
479
|
+
.command('whoami')
|
|
480
|
+
.alias('status')
|
|
481
|
+
.description('Show the active profile + workspace (fast; no session required).')
|
|
482
|
+
.action(async () => {
|
|
483
|
+
await runWhoami();
|
|
484
|
+
});
|
|
485
|
+
program
|
|
486
|
+
.command('files')
|
|
487
|
+
.description('Show which .productbrain files are pb-owned vs committed, and what writes each.')
|
|
488
|
+
.option('--fix', 'Add any exposed pb-owned files to .gitignore (idempotent)')
|
|
489
|
+
.option('--dry-run', 'With --fix: preview the .gitignore lines without writing')
|
|
490
|
+
.action(async (opts) => {
|
|
491
|
+
await runFiles({ fix: opts.fix, dryRun: opts.dryRun });
|
|
492
|
+
});
|
|
376
493
|
program
|
|
377
494
|
.command('setup')
|
|
378
|
-
.description('
|
|
495
|
+
.description('Canonical pb-setup entry (DEC-995): detect surfaces, read state, emit JSON for the skill body.')
|
|
379
496
|
.action(async () => {
|
|
380
497
|
await runSetup();
|
|
381
498
|
});
|
|
499
|
+
program
|
|
500
|
+
.command('setup-detect-surfaces')
|
|
501
|
+
.description('Detect local surface markers and union-merge into manifest.surfaces (STD-235 forward-only)')
|
|
502
|
+
.action(async () => {
|
|
503
|
+
const result = await runSetupDetectSurfaces();
|
|
504
|
+
if (process.stdout.isTTY) {
|
|
505
|
+
process.stdout.write(formatDetectSurfacesSummary(result) + '\n');
|
|
506
|
+
}
|
|
507
|
+
else {
|
|
508
|
+
process.stderr.write(formatDetectSurfacesSummary(result) + '\n');
|
|
509
|
+
}
|
|
510
|
+
});
|
|
511
|
+
program
|
|
512
|
+
.command('setup-state')
|
|
513
|
+
.description('Emit compact JSON of getPbSetupState (machine-readable, used by the pb-setup skill body)')
|
|
514
|
+
.action(async () => {
|
|
515
|
+
await runSetupState();
|
|
516
|
+
});
|
|
517
|
+
// WP-439 S2: setup-asset orphan audit. Read-only diagnostic; exits 1 if any setup_asset row has a broken body wiring (will fail at handshake). WP-439 S3: --repair attempts to restore class III/II orphans from STARTER_* constants. Class I (inline-only) and IV (hash drift) are NOT touched.
|
|
518
|
+
program
|
|
519
|
+
.command('setup-audit')
|
|
520
|
+
.description('Audit setup_asset rows for orphaned bodies (WP-439 S2/S3). Exits 1 if any orphan or repair-failure.')
|
|
521
|
+
.option('--json', 'Emit machine-readable JSON (overrides pretty output for this command)')
|
|
522
|
+
.option('--repair', 'Attempt to restore class III/II orphans from STARTER_* constants (WP-439 S3)')
|
|
523
|
+
.action(async (opts) => {
|
|
524
|
+
await runSetupAudit({ json: opts.json, repair: opts.repair });
|
|
525
|
+
});
|
|
382
526
|
// --- Write commands (require active session) ---
|
|
383
527
|
const sessionCmd = program
|
|
384
528
|
.command('session')
|
|
@@ -387,8 +531,9 @@ sessionCmd
|
|
|
387
531
|
.command('start')
|
|
388
532
|
.description('Start a tracked write session (opens session, refreshes context)')
|
|
389
533
|
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
534
|
+
.option('--conversation <id>', 'Explicit conversation identity override (WP-479 E2) — takes priority over env-detected channels. Pair with PB_CONVERSATION_ID=<id> so later bare pb commands (orient, capture) attribute to the same conversation — they resolve identity from env only')
|
|
390
535
|
.action(async (opts) => {
|
|
391
|
-
await runSessionStart({ json: opts.json });
|
|
536
|
+
await runSessionStart({ json: opts.json, conversation: opts.conversation });
|
|
392
537
|
});
|
|
393
538
|
sessionCmd
|
|
394
539
|
.command('id')
|
|
@@ -403,17 +548,45 @@ sessionCmd
|
|
|
403
548
|
.action(async (opts) => {
|
|
404
549
|
await runSessionClose({ force: opts.force });
|
|
405
550
|
});
|
|
551
|
+
// WP-479 E4: traceback + quota observability.
|
|
552
|
+
sessionCmd
|
|
553
|
+
.command('list')
|
|
554
|
+
.description('List active sessions (with quota gauge) + recent non-active ones (WP-479 E4)')
|
|
555
|
+
.action(async () => {
|
|
556
|
+
await runSessionList();
|
|
557
|
+
});
|
|
558
|
+
sessionCmd
|
|
559
|
+
.command('show <id-or-conversation>')
|
|
560
|
+
.description('Show a conversation\'s full session lineage + governance serves (WP-479 E4)')
|
|
561
|
+
.action(async (idOrConversation) => {
|
|
562
|
+
await runSessionShow(idOrConversation);
|
|
563
|
+
});
|
|
564
|
+
// TEN-2189 / WP-456 E2: hard-reset worktree-local session state (no resume marker) + clear the PREVIEW_MODE marker. Recovery path for a session stranded on the wrong workspace after a pb:preview/pb:real binding flip.
|
|
565
|
+
sessionCmd
|
|
566
|
+
.command('reset')
|
|
567
|
+
.description('Hard-reset local session state (discard session.json + clear PREVIEW_MODE)')
|
|
568
|
+
.option('--force', 'Skip the confirmation prompt when an active session is present')
|
|
569
|
+
.action(async (opts) => {
|
|
570
|
+
await runSessionReset({ force: opts.force });
|
|
571
|
+
});
|
|
406
572
|
program
|
|
407
573
|
.command('capture [text...]')
|
|
408
574
|
.description('Capture knowledge to the Chain (requires active session)')
|
|
409
575
|
.option('-n, --name <name>', 'Entry name (defaults to capture text)')
|
|
410
576
|
.option('-d, --description <desc>', 'Entry description (defaults to capture text)')
|
|
411
577
|
.option('-c, --collection <slug>', 'Explicit collection (skip auto-classification)')
|
|
578
|
+
.option('-f, --field <key=value>', 'Set a data field (repeatable; e.g. rationale="...")', (val, prev) => [...prev, val], [])
|
|
412
579
|
.option('-l, --link <entry-id>', 'Link new entry to an existing entry (TEN-705)')
|
|
413
580
|
.option('-t, --type <relation-type>', 'Relation type for --link (default: surfaces_tension_in)')
|
|
414
581
|
.option('--source-ref <ref>', 'Source reference URI (BET-240 E2: e.g. "meeting-2026-03-28.md")')
|
|
415
582
|
.option('--source-excerpt <text>', 'Verbatim source excerpt (BET-240 E2)')
|
|
583
|
+
// TEN-2226 / WP-456 E1: opt-in override — keeps the entry a draft even in Open governance mode.
|
|
584
|
+
.option('--draft', 'Force the entry to draft regardless of workspace governance mode (TEN-2226)')
|
|
416
585
|
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
586
|
+
.option('--suggest-only', 'Show grounding preview (possible duplicates, related entries) without creating entry (WP-319)')
|
|
587
|
+
.option('--strict', 'Prompt y/N before capturing when a possible duplicate is detected (WP-319)')
|
|
588
|
+
.option('--owner-team <entry-id>', 'Existing Team entry ID to create AS OWNER of (WP-513 rung 2; pair with --owner-role)')
|
|
589
|
+
.option('--owner-role <entry-id>', 'Existing Role entry ID to create AS OWNER of (WP-513 rung 2; pair with --owner-team)')
|
|
417
590
|
.action(async (textParts = [], opts) => {
|
|
418
591
|
const text = textParts.join(' ').trim();
|
|
419
592
|
if (!text && !opts.name) {
|
|
@@ -421,15 +594,10 @@ program
|
|
|
421
594
|
return;
|
|
422
595
|
}
|
|
423
596
|
await runCapture({
|
|
424
|
-
text: text || opts.name || '',
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
link: opts.link,
|
|
429
|
-
type: opts.type,
|
|
430
|
-
sourceRef: opts.sourceRef,
|
|
431
|
-
sourceExcerpt: opts.sourceExcerpt,
|
|
432
|
-
json: opts.json,
|
|
597
|
+
text: text || opts.name || '', name: opts.name, description: opts.description, collection: opts.collection,
|
|
598
|
+
field: opts.field, link: opts.link, type: opts.type, sourceRef: opts.sourceRef, sourceExcerpt: opts.sourceExcerpt,
|
|
599
|
+
draft: opts.draft, json: opts.json, suggestOnly: opts.suggestOnly, strict: opts.strict,
|
|
600
|
+
ownerTeam: opts.ownerTeam, ownerRole: opts.ownerRole,
|
|
433
601
|
});
|
|
434
602
|
});
|
|
435
603
|
// --- Update command (TEN-703) ---
|
|
@@ -440,17 +608,23 @@ program
|
|
|
440
608
|
.option('--name <name>', 'Update entry name')
|
|
441
609
|
.option('--status <status>', 'Update entry status (draft | active | deprecated | archived)')
|
|
442
610
|
.option('--workflow-status <status>', 'Set workflow status (server-validated)')
|
|
611
|
+
.option('--type <canonical-key>', 'Reclassify a DRAFT entry to another canonical type (immutable once committed — supersede instead)')
|
|
443
612
|
.option('--note <text>', 'Change note for history')
|
|
613
|
+
.option('--override-reason <text>', 'Typed override (≥12 chars) clearing a steering coherency block — recorded with author attribution (WP-465)')
|
|
614
|
+
.option('--acknowledge <response>', 'Respond to a coherency challenge: linked | accepted-fix | diverged (WP-465)')
|
|
615
|
+
.option('--ack-entry <entry-id>', 'Authorizing entry for --acknowledge linked / accepted-fix')
|
|
616
|
+
.option('--ack-reason <text>', 'Divergence rationale (≥12 chars) for --acknowledge diverged')
|
|
617
|
+
// Commander camelCases every flag to exactly the UpdateOptions key it feeds, so the options
|
|
618
|
+
// object spreads straight through. The previous hand-written 1:1 mapping had to be edited twice
|
|
619
|
+
// per new flag (once here, once in the type) and silently dropped anything you forgot.
|
|
444
620
|
.action(async (entryId, opts) => {
|
|
445
|
-
await runUpdate({
|
|
446
|
-
entryId,
|
|
447
|
-
field: opts.field,
|
|
448
|
-
name: opts.name,
|
|
449
|
-
status: opts.status,
|
|
450
|
-
workflowStatus: opts.workflowStatus,
|
|
451
|
-
note: opts.note,
|
|
452
|
-
});
|
|
621
|
+
await runUpdate({ entryId, ...opts });
|
|
453
622
|
});
|
|
623
|
+
// --- Restore command (WP-514 review round 2, P1) ---
|
|
624
|
+
program
|
|
625
|
+
.command('restore <entry-id>')
|
|
626
|
+
.description('Restore an archived Chain entry to draft (requires active session + rung-3 authority coverage)')
|
|
627
|
+
.action(async (entryId) => { await runRestore(entryId); });
|
|
454
628
|
// --- Promote command (Wave 2 CLI Polish) ---
|
|
455
629
|
program
|
|
456
630
|
.command('verify <entry-id>')
|
|
@@ -463,11 +637,15 @@ program
|
|
|
463
637
|
await runVerify({ entryId: entryId.trim() });
|
|
464
638
|
});
|
|
465
639
|
program
|
|
466
|
-
.command('promote <entry-
|
|
467
|
-
.description('Promote
|
|
468
|
-
.option('-m, --message <text>', 'Commit message')
|
|
469
|
-
.
|
|
470
|
-
|
|
640
|
+
.command('promote <entry-ids...>')
|
|
641
|
+
.description('Promote one or more entries from draft to active (commit to SSOT). Batch: a single failure does not abort the rest (INS-1813).')
|
|
642
|
+
.option('-m, --message <text>', 'Commit message (applied to every entry in the batch)')
|
|
643
|
+
.option('--override-reason <text>', 'Typed override (≥12 chars) clearing a steering coherency block at publish — recorded with author attribution (WP-465)')
|
|
644
|
+
.option('--acknowledge <response>', 'Respond to a coherency challenge: linked | accepted-fix | diverged (WP-465)')
|
|
645
|
+
.option('--ack-entry <entry-id>', 'Authorizing entry for --acknowledge linked / accepted-fix')
|
|
646
|
+
.option('--ack-reason <text>', 'Divergence rationale (≥12 chars) for --acknowledge diverged')
|
|
647
|
+
.action(async (entryIds, opts) => {
|
|
648
|
+
await runPromote({ entryIds, message: opts.message, overrideReason: opts.overrideReason, acknowledge: opts.acknowledge, ackEntry: opts.ackEntry, ackReason: opts.ackReason });
|
|
471
649
|
});
|
|
472
650
|
// --- Relate / Unrelate commands (TEN-704) ---
|
|
473
651
|
program
|
|
@@ -505,6 +683,30 @@ program
|
|
|
505
683
|
concurrency,
|
|
506
684
|
});
|
|
507
685
|
});
|
|
686
|
+
// --- migrate:setup command (WP-345 S0b) ---
|
|
687
|
+
program
|
|
688
|
+
.command('migrate:setup')
|
|
689
|
+
.description('Migrate .productbrain/skills|rules|hooks/*.md into the DB setup-assets collection (WP-345)')
|
|
690
|
+
.option('--dry-run', 'Show what would be migrated without writing to DB.')
|
|
691
|
+
.option('--cwd <path>', 'Override working directory (default: process.cwd())')
|
|
692
|
+
.action(async (opts) => {
|
|
693
|
+
const { runMigrateSetup } = await import('./commands/migrate-setup.js');
|
|
694
|
+
await runMigrateSetup({ dryRun: opts.dryRun, cwd: opts.cwd });
|
|
695
|
+
});
|
|
696
|
+
// --- setup:ingest command (WP-345 S3) ---
|
|
697
|
+
program
|
|
698
|
+
.command('setup:ingest <path>')
|
|
699
|
+
.description('Push a single .productbrain skill/rule/hook file to the DB setup-assets SSOT (WP-345)')
|
|
700
|
+
.option('--dry-run', 'Show what would be ingested without writing to DB.')
|
|
701
|
+
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
702
|
+
.action(async (filePath, opts) => {
|
|
703
|
+
if (!filePath?.trim()) {
|
|
704
|
+
program.commands.find((c) => c.name() === 'setup:ingest')?.help();
|
|
705
|
+
return;
|
|
706
|
+
}
|
|
707
|
+
const { runSetupIngest } = await import('./commands/setup-ingest.js');
|
|
708
|
+
await runSetupIngest(filePath.trim(), { dryRun: opts.dryRun });
|
|
709
|
+
});
|
|
508
710
|
// --- Fields command (BET-181 Slice 2) ---
|
|
509
711
|
program
|
|
510
712
|
.command('fields <collection>')
|
|
@@ -530,7 +732,7 @@ program
|
|
|
530
732
|
// --- Audit command (BET-182 Slice 2) ---
|
|
531
733
|
program
|
|
532
734
|
.command('audit <entry-ids...>')
|
|
533
|
-
.description('Run
|
|
735
|
+
.description('Run hygiene audit on bet(s) — 13 gates (shaping) / 18 gates (handoff), exit code reflects verdict')
|
|
534
736
|
.option('--phase <phase>', 'Override phase detection (shaping | handoff)')
|
|
535
737
|
.option('--gate <name>', 'Run only specified gate(s) (repeatable)', (val, prev) => [...prev, val], [])
|
|
536
738
|
.option('--fix', 'Auto-execute exact fixes via pb update, rerun once')
|
|
@@ -627,6 +829,115 @@ workspaceCmd
|
|
|
627
829
|
.action(async () => {
|
|
628
830
|
await runWorkspaceRepair();
|
|
629
831
|
});
|
|
832
|
+
const authorityDomainsCmd = program
|
|
833
|
+
.command('authority-domains')
|
|
834
|
+
.description('Operator commands for WP-354 authority-domain readiness and evidence');
|
|
835
|
+
authorityDomainsCmd
|
|
836
|
+
.command('add <slug>')
|
|
837
|
+
.description('Create an authority domain for this workspace')
|
|
838
|
+
.option('--description <description>', 'Authority-domain description')
|
|
839
|
+
.option('--alias <alias>', 'Alias/keyword for this domain (repeatable)', collectRepeatableOption)
|
|
840
|
+
.option('--path-glob <glob>', 'Changed-path glob for this domain (repeatable)', collectRepeatableOption)
|
|
841
|
+
.action(async (slug, opts) => {
|
|
842
|
+
await runAuthorityDomainsAdd(slug, opts);
|
|
843
|
+
});
|
|
844
|
+
authorityDomainsCmd
|
|
845
|
+
.command('propose')
|
|
846
|
+
.description('Generate authority-domain tag proposals')
|
|
847
|
+
.option('--dry-run', 'Preview without writing staging proposals')
|
|
848
|
+
.option('--limit <n>', 'Maximum governance entries to classify')
|
|
849
|
+
.option('--mock', 'Use deterministic mock classifier')
|
|
850
|
+
.action(async (opts) => {
|
|
851
|
+
await runAuthorityDomainsPropose(opts);
|
|
852
|
+
});
|
|
853
|
+
authorityDomainsCmd
|
|
854
|
+
.command('review')
|
|
855
|
+
.description('List authority-domain tag proposals')
|
|
856
|
+
.option('--status <status>', 'pending, committed, rejected, or skipped', 'pending')
|
|
857
|
+
.option('--limit <n>', 'Maximum proposals to list')
|
|
858
|
+
.option('--sample <n>', 'Return a stable proposal sample')
|
|
859
|
+
.option('--stratified', 'Stratify sample across proposed domain and source collection')
|
|
860
|
+
.action(async (opts) => {
|
|
861
|
+
await runAuthorityDomainsReview(opts);
|
|
862
|
+
});
|
|
863
|
+
const authorityDomainsSampleCmd = authorityDomainsCmd
|
|
864
|
+
.command('sample')
|
|
865
|
+
.description('Manage human-reviewed authority-domain proposal samples');
|
|
866
|
+
authorityDomainsSampleCmd
|
|
867
|
+
.command('record')
|
|
868
|
+
.description('Record human-reviewed sample accuracy for authority-domain proposals')
|
|
869
|
+
.requiredOption('--sample-id <id>', 'Stable sample identifier from the review packet')
|
|
870
|
+
.option('--run-id <id>', 'Proposal run identifier')
|
|
871
|
+
.requiredOption('--approved <n>', 'Count of sampled proposals approved as-is')
|
|
872
|
+
.requiredOption('--rejected <n>', 'Count of sampled proposals rejected')
|
|
873
|
+
.requiredOption('--corrected <n>', 'Count of sampled proposals corrected to another domain')
|
|
874
|
+
.action(async (opts) => {
|
|
875
|
+
await runAuthorityDomainsRecordSample(opts);
|
|
876
|
+
});
|
|
877
|
+
authorityDomainsCmd
|
|
878
|
+
.command('ratify <proposal-id>')
|
|
879
|
+
.description('Ratify an authority-domain tag proposal')
|
|
880
|
+
.option('--note <note>', 'Review note')
|
|
881
|
+
.action(async (proposalId, opts) => {
|
|
882
|
+
await runAuthorityDomainsRatify(proposalId, opts);
|
|
883
|
+
});
|
|
884
|
+
authorityDomainsCmd
|
|
885
|
+
.command('queue-tag')
|
|
886
|
+
.description('Queue a known-correct authority-domain tag proposal')
|
|
887
|
+
.requiredOption('--entry <entryId>', 'Entry ID to tag, e.g. DEC-1244')
|
|
888
|
+
.requiredOption('--domain <domainSlug>', 'Authority-domain slug, e.g. product-design/ux')
|
|
889
|
+
.option('--note <note>', 'Known-correct evidence note')
|
|
890
|
+
.option('--ratify', 'Immediately ratify using the generated confirmation string')
|
|
891
|
+
.action(async (opts) => {
|
|
892
|
+
await runAuthorityDomainsQueueTag(opts);
|
|
893
|
+
});
|
|
894
|
+
authorityDomainsCmd
|
|
895
|
+
.command('reject <proposal-id>')
|
|
896
|
+
.description('Reject an authority-domain tag proposal')
|
|
897
|
+
.option('--reason <reason>', 'Rejection reason')
|
|
898
|
+
.action(async (proposalId, opts) => {
|
|
899
|
+
await runAuthorityDomainsReject(proposalId, opts);
|
|
900
|
+
});
|
|
901
|
+
authorityDomainsCmd
|
|
902
|
+
.command('discard-pending')
|
|
903
|
+
.description('Reject all pending authority-domain tag proposals after a failed batch diagnosis')
|
|
904
|
+
.option('--reason <reason>', 'Discard reason')
|
|
905
|
+
.action(async (opts) => {
|
|
906
|
+
await runAuthorityDomainsDiscardPending(opts);
|
|
907
|
+
});
|
|
908
|
+
authorityDomainsCmd
|
|
909
|
+
.command('readiness')
|
|
910
|
+
.description('Show WP-354 authority-domain readiness, evidence gap, and next action')
|
|
911
|
+
.action(async () => {
|
|
912
|
+
await runAuthorityDomainsReadiness();
|
|
913
|
+
});
|
|
914
|
+
authorityDomainsCmd
|
|
915
|
+
.command('benchmark')
|
|
916
|
+
.description('Run and persist the WP-354 authority-domain benchmark')
|
|
917
|
+
.action(async () => {
|
|
918
|
+
await runAuthorityDomainsBenchmark();
|
|
919
|
+
});
|
|
920
|
+
authorityDomainsCmd
|
|
921
|
+
.command('activate-cutover')
|
|
922
|
+
.description('Activate graph retrieval after WP-354 evidence gates pass')
|
|
923
|
+
.option('--force-pre-production', 'Bypass the permanently-locked valueProof gate (requires --dec-id, DEC-864)')
|
|
924
|
+
.option('--dec-id <decId>', 'Chain DEC ID authorizing the bypass')
|
|
925
|
+
.action(async (opts) => {
|
|
926
|
+
await runAuthorityDomainsActivateCutover({ forcePreProduction: opts.forcePreProduction, decId: opts.decId });
|
|
927
|
+
});
|
|
928
|
+
authorityDomainsCmd
|
|
929
|
+
.command('deactivate-cutover')
|
|
930
|
+
.description('Deactivate the active WP-354 authorityDomain cutover for this workspace (DEC-864 rollback).')
|
|
931
|
+
.option('--clerk-user-id <clerkUserId>', 'Override the Clerk user ID for audit trail')
|
|
932
|
+
.action(async (opts) => {
|
|
933
|
+
await runAuthorityDomainsDeactivateCutover({ clerkUserId: opts.clerkUserId });
|
|
934
|
+
});
|
|
935
|
+
authorityDomainsCmd
|
|
936
|
+
.command('principle-distribution')
|
|
937
|
+
.description('Pre-merge gate: check governance category match rate for principles entries')
|
|
938
|
+
.action(async () => {
|
|
939
|
+
await runAuthorityDomainsPrincipleDistribution();
|
|
940
|
+
});
|
|
630
941
|
// --- Definitions diff command (WP-305 Slice 4) ---
|
|
631
942
|
const definitionsCmd = program
|
|
632
943
|
.command('definitions')
|
|
@@ -637,6 +948,47 @@ definitionsCmd
|
|
|
637
948
|
.action(async (file) => {
|
|
638
949
|
await runDefinitionsDiff({ file });
|
|
639
950
|
});
|
|
951
|
+
// --- Method commands (WP-329 S1: method visibility) ---
|
|
952
|
+
const methodCmd = program
|
|
953
|
+
.command('method')
|
|
954
|
+
.description('Inspect published methods (skills + rules) and their per-surface adapter status (WP-329)');
|
|
955
|
+
methodCmd
|
|
956
|
+
.command('ls')
|
|
957
|
+
.description('List all methods with version, published status, and adapter presence')
|
|
958
|
+
.action(async () => {
|
|
959
|
+
await runMethodList();
|
|
960
|
+
});
|
|
961
|
+
methodCmd
|
|
962
|
+
.command('show <name>')
|
|
963
|
+
.description('Show details for one method: frontmatter, Chain entry, and per-adapter fork status')
|
|
964
|
+
.action(async (name) => {
|
|
965
|
+
if (!name?.trim()) {
|
|
966
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
967
|
+
return;
|
|
968
|
+
}
|
|
969
|
+
await runMethodShow({ name: name.trim() });
|
|
970
|
+
});
|
|
971
|
+
methodCmd
|
|
972
|
+
.command('diff <name>')
|
|
973
|
+
.description('Show diff between local .productbrain/ source and last-published Chain version (WP-329 S2)')
|
|
974
|
+
.action(async (name) => {
|
|
975
|
+
if (!name?.trim()) {
|
|
976
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
977
|
+
return;
|
|
978
|
+
}
|
|
979
|
+
await runMethodDiff({ name: name.trim() });
|
|
980
|
+
});
|
|
981
|
+
methodCmd
|
|
982
|
+
.command('publish <name>')
|
|
983
|
+
.description('Publish a local .productbrain/ method (skill or rule) to the Chain methods collection (WP-329 S3)')
|
|
984
|
+
.option('--force', 'Publish even when local body matches the last-published version (override D4 no-op guard)')
|
|
985
|
+
.action(async (name, opts) => {
|
|
986
|
+
if (!name?.trim()) {
|
|
987
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
988
|
+
return;
|
|
989
|
+
}
|
|
990
|
+
await runMethodPublish({ name: name.trim(), force: opts.force });
|
|
991
|
+
});
|
|
640
992
|
// --- Profile commands (WP-302 Slice 2) ---
|
|
641
993
|
const profileCmd = program
|
|
642
994
|
.command('profile')
|
|
@@ -650,16 +1002,18 @@ profileCmd
|
|
|
650
1002
|
profileCmd
|
|
651
1003
|
.command('create <name>')
|
|
652
1004
|
.description('Create a new profile with an API key')
|
|
653
|
-
.requiredOption('--api-key <key>',
|
|
1005
|
+
.requiredOption('--api-key <key>', `API key (${API_KEY_PREFIX}...)`)
|
|
654
1006
|
.option('--url <url>', 'Convex site URL (defaults to production)')
|
|
655
1007
|
.action(async (name, opts) => {
|
|
656
1008
|
await runProfileCreate({ name, apiKey: opts.apiKey, url: opts.url });
|
|
657
1009
|
});
|
|
658
1010
|
profileCmd
|
|
659
1011
|
.command('use <name>')
|
|
660
|
-
.description('Switch
|
|
661
|
-
.
|
|
662
|
-
|
|
1012
|
+
.description('Switch profile: reconciles the repo pin + global by default. --local = repo pin only; --global = global only.')
|
|
1013
|
+
.option('--local', 'Write the profile pin only to .productbrain/config.local.json (repo-local, gitignored)')
|
|
1014
|
+
.option('--global', 'Switch only the global active profile (does not change a locally-pinned repo)')
|
|
1015
|
+
.action(async (name, opts) => {
|
|
1016
|
+
await runProfileUse({ name, local: opts.local, global: opts.global });
|
|
663
1017
|
});
|
|
664
1018
|
profileCmd
|
|
665
1019
|
.command('delete <name>')
|
|
@@ -667,6 +1021,14 @@ profileCmd
|
|
|
667
1021
|
.action(async (name) => {
|
|
668
1022
|
await runProfileDelete({ name });
|
|
669
1023
|
});
|
|
1024
|
+
program
|
|
1025
|
+
.command('use <name>')
|
|
1026
|
+
.description('Switch the active workspace profile (alias for `pb profile use`).')
|
|
1027
|
+
.option('--local', 'Write the profile pin only to .productbrain/config.local.json (repo-local, gitignored)')
|
|
1028
|
+
.option('--global', 'Switch only the global active profile (does not change a locally-pinned repo)')
|
|
1029
|
+
.action(async (name, opts) => {
|
|
1030
|
+
await runProfileUse({ name, local: opts.local, global: opts.global });
|
|
1031
|
+
});
|
|
670
1032
|
// --- Glossary command (WP-302 Slice 4) ---
|
|
671
1033
|
program
|
|
672
1034
|
.command('glossary')
|
|
@@ -685,8 +1047,36 @@ program
|
|
|
685
1047
|
];
|
|
686
1048
|
process.stdout.write(lines.join('\n') + '\n');
|
|
687
1049
|
});
|
|
1050
|
+
// --- Usage command (WP-322 S4, FEAT-1011) ---
|
|
1051
|
+
program
|
|
1052
|
+
.command('usage')
|
|
1053
|
+
.description('Session and activity dashboard — 4-tab Ink TUI (WP-322)')
|
|
1054
|
+
.option('--json', 'Output machine-readable JSON (sessions, entries30d, activity array)')
|
|
1055
|
+
.action(async (opts) => {
|
|
1056
|
+
await runUsage({ json: opts.json });
|
|
1057
|
+
});
|
|
1058
|
+
// --- Proof-run command (WP-459: admin-proof bridge dogfood) ---
|
|
1059
|
+
program
|
|
1060
|
+
.command('proof-run <proof-name>')
|
|
1061
|
+
.description('Run an admin-only proof against the seeded preview via the proof bridge (WP-459)')
|
|
1062
|
+
.action(async (proofName) => {
|
|
1063
|
+
await runProofRun({ proofName: proofName.trim() });
|
|
1064
|
+
});
|
|
688
1065
|
// --- Admin command group (WP-312 S2, FEAT-969) ---
|
|
689
1066
|
program.addCommand(createAdminCommand());
|
|
1067
|
+
program.addCommand(createFeedbackCommand());
|
|
1068
|
+
program.addCommand(createConflictsCommand());
|
|
1069
|
+
program.addCommand(createShapeCommand());
|
|
1070
|
+
program.addCommand(createQuestionCommand());
|
|
1071
|
+
program.addCommand(createDirectionCommand());
|
|
1072
|
+
program.addCommand(createOrganisationCommand());
|
|
1073
|
+
// --- Upgrade command (WP-322 S1: ambient update notification) ---
|
|
1074
|
+
program
|
|
1075
|
+
.command('upgrade')
|
|
1076
|
+
.description(`Upgrade pb CLI to the latest beta (${UPGRADE_COMMAND})`)
|
|
1077
|
+
.action(async () => {
|
|
1078
|
+
await runUpgrade({ currentVersion: cliPackageVersion.version });
|
|
1079
|
+
});
|
|
690
1080
|
// Parse with global error handler — all uncaught errors route through handleError
|
|
691
|
-
program.parseAsync().catch(handleError);
|
|
1081
|
+
program.parseAsync(process.argv).catch(handleError);
|
|
692
1082
|
//# sourceMappingURL=index.js.map
|