@productbrain/cli 0.1.0-beta.49 → 0.1.0-beta.4902
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 +3 -1
- package/dist/__tests__/adapters.test.js +54 -1
- package/dist/__tests__/adapters.test.js.map +1 -1
- package/dist/__tests__/adminConfig.test.d.ts +18 -0
- package/dist/__tests__/adminConfig.test.d.ts.map +1 -0
- package/dist/__tests__/adminConfig.test.js +161 -0
- package/dist/__tests__/adminConfig.test.js.map +1 -0
- 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 +1086 -44
- 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 +93 -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 +839 -11
- 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__/entryArchive.test.d.ts +2 -0
- package/dist/__tests__/entryArchive.test.d.ts.map +1 -0
- package/dist/__tests__/entryArchive.test.js +35 -0
- package/dist/__tests__/entryArchive.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 +154 -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__/init.test.js +51 -14
- package/dist/__tests__/init.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 +503 -13
- 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 +257 -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 +19 -19
- 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 +209 -0
- package/dist/__tests__/rate-limit-resilience.test.js.map +1 -0
- package/dist/__tests__/relate.test.js +146 -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 +160 -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 +117 -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 +263 -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 +356 -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-policy.d.ts +10 -0
- package/dist/commands/accept-policy.d.ts.map +1 -0
- package/dist/commands/accept-policy.js +107 -0
- package/dist/commands/accept-policy.js.map +1 -0
- package/dist/commands/accept.d.ts.map +1 -1
- package/dist/commands/accept.js +5 -5
- 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 +286 -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 +69 -20
- 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 +78 -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 +168 -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 +502 -82
- 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 +90 -8
- 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 +16 -3
- package/dist/commands/capture.d.ts.map +1 -1
- package/dist/commands/capture.js +268 -98
- 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 +171 -39
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/doctor.test.js +333 -7
- package/dist/commands/doctor.test.js.map +1 -1
- package/dist/commands/entryArchive.d.ts +8 -0
- package/dist/commands/entryArchive.d.ts.map +1 -0
- package/dist/commands/entryArchive.js +37 -0
- package/dist/commands/entryArchive.js.map +1 -0
- 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 +3 -3
- 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 +20 -17
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +6 -5
- 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 +132 -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 +243 -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 +5 -4
- package/dist/commands/reject.js.map +1 -1
- package/dist/commands/relate.d.ts +1 -0
- package/dist/commands/relate.d.ts.map +1 -1
- package/dist/commands/relate.js +67 -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 +481 -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/status.d.ts +7 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +102 -0
- package/dist/commands/status.js.map +1 -0
- package/dist/commands/status.test.d.ts +2 -0
- package/dist/commands/status.test.d.ts.map +1 -0
- package/dist/commands/status.test.js +75 -0
- package/dist/commands/status.test.js.map +1 -0
- package/dist/commands/update.d.ts +20 -0
- package/dist/commands/update.d.ts.map +1 -1
- package/dist/commands/update.js +91 -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 +53 -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 +73 -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 +206 -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 +1 -1
- package/dist/formatters/audit.js.map +1 -1
- package/dist/formatters/brief.d.ts +1 -0
- package/dist/formatters/brief.d.ts.map +1 -1
- package/dist/formatters/brief.js +1 -1
- package/dist/formatters/brief.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 +12 -1
- package/dist/formatters/capture.js.map +1 -1
- package/dist/formatters/coaching.d.ts +55 -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 +249 -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/proposals.js +2 -2
- package/dist/formatters/proposals.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 +14 -1
- package/dist/formatters/relate.d.ts.map +1 -1
- package/dist/formatters/relate.js +12 -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 +81 -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/search.d.ts.map +1 -1
- package/dist/formatters/search.js +17 -1
- package/dist/formatters/search.js.map +1 -1
- package/dist/formatters/search.test.d.ts +2 -0
- package/dist/formatters/search.test.d.ts.map +1 -0
- package/dist/formatters/search.test.js +46 -0
- package/dist/formatters/search.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 +123 -5
- package/dist/formatters/session.d.ts.map +1 -1
- package/dist/formatters/session.js +317 -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/relationTypes.generated.d.ts +12 -0
- package/dist/generated/relationTypes.generated.d.ts.map +1 -0
- package/dist/generated/relationTypes.generated.js +11 -0
- package/dist/generated/relationTypes.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 +348 -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 +68 -8
- 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 +7 -7
- 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 +421 -186
- package/dist/index.js.map +1 -1
- package/dist/lib/__tests__/legalRelationTypes.test.d.ts +2 -0
- package/dist/lib/__tests__/legalRelationTypes.test.d.ts.map +1 -0
- package/dist/lib/__tests__/legalRelationTypes.test.js +98 -0
- package/dist/lib/__tests__/legalRelationTypes.test.js.map +1 -0
- 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/adminConfig.d.ts +43 -0
- package/dist/lib/adminConfig.d.ts.map +1 -0
- package/dist/lib/adminConfig.js +132 -0
- package/dist/lib/adminConfig.js.map +1 -0
- package/dist/lib/canonicalRefs.d.ts +160 -0
- package/dist/lib/canonicalRefs.d.ts.map +1 -0
- package/dist/lib/canonicalRefs.js +169 -0
- package/dist/lib/canonicalRefs.js.map +1 -0
- package/dist/lib/captureGrounding.d.ts +53 -0
- package/dist/lib/captureGrounding.d.ts.map +1 -0
- package/dist/lib/captureGrounding.js +108 -0
- package/dist/lib/captureGrounding.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 +198 -48
- 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 +103 -53
- package/dist/lib/config.d.ts.map +1 -1
- package/dist/lib/config.js +260 -159
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/configResult.d.ts +80 -0
- package/dist/lib/configResult.d.ts.map +1 -0
- package/dist/lib/configResult.js +176 -0
- package/dist/lib/configResult.js.map +1 -0
- 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 +8 -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/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/glossary.js +1 -1
- package/dist/lib/glossary.js.map +1 -1
- 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/legalRelationTypes.d.ts +25 -0
- package/dist/lib/legalRelationTypes.d.ts.map +1 -0
- package/dist/lib/legalRelationTypes.js +94 -0
- package/dist/lib/legalRelationTypes.js.map +1 -0
- package/dist/lib/localBinding.d.ts +51 -0
- package/dist/lib/localBinding.d.ts.map +1 -0
- package/dist/lib/localBinding.js +90 -0
- package/dist/lib/localBinding.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 +53 -5
- package/dist/lib/profiles.d.ts.map +1 -1
- package/dist/lib/profiles.js +82 -23
- package/dist/lib/profiles.js.map +1 -1
- package/dist/lib/projectConfig.d.ts +70 -0
- package/dist/lib/projectConfig.d.ts.map +1 -0
- package/dist/lib/projectConfig.js +141 -0
- package/dist/lib/projectConfig.js.map +1 -0
- package/dist/lib/rate-limit.d.ts +38 -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 +58 -0
- package/dist/lib/state.d.ts.map +1 -0
- package/dist/lib/state.js +95 -0
- package/dist/lib/state.js.map +1 -0
- package/dist/lib/strip.d.ts +8 -0
- package/dist/lib/strip.d.ts.map +1 -1
- package/dist/lib/strip.js +23 -1
- package/dist/lib/strip.js.map +1 -1
- package/dist/lib/style.d.ts +3 -1
- package/dist/lib/style.d.ts.map +1 -1
- package/dist/lib/style.js +9 -2
- package/dist/lib/style.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 +71 -0
- package/dist/lib/workspaceNotice.d.ts.map +1 -0
- package/dist/lib/workspaceNotice.js +90 -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/registerEntryCommands.d.ts +17 -0
- package/dist/registerEntryCommands.d.ts.map +1 -0
- package/dist/registerEntryCommands.js +83 -0
- package/dist/registerEntryCommands.js.map +1 -0
- package/dist/registerProposalCommands.d.ts +13 -0
- package/dist/registerProposalCommands.d.ts.map +1 -0
- package/dist/registerProposalCommands.js +76 -0
- package/dist/registerProposalCommands.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,27 +11,31 @@ 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';
|
|
26
|
-
import {
|
|
31
|
+
import { runRestore } from './commands/restore.js';
|
|
27
32
|
import { runIngest } from './commands/ingest.js';
|
|
28
33
|
import { runFields } from './commands/fields.js';
|
|
29
34
|
import { runConstellation } from './commands/constellation.js';
|
|
30
|
-
import {
|
|
35
|
+
import { registerEntryCommands, registerRelateCommands } from './registerEntryCommands.js';
|
|
31
36
|
import { runBrandPack } from './commands/brand-pack.js';
|
|
32
37
|
import { runAudit } from './commands/audit.js';
|
|
33
|
-
import {
|
|
34
|
-
import { runAccept } from './commands/accept.js';
|
|
35
|
-
import { runReject } from './commands/reject.js';
|
|
38
|
+
import { registerProposalCommands } from './registerProposalCommands.js';
|
|
36
39
|
import { runChanges } from './commands/changes.js';
|
|
37
40
|
import { runChainWalk } from './commands/chain-walk.js';
|
|
38
41
|
import { runCrossCut } from './commands/cross-cut.js';
|
|
@@ -41,21 +44,37 @@ import { runVerify } from './commands/verify.js';
|
|
|
41
44
|
import { runCodexPrep } from './commands/codex-prep.js';
|
|
42
45
|
import { runCollectionsList, runCollectionsGet, runCollectionsAudit, runCollectionsExport } from './commands/collections.js';
|
|
43
46
|
import { runWorkspaceVerify, runWorkspaceRepair, runDefinitionsDiff } from './commands/workspace.js';
|
|
47
|
+
import { runAuthorityDomainsActivateCutover, runAuthorityDomainsAdd, runAuthorityDomainsDeactivateCutover, runAuthorityDomainsBenchmark, runAuthorityDomainsDiscardPending, runAuthorityDomainsPropose, runAuthorityDomainsQueueTag, runAuthorityDomainsRatify, runAuthorityDomainsReadiness, runAuthorityDomainsRecordSample, runAuthorityDomainsReject, runAuthorityDomainsReview, runAuthorityDomainsPrincipleDistribution, } from './commands/authority-domains.js';
|
|
44
48
|
import { runDoctor } from './commands/doctor.js';
|
|
49
|
+
import { runWhoami } from './commands/whoami.js';
|
|
50
|
+
import { runFiles } from './commands/files.js';
|
|
51
|
+
import { runUpgrade } from './commands/upgrade.js';
|
|
45
52
|
import { runProfileList, runProfileCreate, runProfileUse, runProfileDelete } from './commands/profile.js';
|
|
46
53
|
import { runInit } from './commands/init.js';
|
|
54
|
+
import { runStatus } from './commands/status.js';
|
|
55
|
+
import { runMethodList, runMethodShow, runMethodDiff, runMethodPublish } from './commands/method.js';
|
|
47
56
|
import { createAdminCommand } from './commands/admin/index.js';
|
|
57
|
+
import { createFeedbackCommand } from './commands/feedback.js';
|
|
58
|
+
import { createConflictsCommand } from './commands/conflicts.js';
|
|
59
|
+
import { createShapeCommand } from './commands/shape.js';
|
|
60
|
+
import { createQuestionCommand } from './commands/questions.js';
|
|
61
|
+
import { createDirectionCommand } from './commands/direction.js';
|
|
62
|
+
import { createOrganisationCommand } from './commands/organisation.js';
|
|
63
|
+
import { createAcceptPolicyCommand } from './commands/accept-policy.js'; // WP-661 S3
|
|
64
|
+
import { runUsage } from './commands/usage.js';
|
|
65
|
+
import { runProofRun } from './commands/proof-run.js';
|
|
66
|
+
import { runQualitySpineCheck } from './commands/quality.js';
|
|
48
67
|
import { GLOSSARY, formatGlossary } from './lib/glossary.js';
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
68
|
+
import { API_KEY_PREFIX } from './lib/tokenConstants.js';
|
|
69
|
+
import { heading } from './lib/style.js';
|
|
70
|
+
import { printPreviewBanner } from './lib/previewBanner.js';
|
|
71
|
+
import { checkForUpdate } from './lib/update-check.js';
|
|
72
|
+
import { UPGRADE_COMMAND } from './lib/constants.js';
|
|
53
73
|
const program = new Command();
|
|
54
74
|
/**
|
|
55
|
-
* Global error handler — single exit point for all CLI errors.
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* Regular Error: wrap as INTERNAL.
|
|
75
|
+
* Global error handler — single exit point for all CLI errors. CLIError: format with code +
|
|
76
|
+
* category + guidance. CommanderError: re-throw for --help / --version (exitCode 0), format
|
|
77
|
+
* others. Regular Error: wrap as INTERNAL.
|
|
59
78
|
*/
|
|
60
79
|
function handleError(err) {
|
|
61
80
|
// Commander help/version exits with code 0 — let them through
|
|
@@ -108,8 +127,8 @@ program
|
|
|
108
127
|
.option('--pretty', 'Force human-readable output even when piped')
|
|
109
128
|
.option('-q, --quiet', 'Suppress non-essential output (banners, hints, progress)')
|
|
110
129
|
.exitOverride(); // Throw CommanderError instead of calling process.exit directly
|
|
111
|
-
// Apply global output mode BEFORE subcommand actions run
|
|
112
|
-
program.hook('preAction', (
|
|
130
|
+
// Apply global output mode BEFORE subcommand actions run. Commander preAction hook signature: (hookedCommand = root program, actionCommand = the subcommand actually invoked).
|
|
131
|
+
program.hook('preAction', (_hookedCommand, actionCommand) => {
|
|
113
132
|
const globalOpts = program.opts();
|
|
114
133
|
if (globalOpts.json) {
|
|
115
134
|
setOutputMode('json');
|
|
@@ -121,90 +140,14 @@ program.hook('preAction', (thisCommand) => {
|
|
|
121
140
|
if (globalOpts.quiet) {
|
|
122
141
|
setQuietMode(true);
|
|
123
142
|
}
|
|
124
|
-
|
|
143
|
+
// Ambient update notification — non-blocking, suppressed in JSON mode (WP-322 S1)
|
|
144
|
+
checkForUpdate(cliPackageVersion.version);
|
|
145
|
+
// 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.
|
|
146
|
+
printPreviewBanner(actionCommand);
|
|
125
147
|
});
|
|
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.
|
|
148
|
+
// Default action — status dashboard when `pb` is invoked with no command. `pb --help` still works because Commander intercepts --help before the action runs.
|
|
128
149
|
program.action(async () => {
|
|
129
|
-
|
|
130
|
-
let hasKey = false;
|
|
131
|
-
let config = null;
|
|
132
|
-
try {
|
|
133
|
-
const { getConfig: gc } = await import('./lib/config.js');
|
|
134
|
-
config = gc();
|
|
135
|
-
hasKey = true;
|
|
136
|
-
}
|
|
137
|
-
catch {
|
|
138
|
-
// No valid key
|
|
139
|
-
}
|
|
140
|
-
// JSON mode: structured status
|
|
141
|
-
if (isJsonMode()) {
|
|
142
|
-
if (!hasKey) {
|
|
143
|
-
process.stdout.write(JSON.stringify({
|
|
144
|
-
configured: false,
|
|
145
|
-
hint: 'Run pb login to configure your API key.',
|
|
146
|
-
}) + '\n');
|
|
147
|
-
return;
|
|
148
|
-
}
|
|
149
|
-
const session = readSession();
|
|
150
|
-
const wsInfo = await probeWorkspace();
|
|
151
|
-
process.stdout.write(JSON.stringify({
|
|
152
|
-
configured: true,
|
|
153
|
-
workspace: wsInfo?.name ?? null,
|
|
154
|
-
session: session ? { id: session.sessionId, startedAt: session.startedAt } : null,
|
|
155
|
-
entryCount: wsInfo?.entryCount ?? null,
|
|
156
|
-
hint: 'Run pb --help for available commands.',
|
|
157
|
-
}) + '\n');
|
|
158
|
-
return;
|
|
159
|
-
}
|
|
160
|
-
// Human mode — not configured
|
|
161
|
-
if (!hasKey) {
|
|
162
|
-
process.stdout.write('\n');
|
|
163
|
-
process.stdout.write(`${bold('Product Brain')} ${dim('— not connected')}\n\n`);
|
|
164
|
-
process.stdout.write(`${heading('Get started')}\n\n`);
|
|
165
|
-
hint('1. pb login Save your API key');
|
|
166
|
-
hint('2. pb setup Connect a workspace');
|
|
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');
|
|
186
|
-
process.stdout.write('\n');
|
|
187
|
-
return;
|
|
188
|
-
}
|
|
189
|
-
// Online with workspace
|
|
190
|
-
const title = workspaceName
|
|
191
|
-
? `${bold('Product Brain')} ${dim('—')} ${bold(workspaceName)}`
|
|
192
|
-
: `${bold('Product Brain')}`;
|
|
193
|
-
process.stdout.write(`${title}\n\n`);
|
|
194
|
-
if (session) {
|
|
195
|
-
const elapsed = formatElapsed(session.startedAt);
|
|
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');
|
|
150
|
+
await runStatus({ args: program.args, version: cliPackageVersion.version });
|
|
208
151
|
});
|
|
209
152
|
program
|
|
210
153
|
.command('get <entry-id>')
|
|
@@ -216,6 +159,42 @@ program
|
|
|
216
159
|
}
|
|
217
160
|
await runGet({ entryId: entryId.trim() });
|
|
218
161
|
});
|
|
162
|
+
program
|
|
163
|
+
.command('scoreboard')
|
|
164
|
+
.description('Flywheel scoreboard — M1-M5 metrics + diagnosis layer (agent-primary; --json for structured consumption)')
|
|
165
|
+
.option('-t, --task <task>', 'Task context for the ranking-agreement (M2) + truth-state (M1) read')
|
|
166
|
+
.action(async (opts) => {
|
|
167
|
+
await runScoreboard({ ...(opts.task ? { task: opts.task } : {}) });
|
|
168
|
+
});
|
|
169
|
+
const qualityCmd = program
|
|
170
|
+
.command('quality')
|
|
171
|
+
.description('Quality-check surfaces');
|
|
172
|
+
qualityCmd
|
|
173
|
+
.command('spine-check')
|
|
174
|
+
.description('Check purpose+vision+strategy structural completeness + refusal heuristic; --story runs the on-demand one-story LLM judgment')
|
|
175
|
+
.option('--story', 'Also run the on-demand one-story judgment (never scheduled; result labelled [unvalidated])')
|
|
176
|
+
.action(async (opts) => { await runQualitySpineCheck({ story: opts.story }); });
|
|
177
|
+
const reworkCmd = program
|
|
178
|
+
.command('rework')
|
|
179
|
+
.description('Report observed rework signals (WP-487 / FEAT-1373 — fills the M4 rework meter)');
|
|
180
|
+
reworkCmd
|
|
181
|
+
.command('report <entry-id>')
|
|
182
|
+
.description('Report a rework event attributed to a previously served governance entry (agent-native checkpoint; requires an active session)')
|
|
183
|
+
.requiredOption('--classification <kind>', 'revision | ci_review_correction | user_override')
|
|
184
|
+
.option('--via <kind>', 'How this was observed: followup_commit | ci_rerun | manual', 'manual')
|
|
185
|
+
.option('--attributable', 'Flag: this ci_review_correction is attributed to a missing/violated served decision')
|
|
186
|
+
.option('--task <text>', 'Task context this rework relates to (truncated server-side, never raw diff/comment text)')
|
|
187
|
+
.option('--conversation <id>', 'Explicit conversation override, matching `pb session start --conversation <id>` — use when the shell has no PB_CONVERSATION_ID set')
|
|
188
|
+
.action(async (entryId, opts) => {
|
|
189
|
+
await runReworkReport({
|
|
190
|
+
entryId,
|
|
191
|
+
classification: opts.classification,
|
|
192
|
+
reportedVia: opts.via,
|
|
193
|
+
attributable: opts.attributable,
|
|
194
|
+
task: opts.task,
|
|
195
|
+
conversation: opts.conversation,
|
|
196
|
+
});
|
|
197
|
+
});
|
|
219
198
|
program
|
|
220
199
|
.command('get-many <entry-ids...>')
|
|
221
200
|
.description('Fetch multiple entries in parallel (space-separated IDs)')
|
|
@@ -272,7 +251,7 @@ program
|
|
|
272
251
|
.description('Brief intelligence queries (BET-239).\n' +
|
|
273
252
|
' pb brief --skill <name> Incremental delta for a skill (E4)\n' +
|
|
274
253
|
' pb brief steering Compound: changes + structure + delta + readiness (E6)\n' +
|
|
275
|
-
' pb brief confidence Compound: changes + active
|
|
254
|
+
' pb brief confidence Compound: changes + active work packages + tensions (E6)\n' +
|
|
276
255
|
' pb brief delta [--since] Compound: changes + relations since timestamp (E6)')
|
|
277
256
|
.option('--skill <name>', 'Skill name for incremental brief (e.g. preflight, shaping, review)')
|
|
278
257
|
.option('--since-last', 'Compare against last brief run (incremental mode)')
|
|
@@ -306,41 +285,51 @@ program
|
|
|
306
285
|
});
|
|
307
286
|
program
|
|
308
287
|
.command('orient')
|
|
309
|
-
.description('Print workspace stage and all orient sections (strategic context,
|
|
310
|
-
.option('-b, --brief', 'Compact view: stage, counts, top
|
|
288
|
+
.description('Print workspace stage and all orient sections (strategic context, work packages, governance, tensions, etc.)')
|
|
289
|
+
.option('-b, --brief', 'Compact view: stage, counts, top work packages, tensions, planned work')
|
|
311
290
|
.option('-t, --task <task>', 'Task description for task-shaped governance and context')
|
|
312
|
-
|
|
313
|
-
.option('
|
|
291
|
+
.option('-s, --scope <domain>', 'Domain scope for governance filtering. Forwarded to the workspace model for validation and custom domain resolution.')
|
|
292
|
+
.option('--full', 'Full depth orient (tier=full). Use for thorough context loading.')
|
|
314
293
|
.action(async (opts) => {
|
|
315
|
-
await runOrient({ brief: opts.brief, task: opts.task?.trim() || undefined, scope: opts.scope?.trim() || undefined });
|
|
294
|
+
await runOrient({ brief: opts.brief, task: opts.task?.trim() || undefined, scope: opts.scope?.trim() || undefined, full: opts.full });
|
|
316
295
|
});
|
|
317
296
|
program
|
|
318
297
|
.command('handshake')
|
|
319
298
|
.description('Generate context files for AI developer tools (AGENTS.md, .codex/skills/, CLAUDE.md, .cursor/rules/, .github/copilot-instructions.md)')
|
|
320
299
|
.option('--force', 'Overwrite adapter files even if they exist without auto-generated marker')
|
|
321
|
-
.option('--
|
|
300
|
+
.option('--apply', 'Write files (default: preview only)')
|
|
301
|
+
.option('--dry-run', 'Show what would be generated without writing files (alias for preview)')
|
|
322
302
|
.option('--init', 'Set up Claude Code integration: team hooks + personal trust level')
|
|
323
303
|
.option('--level <level>', 'With --init: trust level (guide|work|silent|full-trust). Without --init: content tier (beginner|intermediate|expert)')
|
|
324
304
|
.option('--generate', 'Fetch governance entries from the Chain and merge generated rules (BET-286)')
|
|
325
305
|
.option('--surfaces <list>', 'Comma-separated surfaces to write (cursor,claude,copilot,codex)')
|
|
306
|
+
.option('--no-prompt', 'Headless mode: refuse on tampered projection files (WP-421 S3, doneWhen #17). Always implied when stdout is not a TTY.')
|
|
307
|
+
.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
308
|
.action(async (opts) => {
|
|
327
309
|
if (opts.init) {
|
|
328
310
|
await runHandshakeInit({ level: opts.level, dryRun: opts.dryRun });
|
|
329
311
|
return;
|
|
330
312
|
}
|
|
331
|
-
|
|
313
|
+
// Commander turns `--no-prompt` into `prompt: false`. We invert so HandshakeOptions sees noPrompt=true.
|
|
314
|
+
const noPrompt = opts.prompt === false;
|
|
315
|
+
// Attribute the bare-handshake invocation so its context.served row is separable from
|
|
316
|
+
// session-start ('session-start') / session-close ('session-close') / manual orient rows.
|
|
317
|
+
// Without this, the kernel used to coerce the absent path to 'manual-orient', polluting the
|
|
318
|
+
// proof slice that isolates manual `pb orient --task` rows (the 'handshake' union member was otherwise never emitted).
|
|
319
|
+
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
320
|
});
|
|
333
321
|
program
|
|
334
322
|
.command('codex-prep <task...>')
|
|
335
323
|
.description('Generate task-specific governance context for Codex (.codex/task-context.md)')
|
|
336
324
|
.option('--dry-run', 'Print to stdout instead of writing file')
|
|
325
|
+
.option('--full', 'Full depth orient (tier=full). Use for thorough context loading.')
|
|
337
326
|
.action(async (taskParts, opts) => {
|
|
338
327
|
const task = taskParts.join(' ').trim();
|
|
339
328
|
if (!task) {
|
|
340
329
|
program.commands.find((c) => c.name() === 'codex-prep')?.help();
|
|
341
330
|
return;
|
|
342
331
|
}
|
|
343
|
-
await runCodexPrep({ task, dryRun: opts.dryRun });
|
|
332
|
+
await runCodexPrep({ task, dryRun: opts.dryRun, full: opts.full });
|
|
344
333
|
});
|
|
345
334
|
program
|
|
346
335
|
.command('init')
|
|
@@ -350,14 +339,16 @@ program
|
|
|
350
339
|
});
|
|
351
340
|
program
|
|
352
341
|
.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.')
|
|
342
|
+
.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
343
|
.option('--gateway <url>', 'Override redeem gateway (default: CONVEX_SITE_URL or production). Use when token came from a different Convex deployment.')
|
|
344
|
+
.option('--name <label>', 'Optional label for this API key in workspace settings. Skips the key-label prompt when set.')
|
|
345
|
+
.option('-y, --yes', 'Skip the interactive workspace confirmation. Required to connect in a non-interactive shell (e.g. CI).')
|
|
355
346
|
.action(async (token, opts) => {
|
|
356
347
|
if (!token?.trim()) {
|
|
357
348
|
program.commands.find((c) => c.name() === 'connect')?.help();
|
|
358
349
|
return;
|
|
359
350
|
}
|
|
360
|
-
await runConnect(token.trim(), { gateway: opts.gateway });
|
|
351
|
+
await runConnect(token.trim(), { gateway: opts.gateway, name: opts.name, assumeYes: opts.yes });
|
|
361
352
|
});
|
|
362
353
|
program
|
|
363
354
|
.command('login')
|
|
@@ -373,12 +364,54 @@ program
|
|
|
373
364
|
.action(async (opts) => {
|
|
374
365
|
await runDoctor({ fix: opts.fix, dryRun: opts.dryRun });
|
|
375
366
|
});
|
|
367
|
+
program
|
|
368
|
+
.command('whoami')
|
|
369
|
+
.alias('status')
|
|
370
|
+
.description('Show the active profile + workspace (fast; no session required).')
|
|
371
|
+
.action(async () => {
|
|
372
|
+
await runWhoami();
|
|
373
|
+
});
|
|
374
|
+
program
|
|
375
|
+
.command('files')
|
|
376
|
+
.description('Show which .productbrain files are pb-owned vs committed, and what writes each.')
|
|
377
|
+
.option('--fix', 'Add any exposed pb-owned files to .gitignore (idempotent)')
|
|
378
|
+
.option('--dry-run', 'With --fix: preview the .gitignore lines without writing')
|
|
379
|
+
.action(async (opts) => {
|
|
380
|
+
await runFiles({ fix: opts.fix, dryRun: opts.dryRun });
|
|
381
|
+
});
|
|
376
382
|
program
|
|
377
383
|
.command('setup')
|
|
378
|
-
.description('
|
|
384
|
+
.description('Canonical pb-setup entry (DEC-995): detect surfaces, read state, emit JSON for the skill body.')
|
|
379
385
|
.action(async () => {
|
|
380
386
|
await runSetup();
|
|
381
387
|
});
|
|
388
|
+
program
|
|
389
|
+
.command('setup-detect-surfaces')
|
|
390
|
+
.description('Detect local surface markers and union-merge into manifest.surfaces (STD-235 forward-only)')
|
|
391
|
+
.action(async () => {
|
|
392
|
+
const result = await runSetupDetectSurfaces();
|
|
393
|
+
if (process.stdout.isTTY) {
|
|
394
|
+
process.stdout.write(formatDetectSurfacesSummary(result) + '\n');
|
|
395
|
+
}
|
|
396
|
+
else {
|
|
397
|
+
process.stderr.write(formatDetectSurfacesSummary(result) + '\n');
|
|
398
|
+
}
|
|
399
|
+
});
|
|
400
|
+
program
|
|
401
|
+
.command('setup-state')
|
|
402
|
+
.description('Emit compact JSON of getPbSetupState (machine-readable, used by the pb-setup skill body)')
|
|
403
|
+
.action(async () => {
|
|
404
|
+
await runSetupState();
|
|
405
|
+
});
|
|
406
|
+
// 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.
|
|
407
|
+
program
|
|
408
|
+
.command('setup-audit')
|
|
409
|
+
.description('Audit setup_asset rows for orphaned bodies (WP-439 S2/S3). Exits 1 if any orphan or repair-failure.')
|
|
410
|
+
.option('--json', 'Emit machine-readable JSON (overrides pretty output for this command)')
|
|
411
|
+
.option('--repair', 'Attempt to restore class III/II orphans from STARTER_* constants (WP-439 S3)')
|
|
412
|
+
.action(async (opts) => {
|
|
413
|
+
await runSetupAudit({ json: opts.json, repair: opts.repair });
|
|
414
|
+
});
|
|
382
415
|
// --- Write commands (require active session) ---
|
|
383
416
|
const sessionCmd = program
|
|
384
417
|
.command('session')
|
|
@@ -387,8 +420,9 @@ sessionCmd
|
|
|
387
420
|
.command('start')
|
|
388
421
|
.description('Start a tracked write session (opens session, refreshes context)')
|
|
389
422
|
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
423
|
+
.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
424
|
.action(async (opts) => {
|
|
391
|
-
await runSessionStart({ json: opts.json });
|
|
425
|
+
await runSessionStart({ json: opts.json, conversation: opts.conversation });
|
|
392
426
|
});
|
|
393
427
|
sessionCmd
|
|
394
428
|
.command('id')
|
|
@@ -403,17 +437,45 @@ sessionCmd
|
|
|
403
437
|
.action(async (opts) => {
|
|
404
438
|
await runSessionClose({ force: opts.force });
|
|
405
439
|
});
|
|
440
|
+
// WP-479 E4: traceback + quota observability.
|
|
441
|
+
sessionCmd
|
|
442
|
+
.command('list')
|
|
443
|
+
.description('List active sessions (with quota gauge) + recent non-active ones (WP-479 E4)')
|
|
444
|
+
.action(async () => {
|
|
445
|
+
await runSessionList();
|
|
446
|
+
});
|
|
447
|
+
sessionCmd
|
|
448
|
+
.command('show <id-or-conversation>')
|
|
449
|
+
.description('Show a conversation\'s full session lineage + governance serves (WP-479 E4)')
|
|
450
|
+
.action(async (idOrConversation) => {
|
|
451
|
+
await runSessionShow(idOrConversation);
|
|
452
|
+
});
|
|
453
|
+
// 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.
|
|
454
|
+
sessionCmd
|
|
455
|
+
.command('reset')
|
|
456
|
+
.description('Hard-reset local session state (discard session.json + clear PREVIEW_MODE)')
|
|
457
|
+
.option('--force', 'Skip the confirmation prompt when an active session is present')
|
|
458
|
+
.action(async (opts) => {
|
|
459
|
+
await runSessionReset({ force: opts.force });
|
|
460
|
+
});
|
|
406
461
|
program
|
|
407
462
|
.command('capture [text...]')
|
|
408
463
|
.description('Capture knowledge to the Chain (requires active session)')
|
|
409
464
|
.option('-n, --name <name>', 'Entry name (defaults to capture text)')
|
|
410
465
|
.option('-d, --description <desc>', 'Entry description (defaults to capture text)')
|
|
411
466
|
.option('-c, --collection <slug>', 'Explicit collection (skip auto-classification)')
|
|
467
|
+
.option('-f, --field <key=value>', 'Set a data field (repeatable; e.g. rationale="...")', (val, prev) => [...prev, val], [])
|
|
412
468
|
.option('-l, --link <entry-id>', 'Link new entry to an existing entry (TEN-705)')
|
|
413
|
-
.option('-t, --type <relation-type>', 'Relation type for --link (
|
|
469
|
+
.option('-t, --link-type <relation-type>', 'Relation type for --link — REQUIRED when --link is used (WP-688 S4): no default, the door refuses and lists the source entry\'s legal verbs if omitted')
|
|
414
470
|
.option('--source-ref <ref>', 'Source reference URI (BET-240 E2: e.g. "meeting-2026-03-28.md")')
|
|
415
471
|
.option('--source-excerpt <text>', 'Verbatim source excerpt (BET-240 E2)')
|
|
472
|
+
.option('--draft', 'Force the entry to draft regardless of workspace governance mode — opt-in override, keeps it draft even in Open mode (TEN-2226 / WP-456 E1)')
|
|
416
473
|
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
474
|
+
.option('--suggest-only', 'Show grounding preview (possible duplicates, related entries) without creating entry (WP-319)')
|
|
475
|
+
.option('--strict', 'Prompt y/N before capturing when a possible duplicate is detected (WP-319)')
|
|
476
|
+
.option('--owner-team <entry-id>', 'Existing Team entry ID to create AS OWNER of (WP-513 rung 2; pair with --owner-role)')
|
|
477
|
+
.option('--owner-role <entry-id>', 'Existing Role entry ID to create AS OWNER of (WP-513 rung 2; pair with --owner-team)')
|
|
478
|
+
.option('--entry-type <canonical-key>', 'Explicit canonical type for the new entry (e.g. objective, key_result) — bypasses classification; -t/--link-type is the --link relation type (WP-684 TASK-77)')
|
|
417
479
|
.action(async (textParts = [], opts) => {
|
|
418
480
|
const text = textParts.join(' ').trim();
|
|
419
481
|
if (!text && !opts.name) {
|
|
@@ -421,15 +483,10 @@ program
|
|
|
421
483
|
return;
|
|
422
484
|
}
|
|
423
485
|
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,
|
|
486
|
+
text: text || opts.name || '', name: opts.name, description: opts.description, collection: opts.collection,
|
|
487
|
+
field: opts.field, link: opts.link, linkType: opts.linkType, sourceRef: opts.sourceRef, sourceExcerpt: opts.sourceExcerpt,
|
|
488
|
+
draft: opts.draft, json: opts.json, suggestOnly: opts.suggestOnly, strict: opts.strict,
|
|
489
|
+
ownerTeam: opts.ownerTeam, ownerRole: opts.ownerRole, entryType: opts.entryType,
|
|
433
490
|
});
|
|
434
491
|
});
|
|
435
492
|
// --- Update command (TEN-703) ---
|
|
@@ -440,17 +497,25 @@ program
|
|
|
440
497
|
.option('--name <name>', 'Update entry name')
|
|
441
498
|
.option('--status <status>', 'Update entry status (draft | active | deprecated | archived)')
|
|
442
499
|
.option('--workflow-status <status>', 'Set workflow status (server-validated)')
|
|
500
|
+
.option('--type <canonical-key>', 'Reclassify a DRAFT entry to another canonical type (immutable once committed — supersede instead)')
|
|
443
501
|
.option('--note <text>', 'Change note for history')
|
|
502
|
+
.option('--override-reason <text>', 'Typed override (≥12 chars) clearing a steering coherency block — recorded with author attribution (WP-465)')
|
|
503
|
+
.option('--acknowledge <response>', 'Respond to a coherency challenge: linked | accepted-fix | diverged (WP-465)')
|
|
504
|
+
.option('--ack-entry <entry-id>', 'Authorizing entry for --acknowledge linked / accepted-fix')
|
|
505
|
+
.option('--ack-reason <text>', 'Divergence rationale (≥12 chars) for --acknowledge diverged')
|
|
506
|
+
// Commander camelCases every flag to exactly the UpdateOptions key it feeds, so the options
|
|
507
|
+
// object spreads straight through. The previous hand-written 1:1 mapping had to be edited twice
|
|
508
|
+
// per new flag (once here, once in the type) and silently dropped anything you forgot.
|
|
444
509
|
.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
|
-
});
|
|
510
|
+
await runUpdate({ entryId, ...opts });
|
|
453
511
|
});
|
|
512
|
+
// --- Restore command (WP-514 review round 2, P1) ---
|
|
513
|
+
program
|
|
514
|
+
.command('restore <entry-id>')
|
|
515
|
+
.description('Restore an archived Chain entry to draft (requires active session + rung-3 authority coverage)')
|
|
516
|
+
.action(async (entryId) => { await runRestore(entryId); });
|
|
517
|
+
// --- Entry noun-scoped commands (DEC-1574, WP-640 S4) — registerEntryCommands.ts ---
|
|
518
|
+
registerEntryCommands(program);
|
|
454
519
|
// --- Promote command (Wave 2 CLI Polish) ---
|
|
455
520
|
program
|
|
456
521
|
.command('verify <entry-id>')
|
|
@@ -462,27 +527,11 @@ program
|
|
|
462
527
|
}
|
|
463
528
|
await runVerify({ entryId: entryId.trim() });
|
|
464
529
|
});
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
await runPromote({ entryId, message: opts.message });
|
|
471
|
-
});
|
|
472
|
-
// --- Relate / Unrelate commands (TEN-704) ---
|
|
473
|
-
program
|
|
474
|
-
.command('relate <from-id> <type> <to-id>')
|
|
475
|
-
.description('Add a typed relation between two entries (requires active session)')
|
|
476
|
-
.option('--if-missing', 'Only create relation if it does not already exist')
|
|
477
|
-
.action(async (fromId, type, toId, opts) => {
|
|
478
|
-
await runRelate({ fromId, type, toId, ifMissing: opts.ifMissing });
|
|
479
|
-
});
|
|
480
|
-
program
|
|
481
|
-
.command('unrelate <from-id> <type> <to-id>')
|
|
482
|
-
.description('Remove a typed relation between two entries (requires active session)')
|
|
483
|
-
.action(async (fromId, type, toId) => {
|
|
484
|
-
await runUnrelate({ fromId, type, toId });
|
|
485
|
-
});
|
|
530
|
+
// `pb promote` retirement (DEC-1578) — registerProposalCommands.ts
|
|
531
|
+
registerProposalCommands(program);
|
|
532
|
+
// --- Relate / Unrelate commands (TEN-704) — registerEntryCommands.ts (WP-688 S2a: moved off
|
|
533
|
+
// this shrink-only file to fund the --dry-run flag) ---
|
|
534
|
+
registerRelateCommands(program);
|
|
486
535
|
// --- Ingest command (BET-81) ---
|
|
487
536
|
program
|
|
488
537
|
.command('ingest <pattern>')
|
|
@@ -505,6 +554,30 @@ program
|
|
|
505
554
|
concurrency,
|
|
506
555
|
});
|
|
507
556
|
});
|
|
557
|
+
// --- migrate:setup command (WP-345 S0b) ---
|
|
558
|
+
program
|
|
559
|
+
.command('migrate:setup')
|
|
560
|
+
.description('Migrate .productbrain/skills|rules|hooks/*.md into the DB setup-assets collection (WP-345)')
|
|
561
|
+
.option('--dry-run', 'Show what would be migrated without writing to DB.')
|
|
562
|
+
.option('--cwd <path>', 'Override working directory (default: process.cwd())')
|
|
563
|
+
.action(async (opts) => {
|
|
564
|
+
const { runMigrateSetup } = await import('./commands/migrate-setup.js');
|
|
565
|
+
await runMigrateSetup({ dryRun: opts.dryRun, cwd: opts.cwd });
|
|
566
|
+
});
|
|
567
|
+
// --- setup:ingest command (WP-345 S3) ---
|
|
568
|
+
program
|
|
569
|
+
.command('setup:ingest <path>')
|
|
570
|
+
.description('Push a single .productbrain skill/rule/hook file to the DB setup-assets SSOT (WP-345)')
|
|
571
|
+
.option('--dry-run', 'Show what would be ingested without writing to DB.')
|
|
572
|
+
.option('--json', 'Output machine-readable JSON (deprecated: use global --json flag)')
|
|
573
|
+
.action(async (filePath, opts) => {
|
|
574
|
+
if (!filePath?.trim()) {
|
|
575
|
+
program.commands.find((c) => c.name() === 'setup:ingest')?.help();
|
|
576
|
+
return;
|
|
577
|
+
}
|
|
578
|
+
const { runSetupIngest } = await import('./commands/setup-ingest.js');
|
|
579
|
+
await runSetupIngest(filePath.trim(), { dryRun: opts.dryRun });
|
|
580
|
+
});
|
|
508
581
|
// --- Fields command (BET-181 Slice 2) ---
|
|
509
582
|
program
|
|
510
583
|
.command('fields <collection>')
|
|
@@ -530,7 +603,7 @@ program
|
|
|
530
603
|
// --- Audit command (BET-182 Slice 2) ---
|
|
531
604
|
program
|
|
532
605
|
.command('audit <entry-ids...>')
|
|
533
|
-
.description('Run
|
|
606
|
+
.description('Run hygiene audit on work package(s) — 13 gates (shaping) / 18 gates (handoff), exit code reflects verdict')
|
|
534
607
|
.option('--phase <phase>', 'Override phase detection (shaping | handoff)')
|
|
535
608
|
.option('--gate <name>', 'Run only specified gate(s) (repeatable)', (val, prev) => [...prev, val], [])
|
|
536
609
|
.option('--fix', 'Auto-execute exact fixes via pb update, rerun once')
|
|
@@ -552,33 +625,6 @@ program
|
|
|
552
625
|
.action(() => {
|
|
553
626
|
runBrandPack(process.argv);
|
|
554
627
|
});
|
|
555
|
-
// --- Governance proposal commands (BET-221 Slice 3) ---
|
|
556
|
-
program
|
|
557
|
-
.command('proposals')
|
|
558
|
-
.description('List open consent proposals with expiry countdown (BET-221)')
|
|
559
|
-
.action(async () => {
|
|
560
|
-
await runProposals();
|
|
561
|
-
});
|
|
562
|
-
program
|
|
563
|
-
.command('accept [proposal-id]')
|
|
564
|
-
.description('Approve a consent proposal by ID, or --auto to batch-approve all')
|
|
565
|
-
.option('-a, --auto', 'Auto-approve all open proposals (skip contradictions)')
|
|
566
|
-
.action(async (proposalId, opts) => {
|
|
567
|
-
if (!proposalId && !opts.auto) {
|
|
568
|
-
throw new CLIError('Usage: pb accept <proposal-id> or pb accept --auto', {
|
|
569
|
-
code: ErrorCode.VALIDATION_FAILED,
|
|
570
|
-
category: 'validation',
|
|
571
|
-
});
|
|
572
|
-
}
|
|
573
|
-
await runAccept({ proposalId, auto: opts.auto });
|
|
574
|
-
});
|
|
575
|
-
program
|
|
576
|
-
.command('reject <proposal-id>')
|
|
577
|
-
.description('Reject a consent proposal with a required reason (BR-7)')
|
|
578
|
-
.requiredOption('-r, --reason <text>', 'Reason for rejection (required)')
|
|
579
|
-
.action(async (proposalId, opts) => {
|
|
580
|
-
await runReject({ proposalId, reason: opts.reason });
|
|
581
|
-
});
|
|
582
628
|
// --- Collections command (BET-280 Slice 1) ---
|
|
583
629
|
const collectionsCmd = program
|
|
584
630
|
.command('collections')
|
|
@@ -627,6 +673,115 @@ workspaceCmd
|
|
|
627
673
|
.action(async () => {
|
|
628
674
|
await runWorkspaceRepair();
|
|
629
675
|
});
|
|
676
|
+
const authorityDomainsCmd = program
|
|
677
|
+
.command('authority-domains')
|
|
678
|
+
.description('Operator commands for WP-354 authority-domain readiness and evidence');
|
|
679
|
+
authorityDomainsCmd
|
|
680
|
+
.command('add <slug>')
|
|
681
|
+
.description('Create an authority domain for this workspace')
|
|
682
|
+
.option('--description <description>', 'Authority-domain description')
|
|
683
|
+
.option('--alias <alias>', 'Alias/keyword for this domain (repeatable)', collectRepeatableOption)
|
|
684
|
+
.option('--path-glob <glob>', 'Changed-path glob for this domain (repeatable)', collectRepeatableOption)
|
|
685
|
+
.action(async (slug, opts) => {
|
|
686
|
+
await runAuthorityDomainsAdd(slug, opts);
|
|
687
|
+
});
|
|
688
|
+
authorityDomainsCmd
|
|
689
|
+
.command('propose')
|
|
690
|
+
.description('Generate authority-domain tag proposals')
|
|
691
|
+
.option('--dry-run', 'Preview without writing staging proposals')
|
|
692
|
+
.option('--limit <n>', 'Maximum governance entries to classify')
|
|
693
|
+
.option('--mock', 'Use deterministic mock classifier')
|
|
694
|
+
.action(async (opts) => {
|
|
695
|
+
await runAuthorityDomainsPropose(opts);
|
|
696
|
+
});
|
|
697
|
+
authorityDomainsCmd
|
|
698
|
+
.command('review')
|
|
699
|
+
.description('List authority-domain tag proposals')
|
|
700
|
+
.option('--status <status>', 'pending, committed, rejected, or skipped', 'pending')
|
|
701
|
+
.option('--limit <n>', 'Maximum proposals to list')
|
|
702
|
+
.option('--sample <n>', 'Return a stable proposal sample')
|
|
703
|
+
.option('--stratified', 'Stratify sample across proposed domain and source collection')
|
|
704
|
+
.action(async (opts) => {
|
|
705
|
+
await runAuthorityDomainsReview(opts);
|
|
706
|
+
});
|
|
707
|
+
const authorityDomainsSampleCmd = authorityDomainsCmd
|
|
708
|
+
.command('sample')
|
|
709
|
+
.description('Manage human-reviewed authority-domain proposal samples');
|
|
710
|
+
authorityDomainsSampleCmd
|
|
711
|
+
.command('record')
|
|
712
|
+
.description('Record human-reviewed sample accuracy for authority-domain proposals')
|
|
713
|
+
.requiredOption('--sample-id <id>', 'Stable sample identifier from the review packet')
|
|
714
|
+
.option('--run-id <id>', 'Proposal run identifier')
|
|
715
|
+
.requiredOption('--approved <n>', 'Count of sampled proposals approved as-is')
|
|
716
|
+
.requiredOption('--rejected <n>', 'Count of sampled proposals rejected')
|
|
717
|
+
.requiredOption('--corrected <n>', 'Count of sampled proposals corrected to another domain')
|
|
718
|
+
.action(async (opts) => {
|
|
719
|
+
await runAuthorityDomainsRecordSample(opts);
|
|
720
|
+
});
|
|
721
|
+
authorityDomainsCmd
|
|
722
|
+
.command('ratify <proposal-id>')
|
|
723
|
+
.description('Ratify an authority-domain tag proposal')
|
|
724
|
+
.option('--note <note>', 'Review note')
|
|
725
|
+
.action(async (proposalId, opts) => {
|
|
726
|
+
await runAuthorityDomainsRatify(proposalId, opts);
|
|
727
|
+
});
|
|
728
|
+
authorityDomainsCmd
|
|
729
|
+
.command('queue-tag')
|
|
730
|
+
.description('Queue a known-correct authority-domain tag proposal')
|
|
731
|
+
.requiredOption('--entry <entryId>', 'Entry ID to tag, e.g. DEC-1244')
|
|
732
|
+
.requiredOption('--domain <domainSlug>', 'Authority-domain slug, e.g. product-design/ux')
|
|
733
|
+
.option('--note <note>', 'Known-correct evidence note')
|
|
734
|
+
.option('--ratify', 'Immediately ratify using the generated confirmation string')
|
|
735
|
+
.action(async (opts) => {
|
|
736
|
+
await runAuthorityDomainsQueueTag(opts);
|
|
737
|
+
});
|
|
738
|
+
authorityDomainsCmd
|
|
739
|
+
.command('reject <proposal-id>')
|
|
740
|
+
.description('Reject an authority-domain tag proposal')
|
|
741
|
+
.option('--reason <reason>', 'Rejection reason')
|
|
742
|
+
.action(async (proposalId, opts) => {
|
|
743
|
+
await runAuthorityDomainsReject(proposalId, opts);
|
|
744
|
+
});
|
|
745
|
+
authorityDomainsCmd
|
|
746
|
+
.command('discard-pending')
|
|
747
|
+
.description('Reject all pending authority-domain tag proposals after a failed batch diagnosis')
|
|
748
|
+
.option('--reason <reason>', 'Discard reason')
|
|
749
|
+
.action(async (opts) => {
|
|
750
|
+
await runAuthorityDomainsDiscardPending(opts);
|
|
751
|
+
});
|
|
752
|
+
authorityDomainsCmd
|
|
753
|
+
.command('readiness')
|
|
754
|
+
.description('Show WP-354 authority-domain readiness, evidence gap, and next action')
|
|
755
|
+
.action(async () => {
|
|
756
|
+
await runAuthorityDomainsReadiness();
|
|
757
|
+
});
|
|
758
|
+
authorityDomainsCmd
|
|
759
|
+
.command('benchmark')
|
|
760
|
+
.description('Run and persist the WP-354 authority-domain benchmark')
|
|
761
|
+
.action(async () => {
|
|
762
|
+
await runAuthorityDomainsBenchmark();
|
|
763
|
+
});
|
|
764
|
+
authorityDomainsCmd
|
|
765
|
+
.command('activate-cutover')
|
|
766
|
+
.description('Activate graph retrieval after WP-354 evidence gates pass')
|
|
767
|
+
.option('--force-pre-production', 'Bypass the permanently-locked valueProof gate (requires --dec-id, DEC-864)')
|
|
768
|
+
.option('--dec-id <decId>', 'Chain DEC ID authorizing the bypass')
|
|
769
|
+
.action(async (opts) => {
|
|
770
|
+
await runAuthorityDomainsActivateCutover({ forcePreProduction: opts.forcePreProduction, decId: opts.decId });
|
|
771
|
+
});
|
|
772
|
+
authorityDomainsCmd
|
|
773
|
+
.command('deactivate-cutover')
|
|
774
|
+
.description('Deactivate the active WP-354 authorityDomain cutover for this workspace (DEC-864 rollback).')
|
|
775
|
+
.option('--clerk-user-id <clerkUserId>', 'Override the Clerk user ID for audit trail')
|
|
776
|
+
.action(async (opts) => {
|
|
777
|
+
await runAuthorityDomainsDeactivateCutover({ clerkUserId: opts.clerkUserId });
|
|
778
|
+
});
|
|
779
|
+
authorityDomainsCmd
|
|
780
|
+
.command('principle-distribution')
|
|
781
|
+
.description('Pre-merge gate: check governance category match rate for principles entries')
|
|
782
|
+
.action(async () => {
|
|
783
|
+
await runAuthorityDomainsPrincipleDistribution();
|
|
784
|
+
});
|
|
630
785
|
// --- Definitions diff command (WP-305 Slice 4) ---
|
|
631
786
|
const definitionsCmd = program
|
|
632
787
|
.command('definitions')
|
|
@@ -637,6 +792,47 @@ definitionsCmd
|
|
|
637
792
|
.action(async (file) => {
|
|
638
793
|
await runDefinitionsDiff({ file });
|
|
639
794
|
});
|
|
795
|
+
// --- Method commands (WP-329 S1: method visibility) ---
|
|
796
|
+
const methodCmd = program
|
|
797
|
+
.command('method')
|
|
798
|
+
.description('Inspect published methods (skills + rules) and their per-surface adapter status (WP-329)');
|
|
799
|
+
methodCmd
|
|
800
|
+
.command('ls')
|
|
801
|
+
.description('List all methods with version, published status, and adapter presence')
|
|
802
|
+
.action(async () => {
|
|
803
|
+
await runMethodList();
|
|
804
|
+
});
|
|
805
|
+
methodCmd
|
|
806
|
+
.command('show <name>')
|
|
807
|
+
.description('Show details for one method: frontmatter, Chain entry, and per-adapter fork status')
|
|
808
|
+
.action(async (name) => {
|
|
809
|
+
if (!name?.trim()) {
|
|
810
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
811
|
+
return;
|
|
812
|
+
}
|
|
813
|
+
await runMethodShow({ name: name.trim() });
|
|
814
|
+
});
|
|
815
|
+
methodCmd
|
|
816
|
+
.command('diff <name>')
|
|
817
|
+
.description('Show diff between local .productbrain/ source and last-published Chain version (WP-329 S2)')
|
|
818
|
+
.action(async (name) => {
|
|
819
|
+
if (!name?.trim()) {
|
|
820
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
821
|
+
return;
|
|
822
|
+
}
|
|
823
|
+
await runMethodDiff({ name: name.trim() });
|
|
824
|
+
});
|
|
825
|
+
methodCmd
|
|
826
|
+
.command('publish <name>')
|
|
827
|
+
.description('Publish a local .productbrain/ method (skill or rule) to the Chain methods collection (WP-329 S3)')
|
|
828
|
+
.option('--force', 'Publish even when local body matches the last-published version (override D4 no-op guard)')
|
|
829
|
+
.action(async (name, opts) => {
|
|
830
|
+
if (!name?.trim()) {
|
|
831
|
+
program.commands.find((c) => c.name() === 'method')?.help();
|
|
832
|
+
return;
|
|
833
|
+
}
|
|
834
|
+
await runMethodPublish({ name: name.trim(), force: opts.force });
|
|
835
|
+
});
|
|
640
836
|
// --- Profile commands (WP-302 Slice 2) ---
|
|
641
837
|
const profileCmd = program
|
|
642
838
|
.command('profile')
|
|
@@ -650,16 +846,18 @@ profileCmd
|
|
|
650
846
|
profileCmd
|
|
651
847
|
.command('create <name>')
|
|
652
848
|
.description('Create a new profile with an API key')
|
|
653
|
-
.requiredOption('--api-key <key>',
|
|
849
|
+
.requiredOption('--api-key <key>', `API key (${API_KEY_PREFIX}...)`)
|
|
654
850
|
.option('--url <url>', 'Convex site URL (defaults to production)')
|
|
655
851
|
.action(async (name, opts) => {
|
|
656
852
|
await runProfileCreate({ name, apiKey: opts.apiKey, url: opts.url });
|
|
657
853
|
});
|
|
658
854
|
profileCmd
|
|
659
855
|
.command('use <name>')
|
|
660
|
-
.description('Switch
|
|
661
|
-
.
|
|
662
|
-
|
|
856
|
+
.description('Switch profile: reconciles the repo pin + global by default. --local = repo pin only; --global = global only.')
|
|
857
|
+
.option('--local', 'Write the profile pin only to .productbrain/config.local.json (repo-local, gitignored)')
|
|
858
|
+
.option('--global', 'Switch only the global active profile (does not change a locally-pinned repo)')
|
|
859
|
+
.action(async (name, opts) => {
|
|
860
|
+
await runProfileUse({ name, local: opts.local, global: opts.global });
|
|
663
861
|
});
|
|
664
862
|
profileCmd
|
|
665
863
|
.command('delete <name>')
|
|
@@ -667,6 +865,14 @@ profileCmd
|
|
|
667
865
|
.action(async (name) => {
|
|
668
866
|
await runProfileDelete({ name });
|
|
669
867
|
});
|
|
868
|
+
program
|
|
869
|
+
.command('use <name>')
|
|
870
|
+
.description('Switch the active workspace profile (alias for `pb profile use`).')
|
|
871
|
+
.option('--local', 'Write the profile pin only to .productbrain/config.local.json (repo-local, gitignored)')
|
|
872
|
+
.option('--global', 'Switch only the global active profile (does not change a locally-pinned repo)')
|
|
873
|
+
.action(async (name, opts) => {
|
|
874
|
+
await runProfileUse({ name, local: opts.local, global: opts.global });
|
|
875
|
+
});
|
|
670
876
|
// --- Glossary command (WP-302 Slice 4) ---
|
|
671
877
|
program
|
|
672
878
|
.command('glossary')
|
|
@@ -685,8 +891,37 @@ program
|
|
|
685
891
|
];
|
|
686
892
|
process.stdout.write(lines.join('\n') + '\n');
|
|
687
893
|
});
|
|
894
|
+
// --- Usage command (WP-322 S4, FEAT-1011) ---
|
|
895
|
+
program
|
|
896
|
+
.command('usage')
|
|
897
|
+
.description('Session and activity dashboard — 4-tab Ink TUI (WP-322)')
|
|
898
|
+
.option('--json', 'Output machine-readable JSON (sessions, entries30d, activity array)')
|
|
899
|
+
.action(async (opts) => {
|
|
900
|
+
await runUsage({ json: opts.json });
|
|
901
|
+
});
|
|
902
|
+
// --- Proof-run command (WP-459: admin-proof bridge dogfood) ---
|
|
903
|
+
program
|
|
904
|
+
.command('proof-run <proof-name>')
|
|
905
|
+
.description('Run an admin-only proof against the seeded preview via the proof bridge (WP-459)')
|
|
906
|
+
.action(async (proofName) => {
|
|
907
|
+
await runProofRun({ proofName: proofName.trim() });
|
|
908
|
+
});
|
|
688
909
|
// --- Admin command group (WP-312 S2, FEAT-969) ---
|
|
689
910
|
program.addCommand(createAdminCommand());
|
|
911
|
+
program.addCommand(createFeedbackCommand());
|
|
912
|
+
program.addCommand(createConflictsCommand());
|
|
913
|
+
program.addCommand(createShapeCommand());
|
|
914
|
+
program.addCommand(createQuestionCommand());
|
|
915
|
+
program.addCommand(createDirectionCommand());
|
|
916
|
+
program.addCommand(createOrganisationCommand());
|
|
917
|
+
program.addCommand(createAcceptPolicyCommand());
|
|
918
|
+
// --- Upgrade command (WP-322 S1: ambient update notification) ---
|
|
919
|
+
program
|
|
920
|
+
.command('upgrade')
|
|
921
|
+
.description(`Upgrade pb CLI to the latest beta (${UPGRADE_COMMAND})`)
|
|
922
|
+
.action(async () => {
|
|
923
|
+
await runUpgrade({ currentVersion: cliPackageVersion.version });
|
|
924
|
+
});
|
|
690
925
|
// Parse with global error handler — all uncaught errors route through handleError
|
|
691
|
-
program.parseAsync().catch(handleError);
|
|
926
|
+
program.parseAsync(process.argv).catch(handleError);
|
|
692
927
|
//# sourceMappingURL=index.js.map
|