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