@planu/cli 4.14.1 → 5.0.0
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/CHANGELOG.md +35 -1
- package/LICENSE +55 -12
- package/README.md +10 -2
- package/dist/cli/commands/install.d.ts +1 -12
- package/dist/cli/commands/install.js +9 -65
- package/dist/cli/commands/job.js +4 -3
- package/dist/cli/commands/spec.js +2 -2
- package/dist/cli/commands/validate.js +2 -2
- package/dist/cli/router.js +1 -3
- package/dist/config/environment-schema.json +1 -3
- package/dist/config/official-sdd-tools.d.ts +4 -0
- package/dist/config/official-sdd-tools.js +35 -0
- package/dist/config/product-public.d.ts +139 -3
- package/dist/config/product-public.js +8 -1
- package/dist/config/product-public.json +7 -36
- package/dist/config/registries/hosts/codex.json +20 -363
- package/dist/config/release-policy.json +84 -2
- package/dist/config/runtime-policy.json +12 -1
- package/dist/config/skill-templates/planu-resume-work.md +2 -2
- package/dist/core/index.d.ts +1 -1
- package/dist/core/spec-validator.d.ts +4 -4
- package/dist/core/spec-validator.js +1 -1
- package/dist/engine/abortable-process-runner.d.ts +20 -2
- package/dist/engine/abortable-process-runner.js +243 -74
- package/dist/engine/ambiguity-scorer.js +4 -26
- package/dist/engine/auth/scope-mapper.js +1 -7
- package/dist/engine/autopilot/state-updater.js +4 -4
- package/dist/engine/cascade-hooks/hooks/review-enricher.hook.js +9 -6
- package/dist/engine/cascade-hooks/state-drift-detector.d.ts +3 -3
- package/dist/engine/cascade-hooks/state-drift-detector.js +1 -1
- package/dist/engine/ci-generator/planu-config.js +1 -7
- package/dist/engine/clarification-gate/gate.d.ts +3 -3
- package/dist/engine/code-scanner/layer-scanner.js +6 -22
- package/dist/engine/core-bridge.d.ts +3 -3
- package/dist/engine/cost-guardrails.d.ts +1 -1
- package/dist/engine/cost-guardrails.js +1 -1
- package/dist/engine/criterion-identity.d.ts +1 -0
- package/dist/engine/criterion-identity.js +7 -0
- package/dist/engine/dashboard/data-loader.js +2 -7
- package/dist/engine/dashboard/templates-layout.js +0 -3
- package/dist/engine/dashboard/templates-project.js +1 -13
- package/dist/engine/docs-site-generator/data-collector.d.ts +1 -1
- package/dist/engine/docs-site-generator/data-collector.js +7 -28
- package/dist/engine/docs-site-generator/tools-renderer.js +3 -10
- package/dist/engine/evidence-gates/artifact-reader.d.ts +10 -1
- package/dist/engine/evidence-gates/artifact-reader.js +115 -2
- package/dist/engine/evidence-gates/lifecycle-gate.js +4 -3
- package/dist/engine/evidence-gates/reconciliation-freshness.d.ts +11 -0
- package/dist/engine/evidence-gates/reconciliation-freshness.js +72 -0
- package/dist/engine/evidence-index/done-drift.d.ts +1 -1
- package/dist/engine/evidence-index/done-drift.js +40 -18
- package/dist/engine/execution/context.js +3 -0
- package/dist/engine/execution/durable-job-heartbeat-runtime.d.ts +4 -0
- package/dist/engine/execution/durable-job-heartbeat-runtime.js +400 -0
- package/dist/engine/execution/job-runtime.d.ts +30 -0
- package/dist/engine/execution/job-runtime.js +114 -6
- package/dist/engine/execution/public-job-sanitizer.d.ts +4 -0
- package/dist/engine/execution/public-job-sanitizer.js +31 -0
- package/dist/engine/execution/validate-job-executor.d.ts +12 -1
- package/dist/engine/execution/validate-job-executor.js +549 -86
- package/dist/engine/execution/validate-job-payload.js +107 -50
- package/dist/engine/execution/validate-job-recovery.js +1 -1
- package/dist/engine/execution/validate-worker-runtime.d.ts +5 -0
- package/dist/engine/execution/validate-worker-runtime.js +90 -2
- package/dist/engine/execution/validate-worker-thread.js +17 -24
- package/dist/engine/handoff-artifacts/schemas.d.ts +2 -1
- package/dist/engine/handoff-artifacts/schemas.js +33 -0
- package/dist/engine/handoff-packager.d.ts +19 -0
- package/dist/engine/handoff-packager.js +415 -13
- package/dist/engine/hooks/effort-configurator.js +1 -1
- package/dist/engine/impact-detector/test-break-predictor.js +3 -3
- package/dist/engine/impact-detector/tool-registration.js +1 -1
- package/dist/engine/implementation-contract/renderer.js +23 -8
- package/dist/engine/lifecycle-reconciliation-io.d.ts +11 -0
- package/dist/engine/lifecycle-reconciliation-io.js +180 -0
- package/dist/engine/lifecycle-reconciliation.d.ts +16 -0
- package/dist/engine/lifecycle-reconciliation.js +406 -0
- package/dist/engine/local-first/tool-classification.js +2 -0
- package/dist/engine/macos-keychain-native-port.d.ts +5 -0
- package/dist/engine/macos-keychain-native-port.js +19 -7
- package/dist/engine/migrations/remove-commercial-state.d.ts +3 -0
- package/dist/engine/migrations/remove-commercial-state.js +343 -0
- package/dist/engine/network-policy.js +1 -0
- package/dist/engine/planu-core.darwin-arm64.node.manifest.json +7 -7
- package/dist/engine/planu-core.darwin-arm64.node.sbom.json +10 -10
- package/dist/engine/planu-core.darwin-x64.node.manifest.json +7 -7
- package/dist/engine/planu-core.darwin-x64.node.sbom.json +10 -10
- package/dist/engine/planu-core.linux-arm64-gnu.node.manifest.json +7 -7
- package/dist/engine/planu-core.linux-arm64-gnu.node.sbom.json +10 -10
- package/dist/engine/planu-core.linux-arm64-musl.node.manifest.json +7 -7
- package/dist/engine/planu-core.linux-arm64-musl.node.sbom.json +10 -10
- package/dist/engine/planu-core.linux-x64-gnu.node.manifest.json +7 -7
- package/dist/engine/planu-core.linux-x64-gnu.node.sbom.json +10 -10
- package/dist/engine/planu-core.linux-x64-musl.node.manifest.json +7 -7
- package/dist/engine/planu-core.linux-x64-musl.node.sbom.json +10 -10
- package/dist/engine/planu-core.win32-arm64-msvc.node.manifest.json +7 -7
- package/dist/engine/planu-core.win32-arm64-msvc.node.sbom.json +10 -10
- package/dist/engine/planu-core.win32-x64-msvc.node.manifest.json +7 -7
- package/dist/engine/planu-core.win32-x64-msvc.node.sbom.json +10 -10
- package/dist/engine/readiness-checker.d.ts +1 -16
- package/dist/engine/readiness-checker.js +27 -88
- package/dist/engine/runtime-policy.d.ts +2 -0
- package/dist/engine/runtime-policy.js +42 -5
- package/dist/engine/runtime-security/rate-limiter.js +0 -1
- package/dist/engine/safety/contained-project-file.d.ts +3 -0
- package/dist/engine/safety/contained-project-file.js +23 -0
- package/dist/engine/scope-boundaries/contradiction-checker.js +63 -1
- package/dist/engine/scope-boundaries/scope-validator.js +45 -7
- package/dist/engine/session/checkpoint-writer.js +0 -9
- package/dist/engine/spec-format/acceptance-criteria.d.ts +6 -2
- package/dist/engine/spec-format/acceptance-criteria.js +77 -18
- package/dist/engine/spec-format/markdown-sections.d.ts +14 -0
- package/dist/engine/spec-format/markdown-sections.js +105 -0
- package/dist/engine/spec-format/read-technical-section.js +33 -5
- package/dist/engine/spec-format/technical-md-populator.js +3 -2
- package/dist/engine/spec-format/unified-spec-builder.d.ts +7 -0
- package/dist/engine/spec-format/unified-spec-builder.js +202 -0
- package/dist/engine/spec-migrator/canonical-deduplicator.d.ts +18 -0
- package/dist/engine/spec-migrator/canonical-deduplicator.js +479 -0
- package/dist/engine/spec-migrator/filesystem-import.d.ts +4 -8
- package/dist/engine/spec-migrator/filesystem-import.js +121 -14
- package/dist/engine/spec-migrator/frontmatter-parser.js +32 -15
- package/dist/engine/spec-migrator/index.d.ts +1 -0
- package/dist/engine/spec-migrator/index.js +1 -0
- package/dist/engine/spec-state-machine/transition-spec.d.ts +6 -1
- package/dist/engine/spec-state-machine/transition-spec.js +10 -1
- package/dist/engine/technical-enricher/index.js +16 -8
- package/dist/engine/technical-enricher/render-enriched.d.ts +1 -0
- package/dist/engine/technical-enricher/render-enriched.js +42 -14
- package/dist/engine/telemetry/health-checker.js +53 -17
- package/dist/engine/telemetry/telemetry-client.js +26 -8
- package/dist/engine/text-signal-boundaries.d.ts +2 -0
- package/dist/engine/text-signal-boundaries.js +25 -2
- package/dist/engine/time/relative-date.d.ts +3 -0
- package/dist/engine/time/relative-date.js +16 -0
- package/dist/engine/timing/budget.d.ts +11 -0
- package/dist/engine/timing/budget.js +27 -9
- package/dist/engine/token-optimizer/analytics.d.ts +1 -1
- package/dist/engine/token-optimizer/analytics.js +5 -6
- package/dist/engine/usage-tracker/core.d.ts +2 -2
- package/dist/engine/usage-tracker/core.js +1 -2
- package/dist/engine/usage-tracker/index.d.ts +0 -3
- package/dist/engine/usage-tracker/index.js +0 -3
- package/dist/engine/usage-tracker/stats.d.ts +2 -2
- package/dist/engine/usage-tracker/stats.js +1 -28
- package/dist/engine/validation/durable-validation.d.ts +1 -1
- package/dist/engine/validation/durable-validation.js +3 -82
- package/dist/engine/validation/validation-freshness.d.ts +11 -1
- package/dist/engine/validation/validation-freshness.js +231 -91
- package/dist/engine/validation/validation-receipt.d.ts +9 -6
- package/dist/engine/validation/validation-receipt.js +84 -24
- package/dist/engine/validation/validation-source-digest.d.ts +2 -0
- package/dist/engine/validation/validation-source-digest.js +86 -0
- package/dist/engine/validation/validation-submission.d.ts +5 -4
- package/dist/engine/validation/validation-submission.js +25 -11
- package/dist/engine/validation/validation-worktree.d.ts +21 -0
- package/dist/engine/validation/validation-worktree.js +260 -0
- package/dist/engine/validation-impact-planner.d.ts +14 -2
- package/dist/engine/validation-impact-planner.js +0 -3
- package/dist/engine/validator/dor-dod.d.ts +1 -0
- package/dist/engine/validator/dor-dod.js +5 -3
- package/dist/engine/validator/extractors.d.ts +1 -5
- package/dist/engine/validator/extractors.js +24 -69
- package/dist/engine/validator/spec-compliance-runner.d.ts +12 -24
- package/dist/engine/validator/spec-compliance-runner.js +429 -211
- package/dist/engine/validator.js +35 -22
- package/dist/index.js +4 -16
- package/dist/resources/usage-stats-resource.js +2 -18
- package/dist/security/adapters/linux-secret-service.js +7 -3
- package/dist/security/adapters/windows-credential-manager.js +6 -4
- package/dist/server/routes/specs.js +10 -0
- package/dist/storage/base-store.d.ts +1 -1
- package/dist/storage/base-store.js +1 -1
- package/dist/storage/feedback-remote.d.ts +2 -3
- package/dist/storage/feedback-remote.js +45 -31
- package/dist/storage/global-store.d.ts +1 -17
- package/dist/storage/global-store.js +1 -42
- package/dist/storage/index.d.ts +0 -2
- package/dist/storage/index.js +0 -2
- package/dist/storage/migrations/canonical-storage.js +124 -11
- package/dist/storage/runtime-db.d.ts +9 -0
- package/dist/storage/runtime-db.js +64 -8
- package/dist/storage/spec-store.d.ts +14 -2
- package/dist/storage/spec-store.js +104 -14
- package/dist/storage/status-store/atomic-status-write.d.ts +5 -0
- package/dist/storage/status-store/atomic-status-write.js +57 -0
- package/dist/storage/status-store/file-lock.js +30 -11
- package/dist/storage/status-store/self-healing.js +3 -3
- package/dist/storage/status-store/version-sync.d.ts +2 -1
- package/dist/storage/status-store/version-sync.js +35 -40
- package/dist/storage/usage-store.d.ts +1 -5
- package/dist/storage/usage-store.js +0 -35
- package/dist/tools/auto-update-handler.d.ts +3 -3
- package/dist/tools/auto-update-handler.js +3 -3
- package/dist/tools/challenge-spec/resilience-challenge-scenarios.d.ts +2 -1
- package/dist/tools/challenge-spec/resilience-challenge-scenarios.js +10 -7
- package/dist/tools/challenge-spec/scenario-collector.js +1 -1
- package/dist/tools/challenge-spec/scenarios-data.js +1 -1
- package/dist/tools/challenge-spec/scenarios-utils.d.ts +1 -1
- package/dist/tools/challenge-spec/scenarios-utils.js +35 -11
- package/dist/tools/challenge-spec.js +5 -5
- package/dist/tools/check-readiness.js +1 -1
- package/dist/tools/configure-telemetry.js +30 -2
- package/dist/tools/create-spec/spec-builder.js +0 -11
- package/dist/tools/create-spec.d.ts +1 -0
- package/dist/tools/create-spec.js +444 -239
- package/dist/tools/git/branch-ops.d.ts +1 -1
- package/dist/tools/git/branch-ops.js +3 -2
- package/dist/tools/init-project/handler.js +10 -12
- package/dist/tools/init-project/host-assets-writer.js +26 -1
- package/dist/tools/init-project/lint-scaffolder.d.ts +3 -3
- package/dist/tools/init-project/migration-runner.d.ts +2 -4
- package/dist/tools/init-project/migration-runner.js +3 -2
- package/dist/tools/init-project/portable-index-reconciler.d.ts +4 -0
- package/dist/tools/init-project/portable-index-reconciler.js +14 -0
- package/dist/tools/init-project/result-builder.js +1 -3
- package/dist/tools/jobs/handlers.js +38 -6
- package/dist/tools/list-specs.js +5 -26
- package/dist/tools/merge-risk-handler.js +2 -2
- package/dist/tools/package-handoff.js +2 -0
- package/dist/tools/reconcile-spec.js +0 -27
- package/dist/tools/register-agent-squad-tools.js +2 -2
- package/dist/tools/register-platform-tools/design-stack-tools.js +11 -11
- package/dist/tools/register-platform-tools/lifecycle-infra-tools.js +7 -7
- package/dist/tools/register-sdd-tools.d.ts +1 -1
- package/dist/tools/register-sdd-tools.js +2 -29
- package/dist/tools/register-spec-tools/analysis-tools.js +8 -8
- package/dist/tools/register-spec-tools/core-spec-tools.js +17 -8
- package/dist/tools/safe-handler.d.ts +5 -13
- package/dist/tools/safe-handler.js +7 -23
- package/dist/tools/schemas/index.d.ts +1 -1
- package/dist/tools/schemas/index.js +1 -1
- package/dist/tools/schemas/output-schemas.d.ts +0 -23
- package/dist/tools/schemas/output-schemas.js +0 -28
- package/dist/tools/schemas/spec.d.ts +4 -0
- package/dist/tools/schemas/spec.js +3 -0
- package/dist/tools/schemas/validate-output-schema.d.ts +11 -0
- package/dist/tools/schemas/validate-output-schema.js +7 -0
- package/dist/tools/spec-prompt-handler.js +3 -3
- package/dist/tools/sync-spec-state-handler.d.ts +1 -1
- package/dist/tools/sync-spec-state-handler.js +1 -1
- package/dist/tools/tool-entry.d.ts +4 -4
- package/dist/tools/tool-entry.js +3 -3
- package/dist/tools/tool-registry/core-tools.js +31 -15
- package/dist/tools/tool-registry/group-infra.js +27 -110
- package/dist/tools/tool-registry/group-quality-compliance.js +26 -26
- package/dist/tools/tool-registry/inventory.d.ts +2 -0
- package/dist/tools/tool-registry/inventory.js +2 -0
- package/dist/tools/tool-registry-helpers.d.ts +3 -3
- package/dist/tools/tool-registry-helpers.js +3 -3
- package/dist/tools/tool-usage-report/registered-tools.d.ts +1 -1
- package/dist/tools/tool-usage-report/registered-tools.js +3 -15
- package/dist/tools/update-status/approval-gates.js +3 -0
- package/dist/tools/update-status/done-receipt-verifier.js +40 -27
- package/dist/tools/update-status/evidence-gate.js +36 -1
- package/dist/tools/update-status/file-sync.d.ts +2 -1
- package/dist/tools/update-status/file-sync.js +57 -6
- package/dist/tools/update-status/index.d.ts +2 -0
- package/dist/tools/update-status/index.js +95 -58
- package/dist/tools/update-status/response-builder.js +3 -3
- package/dist/tools/update-status/side-effects.d.ts +2 -0
- package/dist/tools/update-status/side-effects.js +2 -2
- package/dist/tools/update-status/transition-guard.js +32 -15
- package/dist/tools/update-status-actions.d.ts +4 -2
- package/dist/tools/update-status-actions.js +16 -14
- package/dist/tools/usage-report.js +1 -16
- package/dist/tools/usage-stats.js +1 -18
- package/dist/tools/usage-tracking.d.ts +4 -0
- package/dist/tools/usage-tracking.js +20 -0
- package/dist/tools/validate-lint.d.ts +1 -0
- package/dist/tools/validate-lint.js +1 -1
- package/dist/tools/validate.d.ts +2 -1
- package/dist/tools/validate.js +114 -34
- package/dist/transports/http-transport.js +6 -8
- package/dist/transports/mcp-types.d.ts +0 -2
- package/dist/transports/session-context.js +1 -1
- package/dist/types/cascade-hooks.d.ts +1 -1
- package/dist/types/ci.d.ts +0 -4
- package/dist/types/clarification-token.d.ts +1 -1
- package/dist/types/claude-code-runtime.d.ts +0 -27
- package/dist/types/commercial-migration.d.ts +17 -0
- package/dist/types/commercial-migration.js +2 -0
- package/dist/types/common/primitives.d.ts +0 -2
- package/dist/types/core-bridge.d.ts +4 -10
- package/dist/types/dashboard.d.ts +3 -7
- package/dist/types/docs.d.ts +0 -1
- package/dist/types/durable-job.d.ts +4 -4
- package/dist/types/durable-validation.d.ts +100 -2
- package/dist/types/durable-validation.js +165 -1
- package/dist/types/errors/structured-error.d.ts +3 -3
- package/dist/types/estimation.d.ts +2 -0
- package/dist/types/evidence-gates.d.ts +9 -1
- package/dist/types/execution.d.ts +2 -0
- package/dist/types/gemini-integration.d.ts +0 -11
- package/dist/types/handoff-artifacts.d.ts +41 -0
- package/dist/types/hooks-advanced.d.ts +0 -13
- package/dist/types/impact-detection.d.ts +2 -2
- package/dist/types/index.d.ts +2 -6
- package/dist/types/index.js +1 -5
- package/dist/types/kiro-integration.d.ts +0 -6
- package/dist/types/network-policy.d.ts +1 -1
- package/dist/types/project/lint-scaffolder.d.ts +1 -1
- package/dist/types/runtime-policy.d.ts +11 -0
- package/dist/types/session-safeguard.d.ts +0 -31
- package/dist/types/spec/canonical-repair.d.ts +81 -0
- package/dist/types/spec/canonical-repair.js +2 -0
- package/dist/types/spec/core.d.ts +14 -0
- package/dist/types/spec/index.d.ts +1 -0
- package/dist/types/spec/index.js +1 -0
- package/dist/types/spec/inputs.d.ts +29 -0
- package/dist/types/spec-format.d.ts +24 -0
- package/dist/types/telemetry.d.ts +4 -1
- package/dist/types/transport.d.ts +0 -2
- package/dist/types/usage.d.ts +1 -36
- package/dist/types/usage.js +1 -1
- package/dist/types/validate-worker.d.ts +6 -0
- package/dist/types/validation-receipt.d.ts +1 -1
- package/dist/types/validation.d.ts +2 -2
- package/package.json +16 -12
- package/planu-native.json +1 -1
- package/planu-plugin.json +23 -40
- package/scripts/lib/pending-release-file.mjs +93 -0
- package/src/i18n/messages/en.json +0 -41
- package/src/i18n/messages/es.json +0 -41
- package/src/i18n/messages/pt.json +0 -41
- package/dist/cli/commands/activate.d.ts +0 -14
- package/dist/cli/commands/activate.js +0 -174
- package/dist/config/license-plans.json +0 -251
- package/dist/config/product-public.ts +0 -148
- package/dist/config/server-instructions.ts +0 -121
- package/dist/config/version-defaults.ts +0 -76
- package/dist/config/version.ts +0 -21
- package/dist/engine/ai-integration/gemini/settings-generator.d.ts +0 -4
- package/dist/engine/ai-integration/gemini/settings-generator.js +0 -195
- package/dist/engine/ai-integration/kiro/hooks-generator.d.ts +0 -6
- package/dist/engine/ai-integration/kiro/hooks-generator.js +0 -75
- package/dist/engine/hooks/full-spectrum-generator.d.ts +0 -32
- package/dist/engine/hooks/full-spectrum-generator.js +0 -117
- package/dist/engine/license-validator/config-loader.d.ts +0 -5
- package/dist/engine/license-validator/config-loader.js +0 -16
- package/dist/engine/license-validator/core.d.ts +0 -15
- package/dist/engine/license-validator/core.js +0 -151
- package/dist/engine/license-validator/fingerprint.d.ts +0 -3
- package/dist/engine/license-validator/fingerprint.js +0 -17
- package/dist/engine/license-validator/lemon-squeezy.d.ts +0 -5
- package/dist/engine/license-validator/lemon-squeezy.js +0 -55
- package/dist/engine/license-validator.d.ts +0 -5
- package/dist/engine/license-validator.js +0 -6
- package/dist/engine/product-intelligence/index.d.ts +0 -7
- package/dist/engine/product-intelligence/index.js +0 -211
- package/dist/engine/session/auto-save.d.ts +0 -18
- package/dist/engine/session/auto-save.js +0 -98
- package/dist/engine/session/context-snapshot.d.ts +0 -8
- package/dist/engine/session/context-snapshot.js +0 -49
- package/dist/engine/session/memory-sync.d.ts +0 -12
- package/dist/engine/session/memory-sync.js +0 -34
- package/dist/engine/session/session-diff.d.ts +0 -11
- package/dist/engine/session/session-diff.js +0 -42
- package/dist/engine/session/session-merge.d.ts +0 -12
- package/dist/engine/session/session-merge.js +0 -55
- package/dist/engine/session-safeguard/checkpoint-runner.d.ts +0 -4
- package/dist/engine/session-safeguard/checkpoint-runner.js +0 -70
- package/dist/engine/session-safeguard/learnings-buffer.d.ts +0 -15
- package/dist/engine/session-safeguard/learnings-buffer.js +0 -91
- package/dist/engine/session-safeguard/precompaction-drain.d.ts +0 -10
- package/dist/engine/session-safeguard/precompaction-drain.js +0 -82
- package/dist/engine/session-safeguard/unpushed-detector.d.ts +0 -7
- package/dist/engine/session-safeguard/unpushed-detector.js +0 -59
- package/dist/engine/spec-changelog/core.d.ts +0 -16
- package/dist/engine/spec-changelog/core.js +0 -176
- package/dist/engine/spec-changelog/diff.d.ts +0 -18
- package/dist/engine/spec-changelog/diff.js +0 -121
- package/dist/engine/spec-changelog/index.d.ts +0 -3
- package/dist/engine/spec-changelog/index.js +0 -4
- package/dist/engine/trial-engine.d.ts +0 -5
- package/dist/engine/trial-engine.js +0 -14
- package/dist/engine/usage-tracker/rate-check.d.ts +0 -7
- package/dist/engine/usage-tracker/rate-check.js +0 -18
- package/dist/engine/usage-tracker/rate-limiter.d.ts +0 -14
- package/dist/engine/usage-tracker/rate-limiter.js +0 -73
- package/dist/engine/usage-tracker/trial.d.ts +0 -27
- package/dist/engine/usage-tracker/trial.js +0 -49
- package/dist/engine/webhook/event-handlers.d.ts +0 -25
- package/dist/engine/webhook/event-handlers.js +0 -89
- package/dist/engine/webhook/index.d.ts +0 -4
- package/dist/engine/webhook/index.js +0 -5
- package/dist/engine/webhook/server.d.ts +0 -12
- package/dist/engine/webhook/server.js +0 -249
- package/dist/engine/webhook/signature.d.ts +0 -16
- package/dist/engine/webhook/signature.js +0 -49
- package/dist/storage/license-store.d.ts +0 -6
- package/dist/storage/license-store.js +0 -63
- package/dist/storage/session-store.d.ts +0 -20
- package/dist/storage/session-store.js +0 -136
- package/dist/tools/activate-license.d.ts +0 -6
- package/dist/tools/activate-license.js +0 -132
- package/dist/tools/checkpoint-handler.d.ts +0 -3
- package/dist/tools/checkpoint-handler.js +0 -130
- package/dist/tools/export-session.d.ts +0 -3
- package/dist/tools/export-session.js +0 -90
- package/dist/tools/license-gate.d.ts +0 -18
- package/dist/tools/license-gate.js +0 -222
- package/dist/tools/license-status.d.ts +0 -3
- package/dist/tools/license-status.js +0 -93
- package/dist/tools/list-sessions.d.ts +0 -3
- package/dist/tools/list-sessions.js +0 -46
- package/dist/tools/planu-session-checkpoint.d.ts +0 -6
- package/dist/tools/planu-session-checkpoint.js +0 -42
- package/dist/tools/restore-session.d.ts +0 -3
- package/dist/tools/restore-session.js +0 -71
- package/dist/tools/spec-history.d.ts +0 -3
- package/dist/tools/spec-history.js +0 -59
- package/dist/tools/webhook.d.ts +0 -6
- package/dist/tools/webhook.js +0 -150
- package/dist/types/changelog.d.ts +0 -49
- package/dist/types/changelog.js +0 -3
- package/dist/types/licensing.d.ts +0 -109
- package/dist/types/licensing.js +0 -4
- package/dist/types/product-intelligence.d.ts +0 -60
- package/dist/types/product-intelligence.js +0 -3
- package/dist/types/session.d.ts +0 -84
- package/dist/types/session.js +0 -3
- package/dist/types/webhook.d.ts +0 -62
- package/dist/types/webhook.js +0 -4
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{ "text": "Blog", "path": "blog/" }
|
|
24
24
|
],
|
|
25
25
|
"chrome": {
|
|
26
|
-
"footerLead": "Free
|
|
26
|
+
"footerLead": "Free commercial and non-commercial use",
|
|
27
27
|
"support": "Support Planu",
|
|
28
28
|
"changelog": "Changelog",
|
|
29
29
|
"reportBug": "Report a bug",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{ "text": "Blog", "path": "blog/" }
|
|
56
56
|
],
|
|
57
57
|
"chrome": {
|
|
58
|
-
"footerLead": "
|
|
58
|
+
"footerLead": "Uso comercial y no comercial gratuito",
|
|
59
59
|
"support": "Apoyar Planu",
|
|
60
60
|
"changelog": "Cambios",
|
|
61
61
|
"reportBug": "Reportar un error",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
{ "text": "Blog", "path": "/es/blog/" }
|
|
88
88
|
],
|
|
89
89
|
"chrome": {
|
|
90
|
-
"footerLead": "
|
|
90
|
+
"footerLead": "Uso comercial y no comercial gratuito",
|
|
91
91
|
"support": "Apoyar Planu",
|
|
92
92
|
"changelog": "Cambios",
|
|
93
93
|
"reportBug": "Informar de un error",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
{ "text": "Comparação", "path": "comparison" }
|
|
120
120
|
],
|
|
121
121
|
"chrome": {
|
|
122
|
-
"footerLead": "
|
|
122
|
+
"footerLead": "Uso comercial e não comercial gratuito",
|
|
123
123
|
"support": "Apoiar o Planu",
|
|
124
124
|
"changelog": "Novidades",
|
|
125
125
|
"reportBug": "Reportar um erro",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
{ "text": "Comparatif", "path": "comparison" }
|
|
152
152
|
],
|
|
153
153
|
"chrome": {
|
|
154
|
-
"footerLead": "
|
|
154
|
+
"footerLead": "Usage commercial et non commercial gratuit",
|
|
155
155
|
"support": "Soutenir Planu",
|
|
156
156
|
"changelog": "Nouveautés",
|
|
157
157
|
"reportBug": "Signaler un bug",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
{ "text": "Vergleich", "path": "comparison" }
|
|
184
184
|
],
|
|
185
185
|
"chrome": {
|
|
186
|
-
"footerLead": "
|
|
186
|
+
"footerLead": "Kostenlose kommerzielle und private Nutzung",
|
|
187
187
|
"support": "Planu unterstützen",
|
|
188
188
|
"changelog": "Änderungen",
|
|
189
189
|
"reportBug": "Fehler melden",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
{ "text": "对比", "path": "comparison" }
|
|
216
216
|
],
|
|
217
217
|
"chrome": {
|
|
218
|
-
"footerLead": "
|
|
218
|
+
"footerLead": "商业和非商业用途均可免费使用",
|
|
219
219
|
"support": "支持 Planu",
|
|
220
220
|
"changelog": "更新日志",
|
|
221
221
|
"reportBug": "报告问题",
|
|
@@ -274,35 +274,6 @@
|
|
|
274
274
|
],
|
|
275
275
|
"claims": {
|
|
276
276
|
"installCommand": "npx -y @planu/cli@latest install",
|
|
277
|
-
"publicToolInventory": [
|
|
278
|
-
"planu_status",
|
|
279
|
-
"facilitate",
|
|
280
|
-
"init_project",
|
|
281
|
-
"clarify_requirements",
|
|
282
|
-
"create_spec",
|
|
283
|
-
"list_specs",
|
|
284
|
-
"challenge_spec",
|
|
285
|
-
"check_readiness",
|
|
286
|
-
"update_status",
|
|
287
|
-
"update_status_batch",
|
|
288
|
-
"package_handoff",
|
|
289
|
-
"validate",
|
|
290
|
-
"get_job",
|
|
291
|
-
"watch_job",
|
|
292
|
-
"cancel_job",
|
|
293
|
-
"restart_job",
|
|
294
|
-
"reconcile_spec",
|
|
295
|
-
"create_rule",
|
|
296
|
-
"create_skill",
|
|
297
|
-
"skill_search",
|
|
298
|
-
"configure_code_graph",
|
|
299
|
-
"code_graph_status",
|
|
300
|
-
"submit_feedback",
|
|
301
|
-
"triage_feedback",
|
|
302
|
-
"resolve_feedback",
|
|
303
|
-
"sync_feedback",
|
|
304
|
-
"feedback_status"
|
|
305
|
-
],
|
|
306
277
|
"registryReadmeBaseline": {
|
|
307
278
|
"package": "@planu/cli",
|
|
308
279
|
"version": "4.13.0",
|
|
@@ -1,379 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "codex",
|
|
3
3
|
"name": "Codex",
|
|
4
|
-
"capabilities": {
|
|
5
|
-
"interactiveUI": false,
|
|
6
|
-
"askUserQuestion": false,
|
|
7
|
-
"freeTier": false,
|
|
8
|
-
"mcpFull": true
|
|
9
|
-
},
|
|
4
|
+
"capabilities": { "interactiveUI": false, "askUserQuestion": false, "freeTier": false, "mcpFull": true },
|
|
10
5
|
"supportedTools": [
|
|
11
|
-
"list_specs",
|
|
12
|
-
"validate",
|
|
13
|
-
"create_spec",
|
|
14
|
-
"update_status",
|
|
15
|
-
"check_readiness",
|
|
16
6
|
"planu_status",
|
|
17
|
-
"facilitate",
|
|
18
|
-
"plan_mode",
|
|
19
|
-
"generate_steering_file",
|
|
20
|
-
"list_steering_files",
|
|
21
|
-
"search_specs",
|
|
22
|
-
"spec_quality_score",
|
|
23
|
-
"analyze_spec_size",
|
|
24
|
-
"decompose_spec",
|
|
25
|
-
"estimate",
|
|
26
7
|
"session_checkpoint",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"manage_drift",
|
|
43
|
-
"sync_spec_state",
|
|
8
|
+
"facilitate",
|
|
9
|
+
"init_project",
|
|
10
|
+
"clarify_requirements",
|
|
11
|
+
"create_spec",
|
|
12
|
+
"list_specs",
|
|
13
|
+
"challenge_spec",
|
|
14
|
+
"check_readiness",
|
|
15
|
+
"update_status",
|
|
16
|
+
"update_status_batch",
|
|
17
|
+
"package_handoff",
|
|
18
|
+
"validate",
|
|
19
|
+
"get_job",
|
|
20
|
+
"watch_job",
|
|
21
|
+
"cancel_job",
|
|
22
|
+
"restart_job",
|
|
44
23
|
"reconcile_spec",
|
|
45
|
-
"health_check_all",
|
|
46
|
-
"spec_health_check",
|
|
47
|
-
"tokens",
|
|
48
|
-
"usage_stats",
|
|
49
|
-
"configure_workers",
|
|
50
|
-
"lock_spec",
|
|
51
|
-
"unlock_spec",
|
|
52
|
-
"list_locks",
|
|
53
|
-
"configure_spec_hooks",
|
|
54
|
-
"list_spec_hooks",
|
|
55
|
-
"register_api_surface",
|
|
56
|
-
"analyze_breaking_changes",
|
|
57
|
-
"check_api_compatibility",
|
|
58
|
-
"track_tech_debt",
|
|
59
|
-
"list_tech_debt",
|
|
60
|
-
"capture_idea",
|
|
61
|
-
"list_backlog",
|
|
62
|
-
"promote_idea",
|
|
63
|
-
"log_lesson",
|
|
64
|
-
"list_lessons",
|
|
65
|
-
"semantic_search",
|
|
66
|
-
"render_spec_for_provider",
|
|
67
|
-
"convert_to_bdd",
|
|
68
|
-
"generate_e2e_tests",
|
|
69
|
-
"run_spec_lint",
|
|
70
|
-
"suggest_criteria",
|
|
71
|
-
"inject_criteria",
|
|
72
|
-
"check_compliance",
|
|
73
|
-
"generate_compliance_report",
|
|
74
|
-
"rollback_release",
|
|
75
|
-
"create_release",
|
|
76
|
-
"onboarding_progress",
|
|
77
|
-
"list_templates",
|
|
78
|
-
"apply_template",
|
|
79
|
-
"cookbook_list",
|
|
80
|
-
"cookbook_get",
|
|
81
|
-
"generate_docs_site",
|
|
82
|
-
"generate_proposal",
|
|
83
|
-
"plan_team_distribution",
|
|
84
|
-
"optimize_spec_scheduling",
|
|
85
|
-
"context_window_status",
|
|
86
|
-
"optimize_context",
|
|
87
|
-
"archive_spec_context",
|
|
88
|
-
"bulk_import",
|
|
89
|
-
"workspace_overview",
|
|
90
|
-
"workspace_health",
|
|
91
|
-
"search_all_projects",
|
|
92
|
-
"publish_registry",
|
|
93
|
-
"start_hooks",
|
|
94
|
-
"stop_hooks",
|
|
95
|
-
"hook_status",
|
|
96
|
-
"configure_hooks",
|
|
97
|
-
"filesystem_hooks_status",
|
|
98
|
-
"configure_filesystem_hooks",
|
|
99
|
-
"start_dashboard",
|
|
100
|
-
"stop_dashboard",
|
|
101
|
-
"start_oauth_flow",
|
|
102
|
-
"oauth_status",
|
|
103
|
-
"reconcile_rules",
|
|
104
|
-
"reconcile_hooks",
|
|
105
|
-
"reconcile_universal_rules",
|
|
106
|
-
"configure_memory",
|
|
107
|
-
"memory_status",
|
|
108
|
-
"configure_code_graph",
|
|
109
|
-
"code_graph_status",
|
|
110
|
-
"detect_project_dna",
|
|
111
|
-
"update_project_dna",
|
|
112
|
-
"bootstrap_project_intelligence",
|
|
113
|
-
"generate_hooks_for_stack",
|
|
114
|
-
"preview_hooks",
|
|
115
|
-
"merge_hooks",
|
|
116
|
-
"suggest_deletions",
|
|
117
|
-
"simplicity_metric",
|
|
118
|
-
"sustainability_score",
|
|
119
|
-
"auto_fix_health",
|
|
120
|
-
"auto_fix_validation",
|
|
121
|
-
"scan_crash_risks",
|
|
122
|
-
"fix_crash_risks",
|
|
123
|
-
"security_scan_pro",
|
|
124
|
-
"validate_api_contract",
|
|
125
|
-
"validate_browser",
|
|
126
|
-
"validate_criteria_quality",
|
|
127
|
-
"rewrite_criteria_ears",
|
|
128
|
-
"ears_lint",
|
|
129
|
-
"generate_validation_schema",
|
|
130
|
-
"generate_api_client",
|
|
131
|
-
"transform_code",
|
|
132
|
-
"generate_batch_script",
|
|
133
|
-
"generate_automation_guide",
|
|
134
|
-
"generate_diagram",
|
|
135
|
-
"check_parallel_safety",
|
|
136
|
-
"analyze_performance_impact",
|
|
137
|
-
"recommend_model",
|
|
138
|
-
"render_spec_for_provider",
|
|
139
|
-
"triage_request",
|
|
140
|
-
"generate_ide_config",
|
|
141
|
-
"generate_spec_from_issue",
|
|
142
|
-
"generate_spec_from_diff",
|
|
143
|
-
"generate_spec_from_pr",
|
|
144
|
-
"generate_spec_from_commit_range",
|
|
145
|
-
"visual_spec_diff",
|
|
146
|
-
"three_way_merge",
|
|
147
|
-
"merge_preview",
|
|
148
|
-
"apply_merge",
|
|
149
|
-
"diff_spec_versions",
|
|
150
|
-
"spec_version_history",
|
|
151
|
-
"branch_spec",
|
|
152
|
-
"merge_spec_branch",
|
|
153
|
-
"bump_spec_version",
|
|
154
|
-
"version_spec",
|
|
155
|
-
"export_spec_bundle",
|
|
156
|
-
"import_spec_bundle",
|
|
157
|
-
"generate_spec_from_api",
|
|
158
|
-
"generate_spec_from_design",
|
|
159
|
-
"reverse_engineer_tests",
|
|
160
|
-
"export_session",
|
|
161
|
-
"list_sessions",
|
|
162
|
-
"restore_session",
|
|
163
|
-
"flag_spec_gap",
|
|
164
|
-
"housekeeping_sweep",
|
|
165
|
-
"reconcile_status_json",
|
|
166
|
-
"repair_frontmatter_drift",
|
|
167
|
-
"generate_spec_dashboard",
|
|
168
|
-
"update_registry",
|
|
169
|
-
"configure_approval_policy",
|
|
170
|
-
"configure_checkpoint_policy",
|
|
171
|
-
"configure_auto_promotion",
|
|
172
|
-
"check_auto_promotion",
|
|
173
|
-
"configure_tdd_policy",
|
|
174
|
-
"tdd_status",
|
|
175
|
-
"configure_drift_monitoring",
|
|
176
|
-
"drift_alert_rules",
|
|
177
|
-
"configure_roles",
|
|
178
|
-
"assign_role",
|
|
179
|
-
"configure_supabase",
|
|
180
|
-
"configure_sentry",
|
|
181
|
-
"configure_figma",
|
|
182
|
-
"add_figma_file",
|
|
183
|
-
"remove_figma_file",
|
|
184
|
-
"sync_figma_changes",
|
|
185
|
-
"sync_figma_code_connect",
|
|
186
|
-
"sync_figma_tokens_to_code",
|
|
187
|
-
"extract_figma_design_tokens",
|
|
188
|
-
"validate_token_consistency",
|
|
189
|
-
"generate_figma_rules_file",
|
|
190
|
-
"generate_figma_e2e_tests",
|
|
191
|
-
"enrich_specs_from_figma",
|
|
192
|
-
"get_figma_context_for_spec",
|
|
193
|
-
"import_figma_project",
|
|
194
|
-
"check_figma_design_drift",
|
|
195
|
-
"figma_visual_diff_report",
|
|
196
|
-
"list_figma_frames",
|
|
197
|
-
"list_figma_responsive_frames",
|
|
198
|
-
"sync_storybook_components",
|
|
199
|
-
"list_storybook_components",
|
|
200
|
-
"inject_component_context",
|
|
201
|
-
"deploy_spec",
|
|
202
|
-
"deploy_status",
|
|
203
|
-
"configure_deploy_target",
|
|
204
|
-
"pr_status",
|
|
205
|
-
"review_pr",
|
|
206
|
-
"link_pr_to_spec",
|
|
207
|
-
"list_spec_prs",
|
|
208
|
-
"generate_planu_ci",
|
|
209
|
-
"generate_sub_agent",
|
|
210
|
-
"generate_execution_plan",
|
|
211
|
-
"generate_adr",
|
|
212
|
-
"generate_annotations",
|
|
213
|
-
"generate_checklist",
|
|
214
|
-
"validate_annotations",
|
|
215
|
-
"generate_tests",
|
|
216
|
-
"generate_tests_mobile",
|
|
217
|
-
"generate_tests_content",
|
|
218
|
-
"generate_edge_tests",
|
|
219
|
-
"run_validation_loop",
|
|
220
|
-
"spec_effectiveness_score",
|
|
221
|
-
"analytics_report",
|
|
222
|
-
"tool_usage_report",
|
|
223
|
-
"observatory_insights",
|
|
224
|
-
"license_status",
|
|
225
|
-
"activate_license",
|
|
226
|
-
"deactivate_license",
|
|
227
|
-
"check_update_status",
|
|
228
|
-
"enable_auto_update",
|
|
229
|
-
"pin_version",
|
|
230
|
-
"configure_llm_providers",
|
|
231
|
-
"llm_provider_status",
|
|
232
|
-
"configure_slack",
|
|
233
|
-
"slack_notify",
|
|
234
|
-
"slack_status",
|
|
235
|
-
"remove_slack",
|
|
236
|
-
"registry_login",
|
|
237
|
-
"registry_logout",
|
|
238
|
-
"registry_whoami",
|
|
239
|
-
"registry_publish",
|
|
240
|
-
"registry_search",
|
|
241
|
-
"registry_install",
|
|
242
|
-
"manage_plugins",
|
|
243
|
-
"scaffold_plugin",
|
|
244
|
-
"suggest_token_optimizer",
|
|
245
|
-
"token_optimizer_status",
|
|
246
|
-
"install_plugins",
|
|
247
|
-
"skill_install",
|
|
248
|
-
"skill_search",
|
|
249
|
-
"find_skills",
|
|
250
|
-
"configure_skill_registries",
|
|
251
|
-
"ai_ecosystem_status",
|
|
252
|
-
"ecosystem_status",
|
|
253
|
-
"sync_ai_configs",
|
|
254
24
|
"create_rule",
|
|
255
25
|
"create_skill",
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"configure_permissions",
|
|
260
|
-
"start_onboarding",
|
|
261
|
-
"onboarding_checklist",
|
|
262
|
-
"onboarding_progress",
|
|
263
|
-
"quick_start",
|
|
264
|
-
"guided_tour",
|
|
265
|
-
"capture_learning",
|
|
266
|
-
"check_spec_accuracy",
|
|
267
|
-
"reality_check",
|
|
268
|
-
"plan_upgrade",
|
|
269
|
-
"event_contracts",
|
|
270
|
-
"data_governance",
|
|
271
|
-
"legal_compliance_report",
|
|
272
|
-
"architecture_lint",
|
|
273
|
-
"solid_check",
|
|
274
|
-
"snapshot_spec_hashes",
|
|
275
|
-
"spec_coverage",
|
|
276
|
-
"spec_diff",
|
|
277
|
-
"verify_integrations",
|
|
278
|
-
"validate_stack",
|
|
279
|
-
"audit_stack",
|
|
280
|
-
"detect_deprecations",
|
|
281
|
-
"detect_contradictions",
|
|
282
|
-
"detect_duplication",
|
|
283
|
-
"add_comment",
|
|
284
|
-
"list_comments",
|
|
285
|
-
"resolve_comment",
|
|
286
|
-
"reply_comment",
|
|
287
|
-
"request_changes",
|
|
288
|
-
"log_decision",
|
|
289
|
-
"knowledge_gap_detector",
|
|
290
|
-
"knowledge_summary",
|
|
291
|
-
"similar_problems_finder",
|
|
292
|
-
"approve_testimonial",
|
|
293
|
-
"list_testimonials",
|
|
26
|
+
"skill_search",
|
|
27
|
+
"configure_code_graph",
|
|
28
|
+
"code_graph_status",
|
|
294
29
|
"submit_feedback",
|
|
295
30
|
"triage_feedback",
|
|
296
31
|
"resolve_feedback",
|
|
297
32
|
"sync_feedback",
|
|
298
|
-
"feedback_status"
|
|
299
|
-
"delete_spec",
|
|
300
|
-
"delete_project",
|
|
301
|
-
"delete_pattern",
|
|
302
|
-
"delete_decision",
|
|
303
|
-
"manage_trash",
|
|
304
|
-
"mark_as_spec_source",
|
|
305
|
-
"list_spec_bindings",
|
|
306
|
-
"sync_spec_from_code",
|
|
307
|
-
"test_spec_hook",
|
|
308
|
-
"disable_spec_hook",
|
|
309
|
-
"enable_spec_hook",
|
|
310
|
-
"resolve_tech_debt",
|
|
311
|
-
"debt_forecast",
|
|
312
|
-
"tech_debt_budget",
|
|
313
|
-
"worker_status",
|
|
314
|
-
"start_webhook",
|
|
315
|
-
"stop_webhook",
|
|
316
|
-
"webhook_status",
|
|
317
|
-
"configure_webhook",
|
|
318
|
-
"remove_webhook",
|
|
319
|
-
"outbound_webhook_status",
|
|
320
|
-
"configure_oauth",
|
|
321
|
-
"configure_release_notes",
|
|
322
|
-
"preview_release_notes",
|
|
323
|
-
"generate_release_notes",
|
|
324
|
-
"generate_dashboard",
|
|
325
|
-
"generate_compliance_tests",
|
|
326
|
-
"compliance_coverage_report",
|
|
327
|
-
"generate_attestation",
|
|
328
|
-
"audit_log_export",
|
|
329
|
-
"export_audit_trail",
|
|
330
|
-
"data_retention_policy",
|
|
331
|
-
"auto_remediate_compliance",
|
|
332
|
-
"configure_compliance",
|
|
333
|
-
"configure_compliance_gate",
|
|
334
|
-
"compliance_gate_status",
|
|
335
|
-
"verify_spec_compliance",
|
|
336
|
-
"generate_rls_spec",
|
|
337
|
-
"supabase_status",
|
|
338
|
-
"sync_supabase_schema",
|
|
339
|
-
"sentry_status",
|
|
340
|
-
"sentry_errors_report",
|
|
341
|
-
"sentry_error_to_spec",
|
|
342
|
-
"figma_status",
|
|
343
|
-
"configure_figma_webhook",
|
|
344
|
-
"remove_figma_webhook",
|
|
345
|
-
"remove_slack",
|
|
346
|
-
"validate_browser",
|
|
347
|
-
"validate_api_contract",
|
|
348
|
-
"validate_criteria_quality",
|
|
349
|
-
"generate_validation_schema",
|
|
350
|
-
"generate_api_client",
|
|
351
|
-
"generate_spec_from_api",
|
|
352
|
-
"generate_spec_from_design",
|
|
353
|
-
"import_spec",
|
|
354
|
-
"export_specs_csv",
|
|
355
|
-
"export_specs_markdown",
|
|
356
|
-
"import_gherkin",
|
|
357
|
-
"export_gherkin",
|
|
358
|
-
"generate_spec_from_diff",
|
|
359
|
-
"generate_spec_from_pr",
|
|
360
|
-
"generate_spec_from_commit_range",
|
|
361
|
-
"living_reconcile_spec",
|
|
362
|
-
"heal_spec_docs",
|
|
363
|
-
"configure_observability",
|
|
364
|
-
"configure_telemetry",
|
|
365
|
-
"telemetry_health",
|
|
366
|
-
"estimate_ai_cost",
|
|
367
|
-
"scan_project",
|
|
368
|
-
"export_spec",
|
|
369
|
-
"decompose_spec",
|
|
370
|
-
"validate_workflow",
|
|
371
|
-
"multi_agent_review",
|
|
372
|
-
"generate_automation_guide",
|
|
373
|
-
"generate_diagram",
|
|
374
|
-
"check_parallel_safety",
|
|
375
|
-
"analyze_performance_impact",
|
|
376
|
-
"recommend_model"
|
|
33
|
+
"feedback_status"
|
|
377
34
|
],
|
|
378
35
|
"unsupportedTools": ["challenge_spec", "red_team"],
|
|
379
36
|
"restrictedTools": {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"supportedNativeTargets": 8,
|
|
4
|
+
"gitIdentity": { "name": "planudev", "email": "hello@planu.dev" },
|
|
4
5
|
"quality": { "branchCoverageMinimum": 88.1, "mutationScoreMinimum": 80 },
|
|
5
6
|
"native": {
|
|
6
7
|
"blockingCommands": [
|
|
@@ -13,12 +14,93 @@
|
|
|
13
14
|
],
|
|
14
15
|
"performance": { "samples": 30, "warmups": 5, "p95RatioMaximum": 1.1, "rssP95RatioMaximum": 1.15 }
|
|
15
16
|
},
|
|
17
|
+
"releaseOptimization": {
|
|
18
|
+
"rustNightlyToolchain": "nightly-2026-04-14",
|
|
19
|
+
"releaseSloSeconds": { "warm": 1500, "cold": 2100, "recovery": 180 },
|
|
20
|
+
"sourceReceiptInputPatterns": [
|
|
21
|
+
"(^|/)package\\.json$",
|
|
22
|
+
"(^|/)(pnpm-lock\\.yaml|Cargo\\.toml|Cargo\\.lock|rust-toolchain(?:\\.toml)?)$",
|
|
23
|
+
"^scripts/",
|
|
24
|
+
"^src/config/release-policy\\.json$"
|
|
25
|
+
],
|
|
26
|
+
"sourceQualityPlan": [
|
|
27
|
+
{ "id": "validate", "executable": "pnpm", "args": ["validate"], "timeoutSeconds": 1800 },
|
|
28
|
+
{ "id": "strict", "executable": "pnpm", "args": ["check:strict"], "timeoutSeconds": 1800 },
|
|
29
|
+
{ "id": "reliability", "executable": "pnpm", "args": ["check:reliability"], "timeoutSeconds": 1800 },
|
|
30
|
+
{ "id": "dependency-freshness", "executable": "pnpm", "args": ["check:deps:fresh"], "timeoutSeconds": 1800 },
|
|
31
|
+
{ "id": "coverage", "executable": "pnpm", "args": ["test:coverage"], "timeoutSeconds": 1800 },
|
|
32
|
+
{ "id": "mutation", "executable": "pnpm", "args": ["audit:mutation"], "timeoutSeconds": 1800 },
|
|
33
|
+
{
|
|
34
|
+
"id": "rust-format",
|
|
35
|
+
"executable": "cargo",
|
|
36
|
+
"args": ["fmt", "--manifest-path", "rust/planu-core/Cargo.toml", "--all", "--", "--check"],
|
|
37
|
+
"timeoutSeconds": 1800
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "rust-clippy",
|
|
41
|
+
"executable": "cargo",
|
|
42
|
+
"args": [
|
|
43
|
+
"clippy",
|
|
44
|
+
"--manifest-path",
|
|
45
|
+
"rust/planu-core/Cargo.toml",
|
|
46
|
+
"--all-targets",
|
|
47
|
+
"--all-features",
|
|
48
|
+
"--",
|
|
49
|
+
"-D",
|
|
50
|
+
"warnings"
|
|
51
|
+
],
|
|
52
|
+
"timeoutSeconds": 1800
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "rust-test",
|
|
56
|
+
"executable": "cargo",
|
|
57
|
+
"args": ["test", "--manifest-path", "rust/planu-core/Cargo.toml", "--all-features"],
|
|
58
|
+
"timeoutSeconds": 1800
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "rust-audit",
|
|
62
|
+
"executable": "cargo",
|
|
63
|
+
"args": ["audit", "--file", "rust/planu-core/Cargo.lock"],
|
|
64
|
+
"timeoutSeconds": 1800
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "rust-policy",
|
|
68
|
+
"executable": "cargo",
|
|
69
|
+
"args": [
|
|
70
|
+
"deny",
|
|
71
|
+
"--manifest-path",
|
|
72
|
+
"rust/planu-core/Cargo.toml",
|
|
73
|
+
"check",
|
|
74
|
+
"--config",
|
|
75
|
+
"rust/planu-core/deny.toml"
|
|
76
|
+
],
|
|
77
|
+
"timeoutSeconds": 1800
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "rust-fuzz",
|
|
81
|
+
"executable": "cargo",
|
|
82
|
+
"args": [
|
|
83
|
+
"+nightly-2026-04-14",
|
|
84
|
+
"fuzz",
|
|
85
|
+
"run",
|
|
86
|
+
"public-inputs",
|
|
87
|
+
"--fuzz-dir",
|
|
88
|
+
"rust/planu-core/fuzz",
|
|
89
|
+
"--",
|
|
90
|
+
"-max_total_time=60"
|
|
91
|
+
],
|
|
92
|
+
"timeoutSeconds": 1800
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"effectiveLinkers": [
|
|
96
|
+
{ "id": "CC", "command": "clang" },
|
|
97
|
+
{ "id": "CXX", "command": "clang++" }
|
|
98
|
+
]
|
|
99
|
+
},
|
|
16
100
|
"workflowActions": {
|
|
17
101
|
"actions/checkout": "d23441a48e516b6c34aea4fa41551a30e30af803",
|
|
18
102
|
"actions/setup-node": "249970729cb0ef3589644e2896645e5dc5ba9c38",
|
|
19
103
|
"actions/upload-artifact": "b7c566a772e6b6bfb58ed0dc250532a479d7789f",
|
|
20
|
-
"actions/download-artifact": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53",
|
|
21
|
-
"actions/attest": "f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6",
|
|
22
104
|
"pnpm/action-setup": "fc06bc1257f339d1d5d8b3a19a8cae5388b55320",
|
|
23
105
|
"dtolnay/rust-toolchain": "2c7215f132e9ebf062739d9130488b56d53c060c",
|
|
24
106
|
"Swatinem/rust-cache": "e18b497796c12c097a38f9edb9d0641fb99eee32"
|
|
@@ -28,11 +28,22 @@
|
|
|
28
28
|
},
|
|
29
29
|
"validation": {
|
|
30
30
|
"defaultDeadlineMs": 1800000,
|
|
31
|
+
"durableLintTimeoutMs": 150000,
|
|
32
|
+
"complianceCommandTimeoutMs": 900000,
|
|
33
|
+
"noProgressTimeoutMs": 960000,
|
|
31
34
|
"submissionLockWaitMs": 180,
|
|
32
35
|
"submissionLockPollMs": 5,
|
|
33
36
|
"workerLeaseMs": 30000,
|
|
34
37
|
"workerHeartbeatMs": 1000,
|
|
35
|
-
"workerConcurrency": 2
|
|
38
|
+
"workerConcurrency": 2,
|
|
39
|
+
"heartbeatStartupTimeoutMs": 5000,
|
|
40
|
+
"heartbeatShutdownTimeoutMs": 5000,
|
|
41
|
+
"heartbeatDatabaseBusyTimeoutMs": 250,
|
|
42
|
+
"freshnessLeaseTtlMs": 2100000,
|
|
43
|
+
"freshnessInvalidationCoalesceMs": 25,
|
|
44
|
+
"receiptPublicationDeadlineMs": 20000,
|
|
45
|
+
"receiptCheckpointLogMaxBytes": 1048576,
|
|
46
|
+
"receiptCheckpointResultMaxBytes": 4194304
|
|
36
47
|
},
|
|
37
48
|
"postCommit": {
|
|
38
49
|
"defaultTaskTimeoutMs": 10000,
|
|
@@ -26,7 +26,7 @@ Use this skill at the start of a session, or when returning to a project after a
|
|
|
26
26
|
1. **Check status** — calls `planu_status` to see all active specs
|
|
27
27
|
2. **Find in-progress** — identifies specs with status `implementing` or `review`
|
|
28
28
|
3. **Load context** — reads the spec's `spec.md` and any inline `## Technical`, `## Files`, and `## Progress` sections
|
|
29
|
-
4. **
|
|
29
|
+
4. **Read checkpoint** — reads `planu/session-context.md` to recover the saved session context
|
|
30
30
|
5. **Report** — summarizes exactly where to resume: which files were being modified, which criteria are still open
|
|
31
31
|
|
|
32
32
|
## What you get
|
|
@@ -48,4 +48,4 @@ User: "resume work" (or start a new session)
|
|
|
48
48
|
|
|
49
49
|
- Run this skill at the start of every session when you have in-progress specs
|
|
50
50
|
- If multiple specs are in-progress, the skill picks the most recently modified one
|
|
51
|
-
- Use `session_checkpoint` at the end of each session to
|
|
51
|
+
- Use `session_checkpoint` at the end of each session to save bounded context for the next one
|
package/dist/core/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { generateLeanTechnicalContent } from '../engine/spec-format/lean-technic
|
|
|
14
14
|
export { checkSpecReadiness } from '../engine/readiness-checker.js';
|
|
15
15
|
export { scoreSpecQuality } from '../engine/spec-quality-scorer.js';
|
|
16
16
|
export { validateSpecFormat } from './spec-validator.js';
|
|
17
|
-
export type { ValidationResult, ValidationError, ValidationWarning, ValidateSpecFormatOptions, ValidationSource, } from '../types/validation.js';
|
|
17
|
+
export type { SpecValidationResult as ValidationResult, ValidationError, ValidationWarning, ValidateSpecFormatOptions, ValidationSource, } from '../types/validation.js';
|
|
18
18
|
export { estimateSpec, inferDifficulty, calculateAccuracy } from '../engine/estimator.js';
|
|
19
19
|
export { calculateEstimation } from '../engine/estimator.js';
|
|
20
20
|
export { analyzeProject, quickAnalyze } from '../engine/analyzer.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { Spec } from '../types/spec/core.js';
|
|
2
|
-
import type {
|
|
3
|
-
export type { ValidationResult, ValidationError, ValidationWarning, ValidateSpecFormatOptions, ValidationSource, } from '../types/validation.js';
|
|
2
|
+
import type { SpecValidationResult, ValidateSpecFormatOptions } from '../types/validation.js';
|
|
3
|
+
export type { SpecValidationResult as ValidationResult, ValidationError, ValidationWarning, ValidateSpecFormatOptions, ValidationSource, } from '../types/validation.js';
|
|
4
4
|
/**
|
|
5
5
|
* Validate a spec's format against the unified spec.md schema (SPEC-630).
|
|
6
6
|
* Reads spec.specPath from disk, runs structural + semantic checks, returns
|
|
7
|
-
* a single
|
|
7
|
+
* a single SpecValidationResult.
|
|
8
8
|
*
|
|
9
9
|
* Pure function: no global side effects, no MCP SDK dependency, no telemetry.
|
|
10
10
|
*/
|
|
11
|
-
export declare function validateSpecFormat(spec: Pick<Spec, 'id' | 'specPath' | 'difficulty' | 'tags' | 'dependencies' | 'scope' | 'target' | 'type' | 'title'>, opts?: ValidateSpecFormatOptions): Promise<
|
|
11
|
+
export declare function validateSpecFormat(spec: Pick<Spec, 'id' | 'specPath' | 'difficulty' | 'tags' | 'dependencies' | 'scope' | 'target' | 'type' | 'title'>, opts?: ValidateSpecFormatOptions): Promise<SpecValidationResult>;
|
|
12
12
|
//# sourceMappingURL=spec-validator.d.ts.map
|
|
@@ -137,7 +137,7 @@ function mapQualityToValidation(dimensions) {
|
|
|
137
137
|
/**
|
|
138
138
|
* Validate a spec's format against the unified spec.md schema (SPEC-630).
|
|
139
139
|
* Reads spec.specPath from disk, runs structural + semantic checks, returns
|
|
140
|
-
* a single
|
|
140
|
+
* a single SpecValidationResult.
|
|
141
141
|
*
|
|
142
142
|
* Pure function: no global side effects, no MCP SDK dependency, no telemetry.
|
|
143
143
|
*/
|