@cleocode/cleo 2026.3.56 → 2026.3.58
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/dist/cli/commander-shim.d.ts +112 -0
- package/dist/cli/commander-shim.d.ts.map +1 -0
- package/dist/cli/commander-shim.js +233 -0
- package/dist/cli/commander-shim.js.map +1 -0
- package/dist/cli/commands/add.d.ts +12 -0
- package/dist/cli/commands/add.d.ts.map +1 -0
- package/dist/cli/commands/add.js +91 -0
- package/dist/cli/commands/add.js.map +1 -0
- package/dist/cli/commands/adr.d.ts +27 -0
- package/dist/cli/commands/adr.d.ts.map +1 -0
- package/dist/cli/commands/adr.js +79 -0
- package/dist/cli/commands/adr.js.map +1 -0
- package/dist/cli/commands/analyze.d.ts +12 -0
- package/dist/cli/commands/analyze.d.ts.map +1 -0
- package/dist/cli/commands/analyze.js +20 -0
- package/dist/cli/commands/analyze.js.map +1 -0
- package/dist/cli/commands/archive-stats.d.ts +18 -0
- package/dist/cli/commands/archive-stats.d.ts.map +1 -0
- package/dist/cli/commands/archive-stats.js +49 -0
- package/dist/cli/commands/archive-stats.js.map +1 -0
- package/dist/cli/commands/archive.d.ts +12 -0
- package/dist/cli/commands/archive.d.ts.map +1 -0
- package/dist/cli/commands/archive.js +32 -0
- package/dist/cli/commands/archive.js.map +1 -0
- package/dist/cli/commands/backup.d.ts +8 -0
- package/dist/cli/commands/backup.d.ts.map +1 -0
- package/dist/cli/commands/backup.js +35 -0
- package/dist/cli/commands/backup.js.map +1 -0
- package/dist/cli/commands/blockers.d.ts +7 -0
- package/dist/cli/commands/blockers.d.ts.map +1 -0
- package/dist/cli/commands/blockers.js +16 -0
- package/dist/cli/commands/blockers.js.map +1 -0
- package/dist/cli/commands/briefing.d.ts +22 -0
- package/dist/cli/commands/briefing.d.ts.map +1 -0
- package/dist/cli/commands/briefing.js +45 -0
- package/dist/cli/commands/briefing.js.map +1 -0
- package/dist/cli/commands/bug.d.ts +12 -0
- package/dist/cli/commands/bug.d.ts.map +1 -0
- package/dist/cli/commands/bug.js +81 -0
- package/dist/cli/commands/bug.js.map +1 -0
- package/dist/cli/commands/checkpoint.d.ts +15 -0
- package/dist/cli/commands/checkpoint.d.ts.map +1 -0
- package/dist/cli/commands/checkpoint.js +91 -0
- package/dist/cli/commands/checkpoint.js.map +1 -0
- package/dist/cli/commands/commands.d.ts +13 -0
- package/dist/cli/commands/commands.d.ts.map +1 -0
- package/dist/cli/commands/commands.js +30 -0
- package/dist/cli/commands/commands.js.map +1 -0
- package/dist/cli/commands/complete.d.ts +12 -0
- package/dist/cli/commands/complete.d.ts.map +1 -0
- package/dist/cli/commands/complete.js +43 -0
- package/dist/cli/commands/complete.js.map +1 -0
- package/dist/cli/commands/compliance.d.ts +8 -0
- package/dist/cli/commands/compliance.d.ts.map +1 -0
- package/dist/cli/commands/compliance.js +85 -0
- package/dist/cli/commands/compliance.js.map +1 -0
- package/dist/cli/commands/config.d.ts +9 -0
- package/dist/cli/commands/config.d.ts.map +1 -0
- package/dist/cli/commands/config.js +43 -0
- package/dist/cli/commands/config.js.map +1 -0
- package/dist/cli/commands/consensus.d.ts +13 -0
- package/dist/cli/commands/consensus.d.ts.map +1 -0
- package/dist/cli/commands/consensus.js +45 -0
- package/dist/cli/commands/consensus.js.map +1 -0
- package/dist/cli/commands/context.d.ts +8 -0
- package/dist/cli/commands/context.d.ts.map +1 -0
- package/dist/cli/commands/context.js +40 -0
- package/dist/cli/commands/context.js.map +1 -0
- package/dist/cli/commands/contribution.d.ts +13 -0
- package/dist/cli/commands/contribution.d.ts.map +1 -0
- package/dist/cli/commands/contribution.js +41 -0
- package/dist/cli/commands/contribution.js.map +1 -0
- package/dist/cli/commands/current.d.ts +13 -0
- package/dist/cli/commands/current.d.ts.map +1 -0
- package/dist/cli/commands/current.js +20 -0
- package/dist/cli/commands/current.js.map +1 -0
- package/dist/cli/commands/dash.d.ts +12 -0
- package/dist/cli/commands/dash.d.ts.map +1 -0
- package/dist/cli/commands/dash.js +24 -0
- package/dist/cli/commands/dash.js.map +1 -0
- package/dist/cli/commands/decomposition.d.ts +13 -0
- package/dist/cli/commands/decomposition.d.ts.map +1 -0
- package/dist/cli/commands/decomposition.js +45 -0
- package/dist/cli/commands/decomposition.js.map +1 -0
- package/dist/cli/commands/delete.d.ts +12 -0
- package/dist/cli/commands/delete.d.ts.map +1 -0
- package/dist/cli/commands/delete.js +37 -0
- package/dist/cli/commands/delete.js.map +1 -0
- package/dist/cli/commands/deps.d.ts +9 -0
- package/dist/cli/commands/deps.d.ts.map +1 -0
- package/dist/cli/commands/deps.js +73 -0
- package/dist/cli/commands/deps.js.map +1 -0
- package/dist/cli/commands/detect-drift.d.ts +15 -0
- package/dist/cli/commands/detect-drift.d.ts.map +1 -0
- package/dist/cli/commands/detect-drift.js +386 -0
- package/dist/cli/commands/detect-drift.js.map +1 -0
- package/dist/cli/commands/detect.d.ts +10 -0
- package/dist/cli/commands/detect.d.ts.map +1 -0
- package/dist/cli/commands/detect.js +24 -0
- package/dist/cli/commands/detect.js.map +1 -0
- package/dist/cli/commands/docs.d.ts +13 -0
- package/dist/cli/commands/docs.d.ts.map +1 -0
- package/dist/cli/commands/docs.js +169 -0
- package/dist/cli/commands/docs.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +11 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +54 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/dynamic.d.ts +24 -0
- package/dist/cli/commands/dynamic.d.ts.map +1 -0
- package/dist/cli/commands/dynamic.js +27 -0
- package/dist/cli/commands/dynamic.js.map +1 -0
- package/dist/cli/commands/env.d.ts +12 -0
- package/dist/cli/commands/env.d.ts.map +1 -0
- package/dist/cli/commands/env.js +44 -0
- package/dist/cli/commands/env.js.map +1 -0
- package/dist/cli/commands/exists.d.ts +7 -0
- package/dist/cli/commands/exists.d.ts.map +1 -0
- package/dist/cli/commands/exists.js +33 -0
- package/dist/cli/commands/exists.js.map +1 -0
- package/dist/cli/commands/export-tasks.d.ts +10 -0
- package/dist/cli/commands/export-tasks.d.ts.map +1 -0
- package/dist/cli/commands/export-tasks.js +47 -0
- package/dist/cli/commands/export-tasks.js.map +1 -0
- package/dist/cli/commands/export.d.ts +9 -0
- package/dist/cli/commands/export.d.ts.map +1 -0
- package/dist/cli/commands/export.js +46 -0
- package/dist/cli/commands/export.js.map +1 -0
- package/dist/cli/commands/find.d.ts +14 -0
- package/dist/cli/commands/find.d.ts.map +1 -0
- package/dist/cli/commands/find.js +70 -0
- package/dist/cli/commands/find.js.map +1 -0
- package/dist/cli/commands/generate-changelog.d.ts +14 -0
- package/dist/cli/commands/generate-changelog.d.ts.map +1 -0
- package/dist/cli/commands/generate-changelog.js +252 -0
- package/dist/cli/commands/generate-changelog.js.map +1 -0
- package/dist/cli/commands/grade.d.ts +13 -0
- package/dist/cli/commands/grade.d.ts.map +1 -0
- package/dist/cli/commands/grade.js +26 -0
- package/dist/cli/commands/grade.js.map +1 -0
- package/dist/cli/commands/history.d.ts +9 -0
- package/dist/cli/commands/history.d.ts.map +1 -0
- package/dist/cli/commands/history.js +30 -0
- package/dist/cli/commands/history.js.map +1 -0
- package/dist/cli/commands/implementation.d.ts +13 -0
- package/dist/cli/commands/implementation.d.ts.map +1 -0
- package/dist/cli/commands/implementation.js +41 -0
- package/dist/cli/commands/implementation.js.map +1 -0
- package/dist/cli/commands/import-tasks.d.ts +10 -0
- package/dist/cli/commands/import-tasks.d.ts.map +1 -0
- package/dist/cli/commands/import-tasks.js +38 -0
- package/dist/cli/commands/import-tasks.js.map +1 -0
- package/dist/cli/commands/import.d.ts +9 -0
- package/dist/cli/commands/import.d.ts.map +1 -0
- package/dist/cli/commands/import.js +28 -0
- package/dist/cli/commands/import.js.map +1 -0
- package/dist/cli/commands/init.d.ts +34 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +89 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/inject.d.ts +8 -0
- package/dist/cli/commands/inject.d.ts.map +1 -0
- package/dist/cli/commands/inject.js +28 -0
- package/dist/cli/commands/inject.js.map +1 -0
- package/dist/cli/commands/install-global.d.ts +19 -0
- package/dist/cli/commands/install-global.d.ts.map +1 -0
- package/dist/cli/commands/install-global.js +50 -0
- package/dist/cli/commands/install-global.js.map +1 -0
- package/dist/cli/commands/issue.d.ts +14 -0
- package/dist/cli/commands/issue.d.ts.map +1 -0
- package/dist/cli/commands/issue.js +105 -0
- package/dist/cli/commands/issue.js.map +1 -0
- package/dist/cli/commands/labels.d.ts +13 -0
- package/dist/cli/commands/labels.d.ts.map +1 -0
- package/dist/cli/commands/labels.js +44 -0
- package/dist/cli/commands/labels.js.map +1 -0
- package/dist/cli/commands/lifecycle.d.ts +8 -0
- package/dist/cli/commands/lifecycle.d.ts.map +1 -0
- package/dist/cli/commands/lifecycle.js +72 -0
- package/dist/cli/commands/lifecycle.js.map +1 -0
- package/dist/cli/commands/list.d.ts +14 -0
- package/dist/cli/commands/list.d.ts.map +1 -0
- package/dist/cli/commands/list.js +71 -0
- package/dist/cli/commands/list.js.map +1 -0
- package/dist/cli/commands/log.d.ts +12 -0
- package/dist/cli/commands/log.d.ts.map +1 -0
- package/dist/cli/commands/log.js +30 -0
- package/dist/cli/commands/log.js.map +1 -0
- package/dist/cli/commands/map.d.ts +10 -0
- package/dist/cli/commands/map.d.ts.map +1 -0
- package/dist/cli/commands/map.js +23 -0
- package/dist/cli/commands/map.js.map +1 -0
- package/dist/cli/commands/mcp-install.d.ts +17 -0
- package/dist/cli/commands/mcp-install.d.ts.map +1 -0
- package/dist/cli/commands/mcp-install.js +128 -0
- package/dist/cli/commands/mcp-install.js.map +1 -0
- package/dist/cli/commands/memory-brain.d.ts +14 -0
- package/dist/cli/commands/memory-brain.d.ts.map +1 -0
- package/dist/cli/commands/memory-brain.js +151 -0
- package/dist/cli/commands/memory-brain.js.map +1 -0
- package/dist/cli/commands/migrate-claude-mem.d.ts +18 -0
- package/dist/cli/commands/migrate-claude-mem.d.ts.map +1 -0
- package/dist/cli/commands/migrate-claude-mem.js +60 -0
- package/dist/cli/commands/migrate-claude-mem.js.map +1 -0
- package/dist/cli/commands/next.d.ts +9 -0
- package/dist/cli/commands/next.d.ts.map +1 -0
- package/dist/cli/commands/next.js +20 -0
- package/dist/cli/commands/next.js.map +1 -0
- package/dist/cli/commands/nexus.d.ts +16 -0
- package/dist/cli/commands/nexus.d.ts.map +1 -0
- package/dist/cli/commands/nexus.js +155 -0
- package/dist/cli/commands/nexus.js.map +1 -0
- package/dist/cli/commands/observe.d.ts +9 -0
- package/dist/cli/commands/observe.d.ts.map +1 -0
- package/dist/cli/commands/observe.js +39 -0
- package/dist/cli/commands/observe.js.map +1 -0
- package/dist/cli/commands/ops.d.ts +10 -0
- package/dist/cli/commands/ops.d.ts.map +1 -0
- package/dist/cli/commands/ops.js +19 -0
- package/dist/cli/commands/ops.js.map +1 -0
- package/dist/cli/commands/orchestrate.d.ts +8 -0
- package/dist/cli/commands/orchestrate.d.ts.map +1 -0
- package/dist/cli/commands/orchestrate.js +58 -0
- package/dist/cli/commands/orchestrate.js.map +1 -0
- package/dist/cli/commands/otel.d.ts +12 -0
- package/dist/cli/commands/otel.d.ts.map +1 -0
- package/dist/cli/commands/otel.js +128 -0
- package/dist/cli/commands/otel.js.map +1 -0
- package/dist/cli/commands/phase.d.ts +12 -0
- package/dist/cli/commands/phase.d.ts.map +1 -0
- package/dist/cli/commands/phase.js +88 -0
- package/dist/cli/commands/phase.js.map +1 -0
- package/dist/cli/commands/phases.d.ts +12 -0
- package/dist/cli/commands/phases.d.ts.map +1 -0
- package/dist/cli/commands/phases.js +37 -0
- package/dist/cli/commands/phases.js.map +1 -0
- package/dist/cli/commands/plan.d.ts +8 -0
- package/dist/cli/commands/plan.d.ts.map +1 -0
- package/dist/cli/commands/plan.js +15 -0
- package/dist/cli/commands/plan.js.map +1 -0
- package/dist/cli/commands/promote.d.ts +7 -0
- package/dist/cli/commands/promote.d.ts.map +1 -0
- package/dist/cli/commands/promote.js +15 -0
- package/dist/cli/commands/promote.js.map +1 -0
- package/dist/cli/commands/refresh-memory.d.ts +9 -0
- package/dist/cli/commands/refresh-memory.d.ts.map +1 -0
- package/dist/cli/commands/refresh-memory.js +24 -0
- package/dist/cli/commands/refresh-memory.js.map +1 -0
- package/dist/cli/commands/relates.d.ts +12 -0
- package/dist/cli/commands/relates.d.ts.map +1 -0
- package/dist/cli/commands/relates.js +53 -0
- package/dist/cli/commands/relates.js.map +1 -0
- package/dist/cli/commands/release.d.ts +8 -0
- package/dist/cli/commands/release.d.ts.map +1 -0
- package/dist/cli/commands/release.js +72 -0
- package/dist/cli/commands/release.js.map +1 -0
- package/dist/cli/commands/remote.d.ts +12 -0
- package/dist/cli/commands/remote.d.ts.map +1 -0
- package/dist/cli/commands/remote.js +207 -0
- package/dist/cli/commands/remote.js.map +1 -0
- package/dist/cli/commands/reorder.d.ts +7 -0
- package/dist/cli/commands/reorder.d.ts.map +1 -0
- package/dist/cli/commands/reorder.js +20 -0
- package/dist/cli/commands/reorder.js.map +1 -0
- package/dist/cli/commands/reparent.d.ts +10 -0
- package/dist/cli/commands/reparent.d.ts.map +1 -0
- package/dist/cli/commands/reparent.js +19 -0
- package/dist/cli/commands/reparent.js.map +1 -0
- package/dist/cli/commands/research.d.ts +8 -0
- package/dist/cli/commands/research.d.ts.map +1 -0
- package/dist/cli/commands/research.js +129 -0
- package/dist/cli/commands/research.js.map +1 -0
- package/dist/cli/commands/restore.d.ts +11 -0
- package/dist/cli/commands/restore.d.ts.map +1 -0
- package/dist/cli/commands/restore.js +224 -0
- package/dist/cli/commands/restore.js.map +1 -0
- package/dist/cli/commands/roadmap.d.ts +8 -0
- package/dist/cli/commands/roadmap.d.ts.map +1 -0
- package/dist/cli/commands/roadmap.js +21 -0
- package/dist/cli/commands/roadmap.js.map +1 -0
- package/dist/cli/commands/safestop.d.ts +14 -0
- package/dist/cli/commands/safestop.d.ts.map +1 -0
- package/dist/cli/commands/safestop.js +32 -0
- package/dist/cli/commands/safestop.js.map +1 -0
- package/dist/cli/commands/self-update.d.ts +15 -0
- package/dist/cli/commands/self-update.d.ts.map +1 -0
- package/dist/cli/commands/self-update.js +329 -0
- package/dist/cli/commands/self-update.js.map +1 -0
- package/dist/cli/commands/sequence.d.ts +8 -0
- package/dist/cli/commands/sequence.d.ts.map +1 -0
- package/dist/cli/commands/sequence.js +30 -0
- package/dist/cli/commands/sequence.js.map +1 -0
- package/dist/cli/commands/session.d.ts +12 -0
- package/dist/cli/commands/session.d.ts.map +1 -0
- package/dist/cli/commands/session.js +160 -0
- package/dist/cli/commands/session.js.map +1 -0
- package/dist/cli/commands/show.d.ts +13 -0
- package/dist/cli/commands/show.d.ts.map +1 -0
- package/dist/cli/commands/show.js +20 -0
- package/dist/cli/commands/show.js.map +1 -0
- package/dist/cli/commands/skills.d.ts +13 -0
- package/dist/cli/commands/skills.d.ts.map +1 -0
- package/dist/cli/commands/skills.js +131 -0
- package/dist/cli/commands/skills.js.map +1 -0
- package/dist/cli/commands/snapshot.d.ts +9 -0
- package/dist/cli/commands/snapshot.d.ts.map +1 -0
- package/dist/cli/commands/snapshot.js +50 -0
- package/dist/cli/commands/snapshot.js.map +1 -0
- package/dist/cli/commands/specification.d.ts +13 -0
- package/dist/cli/commands/specification.d.ts.map +1 -0
- package/dist/cli/commands/specification.js +45 -0
- package/dist/cli/commands/specification.js.map +1 -0
- package/dist/cli/commands/start.d.ts +13 -0
- package/dist/cli/commands/start.d.ts.map +1 -0
- package/dist/cli/commands/start.js +20 -0
- package/dist/cli/commands/start.js.map +1 -0
- package/dist/cli/commands/stats.d.ts +12 -0
- package/dist/cli/commands/stats.d.ts.map +1 -0
- package/dist/cli/commands/stats.js +23 -0
- package/dist/cli/commands/stats.js.map +1 -0
- package/dist/cli/commands/sticky.d.ts +16 -0
- package/dist/cli/commands/sticky.d.ts.map +1 -0
- package/dist/cli/commands/sticky.js +211 -0
- package/dist/cli/commands/sticky.js.map +1 -0
- package/dist/cli/commands/stop.d.ts +13 -0
- package/dist/cli/commands/stop.d.ts.map +1 -0
- package/dist/cli/commands/stop.js +20 -0
- package/dist/cli/commands/stop.js.map +1 -0
- package/dist/cli/commands/testing.d.ts +13 -0
- package/dist/cli/commands/testing.d.ts.map +1 -0
- package/dist/cli/commands/testing.js +64 -0
- package/dist/cli/commands/testing.js.map +1 -0
- package/dist/cli/commands/token.d.ts +10 -0
- package/dist/cli/commands/token.d.ts.map +1 -0
- package/dist/cli/commands/token.js +135 -0
- package/dist/cli/commands/token.js.map +1 -0
- package/dist/cli/commands/update.d.ts +12 -0
- package/dist/cli/commands/update.d.ts.map +1 -0
- package/dist/cli/commands/update.js +77 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/cli/commands/upgrade.d.ts +16 -0
- package/dist/cli/commands/upgrade.d.ts.map +1 -0
- package/dist/cli/commands/upgrade.js +83 -0
- package/dist/cli/commands/upgrade.js.map +1 -0
- package/dist/cli/commands/validate.d.ts +12 -0
- package/dist/cli/commands/validate.d.ts.map +1 -0
- package/dist/cli/commands/validate.js +23 -0
- package/dist/cli/commands/validate.js.map +1 -0
- package/dist/cli/commands/verify.d.ts +8 -0
- package/dist/cli/commands/verify.d.ts.map +1 -0
- package/dist/cli/commands/verify.js +28 -0
- package/dist/cli/commands/verify.js.map +1 -0
- package/dist/cli/commands/web.d.ts +13 -0
- package/dist/cli/commands/web.d.ts.map +1 -0
- package/dist/cli/commands/web.js +264 -0
- package/dist/cli/commands/web.js.map +1 -0
- package/dist/cli/field-context.d.ts +32 -0
- package/dist/cli/field-context.d.ts.map +1 -0
- package/dist/cli/field-context.js +47 -0
- package/dist/cli/field-context.js.map +1 -0
- package/dist/cli/format-context.d.ts +32 -0
- package/dist/cli/format-context.d.ts.map +1 -0
- package/dist/cli/format-context.js +50 -0
- package/dist/cli/format-context.js.map +1 -0
- package/dist/cli/index.d.ts +9 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +16876 -14937
- package/dist/cli/index.js.map +4 -4
- package/dist/cli/logger-bootstrap.d.ts +6 -0
- package/dist/cli/logger-bootstrap.d.ts.map +1 -0
- package/dist/cli/logger-bootstrap.js +10 -0
- package/dist/cli/logger-bootstrap.js.map +1 -0
- package/dist/cli/middleware/output-format.d.ts +30 -0
- package/dist/cli/middleware/output-format.d.ts.map +1 -0
- package/dist/cli/middleware/output-format.js +35 -0
- package/dist/cli/middleware/output-format.js.map +1 -0
- package/dist/cli/progress.d.ts +84 -0
- package/dist/cli/progress.d.ts.map +1 -0
- package/dist/cli/progress.js +169 -0
- package/dist/cli/progress.js.map +1 -0
- package/dist/cli/renderers/colors.d.ts +32 -0
- package/dist/cli/renderers/colors.d.ts.map +1 -0
- package/dist/cli/renderers/colors.js +141 -0
- package/dist/cli/renderers/colors.js.map +1 -0
- package/dist/cli/renderers/error.d.ts +13 -0
- package/dist/cli/renderers/error.d.ts.map +1 -0
- package/dist/cli/renderers/error.js +42 -0
- package/dist/cli/renderers/error.js.map +1 -0
- package/dist/cli/renderers/index.d.ts +59 -0
- package/dist/cli/renderers/index.d.ts.map +1 -0
- package/dist/cli/renderers/index.js +184 -0
- package/dist/cli/renderers/index.js.map +1 -0
- package/dist/cli/renderers/normalizer.d.ts +21 -0
- package/dist/cli/renderers/normalizer.d.ts.map +1 -0
- package/dist/cli/renderers/normalizer.js +106 -0
- package/dist/cli/renderers/normalizer.js.map +1 -0
- package/dist/cli/renderers/system.d.ts +25 -0
- package/dist/cli/renderers/system.d.ts.map +1 -0
- package/dist/cli/renderers/system.js +416 -0
- package/dist/cli/renderers/system.js.map +1 -0
- package/dist/cli/renderers/tasks.d.ts +28 -0
- package/dist/cli/renderers/tasks.d.ts.map +1 -0
- package/dist/cli/renderers/tasks.js +306 -0
- package/dist/cli/renderers/tasks.js.map +1 -0
- package/dist/dispatch/adapters/cli.d.ts +67 -0
- package/dist/dispatch/adapters/cli.d.ts.map +1 -0
- package/dist/dispatch/adapters/cli.js +205 -0
- package/dist/dispatch/adapters/cli.js.map +1 -0
- package/dist/dispatch/adapters/mcp.d.ts +37 -0
- package/dist/dispatch/adapters/mcp.d.ts.map +1 -0
- package/dist/dispatch/adapters/mcp.js +122 -0
- package/dist/dispatch/adapters/mcp.js.map +1 -0
- package/dist/dispatch/context/session-context.d.ts +54 -0
- package/dist/dispatch/context/session-context.d.ts.map +1 -0
- package/dist/dispatch/context/session-context.js +61 -0
- package/dist/dispatch/context/session-context.js.map +1 -0
- package/dist/dispatch/dispatcher.d.ts +23 -0
- package/dist/dispatch/dispatcher.d.ts.map +1 -0
- package/dist/dispatch/dispatcher.js +84 -0
- package/dist/dispatch/dispatcher.js.map +1 -0
- package/dist/dispatch/domains/_base.d.ts +59 -0
- package/dist/dispatch/domains/_base.d.ts.map +1 -0
- package/dist/dispatch/domains/_base.js +77 -0
- package/dist/dispatch/domains/_base.js.map +1 -0
- package/dist/dispatch/domains/_meta.d.ts +23 -0
- package/dist/dispatch/domains/_meta.d.ts.map +1 -0
- package/dist/dispatch/domains/_meta.js +25 -0
- package/dist/dispatch/domains/_meta.js.map +1 -0
- package/dist/dispatch/domains/_routing.d.ts +8 -0
- package/dist/dispatch/domains/_routing.d.ts.map +1 -0
- package/dist/dispatch/domains/_routing.js +20 -0
- package/dist/dispatch/domains/_routing.js.map +1 -0
- package/dist/dispatch/domains/admin.d.ts +25 -0
- package/dist/dispatch/domains/admin.d.ts.map +1 -0
- package/dist/dispatch/domains/admin.js +670 -0
- package/dist/dispatch/domains/admin.js.map +1 -0
- package/dist/dispatch/domains/check.d.ts +22 -0
- package/dist/dispatch/domains/check.d.ts.map +1 -0
- package/dist/dispatch/domains/check.js +279 -0
- package/dist/dispatch/domains/check.js.map +1 -0
- package/dist/dispatch/domains/index.d.ts +26 -0
- package/dist/dispatch/domains/index.d.ts.map +1 -0
- package/dist/dispatch/domains/index.js +38 -0
- package/dist/dispatch/domains/index.js.map +1 -0
- package/dist/dispatch/domains/memory.d.ts +22 -0
- package/dist/dispatch/domains/memory.d.ts.map +1 -0
- package/dist/dispatch/domains/memory.js +303 -0
- package/dist/dispatch/domains/memory.js.map +1 -0
- package/dist/dispatch/domains/nexus.d.ts +22 -0
- package/dist/dispatch/domains/nexus.d.ts.map +1 -0
- package/dist/dispatch/domains/nexus.js +286 -0
- package/dist/dispatch/domains/nexus.js.map +1 -0
- package/dist/dispatch/domains/orchestrate.d.ts +19 -0
- package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
- package/dist/dispatch/domains/orchestrate.js +259 -0
- package/dist/dispatch/domains/orchestrate.js.map +1 -0
- package/dist/dispatch/domains/pipeline.d.ts +35 -0
- package/dist/dispatch/domains/pipeline.d.ts.map +1 -0
- package/dist/dispatch/domains/pipeline.js +553 -0
- package/dist/dispatch/domains/pipeline.js.map +1 -0
- package/dist/dispatch/domains/session.d.ts +22 -0
- package/dist/dispatch/domains/session.d.ts.map +1 -0
- package/dist/dispatch/domains/session.js +255 -0
- package/dist/dispatch/domains/session.js.map +1 -0
- package/dist/dispatch/domains/sticky.d.ts +20 -0
- package/dist/dispatch/domains/sticky.d.ts.map +1 -0
- package/dist/dispatch/domains/sticky.js +164 -0
- package/dist/dispatch/domains/sticky.js.map +1 -0
- package/dist/dispatch/domains/tasks.d.ts +25 -0
- package/dist/dispatch/domains/tasks.d.ts.map +1 -0
- package/dist/dispatch/domains/tasks.js +323 -0
- package/dist/dispatch/domains/tasks.js.map +1 -0
- package/dist/dispatch/domains/tools.d.ts +36 -0
- package/dist/dispatch/domains/tools.d.ts.map +1 -0
- package/dist/dispatch/domains/tools.js +451 -0
- package/dist/dispatch/domains/tools.js.map +1 -0
- package/dist/dispatch/engines/_error.d.ts +42 -0
- package/dist/dispatch/engines/_error.d.ts.map +1 -0
- package/dist/dispatch/engines/_error.js +201 -0
- package/dist/dispatch/engines/_error.js.map +1 -0
- package/dist/dispatch/engines/codebase-map-engine.d.ts +17 -0
- package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/codebase-map-engine.js +29 -0
- package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
- package/dist/dispatch/engines/config-engine.d.ts +21 -0
- package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/config-engine.js +45 -0
- package/dist/dispatch/engines/config-engine.js.map +1 -0
- package/dist/dispatch/engines/hooks-engine.d.ts +47 -0
- package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/hooks-engine.js +57 -0
- package/dist/dispatch/engines/hooks-engine.js.map +1 -0
- package/dist/dispatch/engines/init-engine.d.ts +43 -0
- package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/init-engine.js +73 -0
- package/dist/dispatch/engines/init-engine.js.map +1 -0
- package/dist/dispatch/engines/lifecycle-engine.d.ts +66 -0
- package/dist/dispatch/engines/lifecycle-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/lifecycle-engine.js +213 -0
- package/dist/dispatch/engines/lifecycle-engine.js.map +1 -0
- package/dist/dispatch/engines/memory-engine.d.ts +10 -0
- package/dist/dispatch/engines/memory-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/memory-engine.js +10 -0
- package/dist/dispatch/engines/memory-engine.js.map +1 -0
- package/dist/dispatch/engines/nexus-engine.d.ts +167 -0
- package/dist/dispatch/engines/nexus-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/nexus-engine.js +356 -0
- package/dist/dispatch/engines/nexus-engine.js.map +1 -0
- package/dist/dispatch/engines/orchestrate-engine.d.ts +133 -0
- package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/orchestrate-engine.js +769 -0
- package/dist/dispatch/engines/orchestrate-engine.js.map +1 -0
- package/dist/dispatch/engines/pipeline-engine.d.ts +51 -0
- package/dist/dispatch/engines/pipeline-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/pipeline-engine.js +191 -0
- package/dist/dispatch/engines/pipeline-engine.js.map +1 -0
- package/dist/dispatch/engines/release-engine.d.ts +94 -0
- package/dist/dispatch/engines/release-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/release-engine.js +669 -0
- package/dist/dispatch/engines/release-engine.js.map +1 -0
- package/dist/dispatch/engines/session-engine.d.ts +323 -0
- package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/session-engine.js +865 -0
- package/dist/dispatch/engines/session-engine.js.map +1 -0
- package/dist/dispatch/engines/sticky-engine.d.ts +100 -0
- package/dist/dispatch/engines/sticky-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/sticky-engine.js +181 -0
- package/dist/dispatch/engines/sticky-engine.js.map +1 -0
- package/dist/dispatch/engines/system-engine.d.ts +377 -0
- package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/system-engine.js +979 -0
- package/dist/dispatch/engines/system-engine.js.map +1 -0
- package/dist/dispatch/engines/task-engine.d.ts +612 -0
- package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/task-engine.js +950 -0
- package/dist/dispatch/engines/task-engine.js.map +1 -0
- package/dist/dispatch/engines/template-parser.d.ts +34 -0
- package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
- package/dist/dispatch/engines/template-parser.js +57 -0
- package/dist/dispatch/engines/template-parser.js.map +1 -0
- package/dist/dispatch/engines/tools-engine.d.ts +270 -0
- package/dist/dispatch/engines/tools-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/tools-engine.js +636 -0
- package/dist/dispatch/engines/tools-engine.js.map +1 -0
- package/dist/dispatch/engines/validate-engine.d.ts +154 -0
- package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/validate-engine.js +524 -0
- package/dist/dispatch/engines/validate-engine.js.map +1 -0
- package/dist/dispatch/index.d.ts +20 -0
- package/dist/dispatch/index.d.ts.map +1 -0
- package/dist/dispatch/index.js +19 -0
- package/dist/dispatch/index.js.map +1 -0
- package/dist/dispatch/lib/capability-matrix.d.ts +11 -0
- package/dist/dispatch/lib/capability-matrix.d.ts.map +1 -0
- package/dist/dispatch/lib/capability-matrix.js +10 -0
- package/dist/dispatch/lib/capability-matrix.js.map +1 -0
- package/dist/dispatch/lib/config.d.ts +16 -0
- package/dist/dispatch/lib/config.d.ts.map +1 -0
- package/dist/dispatch/lib/config.js +15 -0
- package/dist/dispatch/lib/config.js.map +1 -0
- package/dist/dispatch/lib/engine.d.ts +25 -0
- package/dist/dispatch/lib/engine.d.ts.map +1 -0
- package/dist/dispatch/lib/engine.js +44 -0
- package/dist/dispatch/lib/engine.js.map +1 -0
- package/dist/dispatch/lib/meta.d.ts +26 -0
- package/dist/dispatch/lib/meta.d.ts.map +1 -0
- package/dist/dispatch/lib/meta.js +37 -0
- package/dist/dispatch/lib/meta.js.map +1 -0
- package/dist/dispatch/lib/param-utils.d.ts +11 -0
- package/dist/dispatch/lib/param-utils.d.ts.map +1 -0
- package/dist/dispatch/lib/param-utils.js +10 -0
- package/dist/dispatch/lib/param-utils.js.map +1 -0
- package/dist/dispatch/lib/projections.d.ts +23 -0
- package/dist/dispatch/lib/projections.d.ts.map +1 -0
- package/dist/dispatch/lib/projections.js +48 -0
- package/dist/dispatch/lib/projections.js.map +1 -0
- package/dist/dispatch/lib/schema-utils.d.ts +42 -0
- package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
- package/dist/dispatch/lib/schema-utils.js +93 -0
- package/dist/dispatch/lib/schema-utils.js.map +1 -0
- package/dist/dispatch/lib/security.d.ts +11 -0
- package/dist/dispatch/lib/security.d.ts.map +1 -0
- package/dist/dispatch/lib/security.js +10 -0
- package/dist/dispatch/lib/security.js.map +1 -0
- package/dist/dispatch/middleware/audit.d.ts +23 -0
- package/dist/dispatch/middleware/audit.d.ts.map +1 -0
- package/dist/dispatch/middleware/audit.js +169 -0
- package/dist/dispatch/middleware/audit.js.map +1 -0
- package/dist/dispatch/middleware/field-filter.d.ts +24 -0
- package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
- package/dist/dispatch/middleware/field-filter.js +65 -0
- package/dist/dispatch/middleware/field-filter.js.map +1 -0
- package/dist/dispatch/middleware/pipeline.d.ts +20 -0
- package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
- package/dist/dispatch/middleware/pipeline.js +47 -0
- package/dist/dispatch/middleware/pipeline.js.map +1 -0
- package/dist/dispatch/middleware/projection.d.ts +35 -0
- package/dist/dispatch/middleware/projection.d.ts.map +1 -0
- package/dist/dispatch/middleware/projection.js +145 -0
- package/dist/dispatch/middleware/projection.js.map +1 -0
- package/dist/dispatch/middleware/protocol-enforcement.d.ts +12 -0
- package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
- package/dist/dispatch/middleware/protocol-enforcement.js +30 -0
- package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
- package/dist/dispatch/middleware/rate-limiter.d.ts +30 -0
- package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
- package/dist/dispatch/middleware/rate-limiter.js +101 -0
- package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
- package/dist/dispatch/middleware/sanitizer.d.ts +10 -0
- package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
- package/dist/dispatch/middleware/sanitizer.js +42 -0
- package/dist/dispatch/middleware/sanitizer.js.map +1 -0
- package/dist/dispatch/middleware/session-resolver.d.ts +26 -0
- package/dist/dispatch/middleware/session-resolver.d.ts.map +1 -0
- package/dist/dispatch/middleware/session-resolver.js +65 -0
- package/dist/dispatch/middleware/session-resolver.js.map +1 -0
- package/dist/dispatch/middleware/verification-gates.d.ts +3 -0
- package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
- package/dist/dispatch/middleware/verification-gates.js +40 -0
- package/dist/dispatch/middleware/verification-gates.js.map +1 -0
- package/dist/dispatch/registry.d.ts +91 -0
- package/dist/dispatch/registry.d.ts.map +1 -0
- package/dist/dispatch/registry.js +2833 -0
- package/dist/dispatch/registry.js.map +1 -0
- package/dist/dispatch/types.d.ts +218 -0
- package/dist/dispatch/types.d.ts.map +1 -0
- package/dist/dispatch/types.js +25 -0
- package/dist/dispatch/types.js.map +1 -0
- package/dist/mcp/gateways/mutate.d.ts +146 -0
- package/dist/mcp/gateways/mutate.d.ts.map +1 -0
- package/dist/mcp/gateways/mutate.js +1016 -0
- package/dist/mcp/gateways/mutate.js.map +1 -0
- package/dist/mcp/gateways/query.d.ts +138 -0
- package/dist/mcp/gateways/query.d.ts.map +1 -0
- package/dist/mcp/gateways/query.js +186 -0
- package/dist/mcp/gateways/query.js.map +1 -0
- package/dist/mcp/index.d.ts +16 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +16735 -14861
- package/dist/mcp/index.js.map +4 -4
- package/dist/mcp/lib/background-jobs.d.ts +86 -0
- package/dist/mcp/lib/background-jobs.d.ts.map +1 -0
- package/dist/mcp/lib/background-jobs.js +183 -0
- package/dist/mcp/lib/background-jobs.js.map +1 -0
- package/dist/mcp/lib/budget.d.ts +35 -0
- package/dist/mcp/lib/budget.d.ts.map +1 -0
- package/dist/mcp/lib/budget.js +102 -0
- package/dist/mcp/lib/budget.js.map +1 -0
- package/dist/mcp/lib/cache.d.ts +78 -0
- package/dist/mcp/lib/cache.d.ts.map +1 -0
- package/dist/mcp/lib/cache.js +207 -0
- package/dist/mcp/lib/cache.js.map +1 -0
- package/dist/mcp/lib/config.d.ts +42 -0
- package/dist/mcp/lib/config.d.ts.map +1 -0
- package/dist/mcp/lib/config.js +241 -0
- package/dist/mcp/lib/config.js.map +1 -0
- package/dist/mcp/lib/defaults.d.ts +115 -0
- package/dist/mcp/lib/defaults.d.ts.map +1 -0
- package/dist/mcp/lib/defaults.js +61 -0
- package/dist/mcp/lib/defaults.js.map +1 -0
- package/dist/mcp/lib/gate-validators.d.ts +13 -0
- package/dist/mcp/lib/gate-validators.d.ts.map +1 -0
- package/dist/mcp/lib/gate-validators.js +13 -0
- package/dist/mcp/lib/gate-validators.js.map +1 -0
- package/dist/mcp/lib/gateway-meta.d.ts +37 -0
- package/dist/mcp/lib/gateway-meta.d.ts.map +1 -0
- package/dist/mcp/lib/gateway-meta.js +50 -0
- package/dist/mcp/lib/gateway-meta.js.map +1 -0
- package/dist/mcp/lib/job-manager-accessor.d.ts +10 -0
- package/dist/mcp/lib/job-manager-accessor.d.ts.map +1 -0
- package/dist/mcp/lib/job-manager-accessor.js +14 -0
- package/dist/mcp/lib/job-manager-accessor.js.map +1 -0
- package/dist/mcp/lib/protocol-enforcement.d.ts +12 -0
- package/dist/mcp/lib/protocol-enforcement.d.ts.map +1 -0
- package/dist/mcp/lib/protocol-enforcement.js +12 -0
- package/dist/mcp/lib/protocol-enforcement.js.map +1 -0
- package/dist/mcp/lib/protocol-rules.d.ts +12 -0
- package/dist/mcp/lib/protocol-rules.d.ts.map +1 -0
- package/dist/mcp/lib/protocol-rules.js +12 -0
- package/dist/mcp/lib/protocol-rules.js.map +1 -0
- package/dist/mcp/lib/rate-limiter.d.ts +110 -0
- package/dist/mcp/lib/rate-limiter.d.ts.map +1 -0
- package/dist/mcp/lib/rate-limiter.js +208 -0
- package/dist/mcp/lib/rate-limiter.js.map +1 -0
- package/dist/mcp/lib/router.d.ts +58 -0
- package/dist/mcp/lib/router.d.ts.map +1 -0
- package/dist/mcp/lib/router.js +12 -0
- package/dist/mcp/lib/router.js.map +1 -0
- package/dist/mcp/lib/security.d.ts +161 -0
- package/dist/mcp/lib/security.d.ts.map +1 -0
- package/dist/mcp/lib/security.js +360 -0
- package/dist/mcp/lib/security.js.map +1 -0
- package/dist/mcp/lib/verification-gates.d.ts +13 -0
- package/dist/mcp/lib/verification-gates.d.ts.map +1 -0
- package/dist/mcp/lib/verification-gates.js +12 -0
- package/dist/mcp/lib/verification-gates.js.map +1 -0
- package/dist/mcp/resources/budget.d.ts +22 -0
- package/dist/mcp/resources/budget.d.ts.map +1 -0
- package/dist/mcp/resources/budget.js +46 -0
- package/dist/mcp/resources/budget.js.map +1 -0
- package/dist/mcp/resources/index.d.ts +53 -0
- package/dist/mcp/resources/index.d.ts.map +1 -0
- package/dist/mcp/resources/index.js +278 -0
- package/dist/mcp/resources/index.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Validate Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper layer around core validation operations.
|
|
5
|
+
* Delegates all business logic to src/core/validation/validate-ops.ts.
|
|
6
|
+
*
|
|
7
|
+
* @task T4477
|
|
8
|
+
* @task T4659
|
|
9
|
+
* @task T4786
|
|
10
|
+
* @epic T4654
|
|
11
|
+
*/
|
|
12
|
+
import { type CoherenceIssue } from '@cleocode/core/internal';
|
|
13
|
+
import { type EngineResult } from './_error.js';
|
|
14
|
+
/**
|
|
15
|
+
* validate.schema - JSON Schema validation
|
|
16
|
+
* @task T4477
|
|
17
|
+
*/
|
|
18
|
+
export declare function validateSchemaOp(type: string, data?: unknown, projectRoot?: string): EngineResult;
|
|
19
|
+
/**
|
|
20
|
+
* validate.task - Anti-hallucination task validation
|
|
21
|
+
* @task T4477
|
|
22
|
+
*/
|
|
23
|
+
export declare function validateTask(taskId: string, projectRoot?: string): Promise<EngineResult>;
|
|
24
|
+
/**
|
|
25
|
+
* validate.protocol - Protocol compliance check
|
|
26
|
+
* @task T4477
|
|
27
|
+
*/
|
|
28
|
+
export declare function validateProtocol(taskId: string, protocolType?: string, projectRoot?: string): Promise<EngineResult>;
|
|
29
|
+
/**
|
|
30
|
+
* validate.manifest - Manifest entry validation
|
|
31
|
+
* @task T4477
|
|
32
|
+
*/
|
|
33
|
+
export declare function validateManifest(projectRoot?: string): EngineResult;
|
|
34
|
+
/**
|
|
35
|
+
* validate.output - Output file validation
|
|
36
|
+
* @task T4477
|
|
37
|
+
*/
|
|
38
|
+
export declare function validateOutput(filePath: string, taskId?: string, projectRoot?: string): EngineResult;
|
|
39
|
+
/**
|
|
40
|
+
* validate.compliance.summary - Aggregated compliance metrics
|
|
41
|
+
* @task T4477
|
|
42
|
+
*/
|
|
43
|
+
export declare function validateComplianceSummary(projectRoot?: string): EngineResult;
|
|
44
|
+
/**
|
|
45
|
+
* validate.compliance.violations - List compliance violations
|
|
46
|
+
* @task T4477
|
|
47
|
+
*/
|
|
48
|
+
export declare function validateComplianceViolations(limit?: number, projectRoot?: string): EngineResult;
|
|
49
|
+
/**
|
|
50
|
+
* validate.compliance.record - Record compliance check result
|
|
51
|
+
* @task T4477
|
|
52
|
+
*/
|
|
53
|
+
export declare function validateComplianceRecord(taskId: string, result: string, protocol?: string, violations?: Array<{
|
|
54
|
+
code: string;
|
|
55
|
+
message: string;
|
|
56
|
+
severity: 'warning' | 'error';
|
|
57
|
+
}>, projectRoot?: string): EngineResult;
|
|
58
|
+
/**
|
|
59
|
+
* validate.test.status - Test suite status
|
|
60
|
+
* @task T4477
|
|
61
|
+
*/
|
|
62
|
+
export declare function validateTestStatus(projectRoot?: string): EngineResult;
|
|
63
|
+
/**
|
|
64
|
+
* validate.coherence-check - Cross-validate task graph for consistency
|
|
65
|
+
* @task T4477
|
|
66
|
+
*/
|
|
67
|
+
export declare function validateCoherenceCheck(projectRoot?: string): Promise<EngineResult<{
|
|
68
|
+
coherent: boolean;
|
|
69
|
+
issues: CoherenceIssue[];
|
|
70
|
+
}>>;
|
|
71
|
+
/**
|
|
72
|
+
* validate.test.run - Execute test suite via subprocess
|
|
73
|
+
* @task T4632
|
|
74
|
+
*/
|
|
75
|
+
export declare function validateTestRun(params?: {
|
|
76
|
+
scope?: string;
|
|
77
|
+
pattern?: string;
|
|
78
|
+
parallel?: boolean;
|
|
79
|
+
}, projectRoot?: string): EngineResult;
|
|
80
|
+
/**
|
|
81
|
+
* validate.batch-validate - Batch validate all tasks against schema and rules
|
|
82
|
+
* @task T4632
|
|
83
|
+
*/
|
|
84
|
+
export declare function validateBatchValidate(projectRoot?: string): Promise<EngineResult>;
|
|
85
|
+
/**
|
|
86
|
+
* validate.test.coverage - Coverage metrics
|
|
87
|
+
* @task T4477
|
|
88
|
+
*/
|
|
89
|
+
export declare function validateTestCoverage(projectRoot?: string): EngineResult;
|
|
90
|
+
interface ProtocolValidationParams {
|
|
91
|
+
mode: 'task' | 'manifest';
|
|
92
|
+
taskId?: string;
|
|
93
|
+
manifestFile?: string;
|
|
94
|
+
strict?: boolean;
|
|
95
|
+
votingMatrixFile?: string;
|
|
96
|
+
epicId?: string;
|
|
97
|
+
specFile?: string;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* check.protocol.consensus - Validate consensus protocol compliance
|
|
101
|
+
* @task T5327
|
|
102
|
+
*/
|
|
103
|
+
export declare function validateProtocolConsensus(params: ProtocolValidationParams, _projectRoot?: string): Promise<EngineResult>;
|
|
104
|
+
/**
|
|
105
|
+
* check.protocol.contribution - Validate contribution protocol compliance
|
|
106
|
+
* @task T5327
|
|
107
|
+
*/
|
|
108
|
+
export declare function validateProtocolContribution(params: ProtocolValidationParams, _projectRoot?: string): Promise<EngineResult>;
|
|
109
|
+
/**
|
|
110
|
+
* check.protocol.decomposition - Validate decomposition protocol compliance
|
|
111
|
+
* @task T5327
|
|
112
|
+
*/
|
|
113
|
+
export declare function validateProtocolDecomposition(params: ProtocolValidationParams, _projectRoot?: string): Promise<EngineResult>;
|
|
114
|
+
/**
|
|
115
|
+
* check.protocol.implementation - Validate implementation protocol compliance
|
|
116
|
+
* @task T5327
|
|
117
|
+
*/
|
|
118
|
+
export declare function validateProtocolImplementation(params: ProtocolValidationParams, _projectRoot?: string): Promise<EngineResult>;
|
|
119
|
+
/**
|
|
120
|
+
* check.protocol.specification - Validate specification protocol compliance
|
|
121
|
+
* @task T5327
|
|
122
|
+
*/
|
|
123
|
+
export declare function validateProtocolSpecification(params: ProtocolValidationParams, _projectRoot?: string): Promise<EngineResult>;
|
|
124
|
+
import type { TaskVerification, VerificationGate } from '@cleocode/contracts';
|
|
125
|
+
interface GateVerifyParams {
|
|
126
|
+
taskId: string;
|
|
127
|
+
gate?: string;
|
|
128
|
+
value?: boolean;
|
|
129
|
+
agent?: string;
|
|
130
|
+
all?: boolean;
|
|
131
|
+
reset?: boolean;
|
|
132
|
+
}
|
|
133
|
+
interface GateVerifyResult {
|
|
134
|
+
taskId: string;
|
|
135
|
+
title?: string;
|
|
136
|
+
status?: string;
|
|
137
|
+
type?: string;
|
|
138
|
+
verification: TaskVerification;
|
|
139
|
+
verificationStatus: 'passed' | 'pending';
|
|
140
|
+
passed: boolean;
|
|
141
|
+
round: number;
|
|
142
|
+
requiredGates: VerificationGate[];
|
|
143
|
+
missingGates: VerificationGate[];
|
|
144
|
+
action?: 'view' | 'set_gate' | 'set_all' | 'reset';
|
|
145
|
+
gateSet?: string;
|
|
146
|
+
gatesSet?: VerificationGate[];
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* check.gate.verify - View or modify verification gates for a task
|
|
150
|
+
* @task T5327
|
|
151
|
+
*/
|
|
152
|
+
export declare function validateGateVerify(params: GateVerifyParams, projectRoot?: string): Promise<EngineResult<GateVerifyResult>>;
|
|
153
|
+
export {};
|
|
154
|
+
//# sourceMappingURL=validate-engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-engine.d.ts","sourceRoot":"","sources":["../../../src/dispatch/engines/validate-engine.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,524 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Validate Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper layer around core validation operations.
|
|
5
|
+
* Delegates all business logic to src/core/validation/validate-ops.ts.
|
|
6
|
+
*
|
|
7
|
+
* @task T4477
|
|
8
|
+
* @task T4659
|
|
9
|
+
* @task T4786
|
|
10
|
+
* @epic T4654
|
|
11
|
+
*/
|
|
12
|
+
import { coreBatchValidate, coreCoherenceCheck, coreComplianceRecord, coreComplianceSummary, coreComplianceViolations, coreTestCoverage, coreTestRun, coreTestStatus, coreValidateManifest, coreValidateOutput, coreValidateProtocol, coreValidateSchema, coreValidateTask, resolveProjectRoot, } from '@cleocode/core/internal';
|
|
13
|
+
import { engineError } from './_error.js';
|
|
14
|
+
/**
|
|
15
|
+
* validate.schema - JSON Schema validation
|
|
16
|
+
* @task T4477
|
|
17
|
+
*/
|
|
18
|
+
export function validateSchemaOp(type, data, projectRoot) {
|
|
19
|
+
try {
|
|
20
|
+
const root = projectRoot || resolveProjectRoot();
|
|
21
|
+
const result = coreValidateSchema(type, data, root);
|
|
22
|
+
return { success: true, data: result };
|
|
23
|
+
}
|
|
24
|
+
catch (err) {
|
|
25
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
26
|
+
const code = message.includes('not found')
|
|
27
|
+
? 'E_NOT_FOUND'
|
|
28
|
+
: message.includes('Unknown schema')
|
|
29
|
+
? 'E_INVALID_TYPE'
|
|
30
|
+
: message.includes('required')
|
|
31
|
+
? 'E_INVALID_INPUT'
|
|
32
|
+
: 'E_VALIDATION_ERROR';
|
|
33
|
+
return engineError(code, message);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* validate.task - Anti-hallucination task validation
|
|
38
|
+
* @task T4477
|
|
39
|
+
*/
|
|
40
|
+
export async function validateTask(taskId, projectRoot) {
|
|
41
|
+
try {
|
|
42
|
+
const root = projectRoot || resolveProjectRoot();
|
|
43
|
+
const result = await coreValidateTask(taskId, root);
|
|
44
|
+
return { success: true, data: result };
|
|
45
|
+
}
|
|
46
|
+
catch (err) {
|
|
47
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
48
|
+
const code = message.includes('not found') ? 'E_NOT_FOUND' : 'E_INVALID_INPUT';
|
|
49
|
+
return engineError(code, message);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* validate.protocol - Protocol compliance check
|
|
54
|
+
* @task T4477
|
|
55
|
+
*/
|
|
56
|
+
export async function validateProtocol(taskId, protocolType, projectRoot) {
|
|
57
|
+
try {
|
|
58
|
+
const root = projectRoot || resolveProjectRoot();
|
|
59
|
+
const result = await coreValidateProtocol(taskId, protocolType, root);
|
|
60
|
+
return { success: true, data: result };
|
|
61
|
+
}
|
|
62
|
+
catch (err) {
|
|
63
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
64
|
+
const code = message.includes('not found') ? 'E_NOT_FOUND' : 'E_INVALID_INPUT';
|
|
65
|
+
return engineError(code, message);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* validate.manifest - Manifest entry validation
|
|
70
|
+
* @task T4477
|
|
71
|
+
*/
|
|
72
|
+
export function validateManifest(projectRoot) {
|
|
73
|
+
try {
|
|
74
|
+
const root = projectRoot || resolveProjectRoot();
|
|
75
|
+
const result = coreValidateManifest(root);
|
|
76
|
+
return { success: true, data: result };
|
|
77
|
+
}
|
|
78
|
+
catch (err) {
|
|
79
|
+
return engineError('E_FILE_ERROR', err instanceof Error ? err.message : String(err));
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* validate.output - Output file validation
|
|
84
|
+
* @task T4477
|
|
85
|
+
*/
|
|
86
|
+
export function validateOutput(filePath, taskId, projectRoot) {
|
|
87
|
+
try {
|
|
88
|
+
const root = projectRoot || resolveProjectRoot();
|
|
89
|
+
const result = coreValidateOutput(filePath, taskId, root);
|
|
90
|
+
return { success: true, data: result };
|
|
91
|
+
}
|
|
92
|
+
catch (err) {
|
|
93
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
94
|
+
const code = message.includes('not found') ? 'E_NOT_FOUND' : 'E_INVALID_INPUT';
|
|
95
|
+
return engineError(code, message);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* validate.compliance.summary - Aggregated compliance metrics
|
|
100
|
+
* @task T4477
|
|
101
|
+
*/
|
|
102
|
+
export function validateComplianceSummary(projectRoot) {
|
|
103
|
+
try {
|
|
104
|
+
const root = projectRoot || resolveProjectRoot();
|
|
105
|
+
const result = coreComplianceSummary(root);
|
|
106
|
+
return { success: true, data: result };
|
|
107
|
+
}
|
|
108
|
+
catch (err) {
|
|
109
|
+
return engineError('E_FILE_ERROR', err instanceof Error ? err.message : String(err));
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* validate.compliance.violations - List compliance violations
|
|
114
|
+
* @task T4477
|
|
115
|
+
*/
|
|
116
|
+
export function validateComplianceViolations(limit, projectRoot) {
|
|
117
|
+
try {
|
|
118
|
+
const root = projectRoot || resolveProjectRoot();
|
|
119
|
+
const result = coreComplianceViolations(limit, root);
|
|
120
|
+
return { success: true, data: result };
|
|
121
|
+
}
|
|
122
|
+
catch (err) {
|
|
123
|
+
return engineError('E_FILE_ERROR', err instanceof Error ? err.message : String(err));
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* validate.compliance.record - Record compliance check result
|
|
128
|
+
* @task T4477
|
|
129
|
+
*/
|
|
130
|
+
export function validateComplianceRecord(taskId, result, protocol, violations, projectRoot) {
|
|
131
|
+
try {
|
|
132
|
+
const root = projectRoot || resolveProjectRoot();
|
|
133
|
+
const data = coreComplianceRecord(taskId, result, protocol, violations, root);
|
|
134
|
+
return { success: true, data };
|
|
135
|
+
}
|
|
136
|
+
catch (err) {
|
|
137
|
+
return engineError('E_INVALID_INPUT', err instanceof Error ? err.message : String(err));
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* validate.test.status - Test suite status
|
|
142
|
+
* @task T4477
|
|
143
|
+
*/
|
|
144
|
+
export function validateTestStatus(projectRoot) {
|
|
145
|
+
try {
|
|
146
|
+
const root = projectRoot || resolveProjectRoot();
|
|
147
|
+
const result = coreTestStatus(root);
|
|
148
|
+
return { success: true, data: result };
|
|
149
|
+
}
|
|
150
|
+
catch (err) {
|
|
151
|
+
return engineError('E_GENERAL', err instanceof Error ? err.message : String(err));
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* validate.coherence-check - Cross-validate task graph for consistency
|
|
156
|
+
* @task T4477
|
|
157
|
+
*/
|
|
158
|
+
export async function validateCoherenceCheck(projectRoot) {
|
|
159
|
+
try {
|
|
160
|
+
const root = projectRoot || resolveProjectRoot();
|
|
161
|
+
const result = await coreCoherenceCheck(root);
|
|
162
|
+
return { success: true, data: result };
|
|
163
|
+
}
|
|
164
|
+
catch (err) {
|
|
165
|
+
return engineError('E_NOT_INITIALIZED', err instanceof Error ? err.message : String(err));
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* validate.test.run - Execute test suite via subprocess
|
|
170
|
+
* @task T4632
|
|
171
|
+
*/
|
|
172
|
+
export function validateTestRun(params, projectRoot) {
|
|
173
|
+
try {
|
|
174
|
+
const root = projectRoot || resolveProjectRoot();
|
|
175
|
+
const result = coreTestRun(params, root);
|
|
176
|
+
return { success: true, data: result };
|
|
177
|
+
}
|
|
178
|
+
catch (err) {
|
|
179
|
+
return engineError('E_GENERAL', err instanceof Error ? err.message : String(err));
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* validate.batch-validate - Batch validate all tasks against schema and rules
|
|
184
|
+
* @task T4632
|
|
185
|
+
*/
|
|
186
|
+
export async function validateBatchValidate(projectRoot) {
|
|
187
|
+
try {
|
|
188
|
+
const root = projectRoot || resolveProjectRoot();
|
|
189
|
+
const result = await coreBatchValidate(root);
|
|
190
|
+
return { success: true, data: result };
|
|
191
|
+
}
|
|
192
|
+
catch (err) {
|
|
193
|
+
return engineError('E_NOT_FOUND', err instanceof Error ? err.message : String(err));
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* validate.test.coverage - Coverage metrics
|
|
198
|
+
* @task T4477
|
|
199
|
+
*/
|
|
200
|
+
export function validateTestCoverage(projectRoot) {
|
|
201
|
+
try {
|
|
202
|
+
const root = projectRoot || resolveProjectRoot();
|
|
203
|
+
const result = coreTestCoverage(root);
|
|
204
|
+
return { success: true, data: result };
|
|
205
|
+
}
|
|
206
|
+
catch (err) {
|
|
207
|
+
return engineError('E_FILE_ERROR', err instanceof Error ? err.message : String(err));
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
// ============================================================================
|
|
211
|
+
// Protocol Validation Operations (T5327)
|
|
212
|
+
// ============================================================================
|
|
213
|
+
import { checkConsensusManifest, checkContributionManifest, checkDecompositionManifest, checkImplementationManifest, checkSpecificationManifest, validateConsensusTask, validateContributionProtocol as validateContributionTask, validateDecompositionTask, validateImplementationTask, validateSpecificationTask, } from '@cleocode/core/internal';
|
|
214
|
+
/**
|
|
215
|
+
* check.protocol.consensus - Validate consensus protocol compliance
|
|
216
|
+
* @task T5327
|
|
217
|
+
*/
|
|
218
|
+
export async function validateProtocolConsensus(params, _projectRoot) {
|
|
219
|
+
try {
|
|
220
|
+
const { mode, strict, votingMatrixFile } = params;
|
|
221
|
+
if (mode === 'task') {
|
|
222
|
+
if (!params.taskId) {
|
|
223
|
+
return engineError('E_INVALID_INPUT', 'taskId is required for task mode');
|
|
224
|
+
}
|
|
225
|
+
const result = await validateConsensusTask(params.taskId, {
|
|
226
|
+
strict,
|
|
227
|
+
votingMatrixFile,
|
|
228
|
+
});
|
|
229
|
+
return { success: true, data: result };
|
|
230
|
+
}
|
|
231
|
+
else {
|
|
232
|
+
if (!params.manifestFile) {
|
|
233
|
+
return engineError('E_INVALID_INPUT', 'manifestFile is required for manifest mode');
|
|
234
|
+
}
|
|
235
|
+
const result = await checkConsensusManifest(params.manifestFile, {
|
|
236
|
+
strict,
|
|
237
|
+
votingMatrixFile,
|
|
238
|
+
});
|
|
239
|
+
return { success: true, data: result };
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
catch (err) {
|
|
243
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
244
|
+
const code = message.includes('not found')
|
|
245
|
+
? 'E_NOT_FOUND'
|
|
246
|
+
: message.includes('violations')
|
|
247
|
+
? 'E_PROTOCOL_VIOLATION'
|
|
248
|
+
: 'E_VALIDATION_ERROR';
|
|
249
|
+
return engineError(code, message);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* check.protocol.contribution - Validate contribution protocol compliance
|
|
254
|
+
* @task T5327
|
|
255
|
+
*/
|
|
256
|
+
export async function validateProtocolContribution(params, _projectRoot) {
|
|
257
|
+
try {
|
|
258
|
+
const { mode, strict } = params;
|
|
259
|
+
if (mode === 'task') {
|
|
260
|
+
if (!params.taskId) {
|
|
261
|
+
return engineError('E_INVALID_INPUT', 'taskId is required for task mode');
|
|
262
|
+
}
|
|
263
|
+
const result = await validateContributionTask(params.taskId, { strict });
|
|
264
|
+
return { success: true, data: result };
|
|
265
|
+
}
|
|
266
|
+
else {
|
|
267
|
+
if (!params.manifestFile) {
|
|
268
|
+
return engineError('E_INVALID_INPUT', 'manifestFile is required for manifest mode');
|
|
269
|
+
}
|
|
270
|
+
const result = await checkContributionManifest(params.manifestFile, { strict });
|
|
271
|
+
return { success: true, data: result };
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
catch (err) {
|
|
275
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
276
|
+
const code = message.includes('not found')
|
|
277
|
+
? 'E_NOT_FOUND'
|
|
278
|
+
: message.includes('violations')
|
|
279
|
+
? 'E_PROTOCOL_VIOLATION'
|
|
280
|
+
: 'E_VALIDATION_ERROR';
|
|
281
|
+
return engineError(code, message);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* check.protocol.decomposition - Validate decomposition protocol compliance
|
|
286
|
+
* @task T5327
|
|
287
|
+
*/
|
|
288
|
+
export async function validateProtocolDecomposition(params, _projectRoot) {
|
|
289
|
+
try {
|
|
290
|
+
const { mode, strict, epicId } = params;
|
|
291
|
+
if (mode === 'task') {
|
|
292
|
+
if (!params.taskId) {
|
|
293
|
+
return engineError('E_INVALID_INPUT', 'taskId is required for task mode');
|
|
294
|
+
}
|
|
295
|
+
const result = await validateDecompositionTask(params.taskId, { strict, epicId });
|
|
296
|
+
return { success: true, data: result };
|
|
297
|
+
}
|
|
298
|
+
else {
|
|
299
|
+
if (!params.manifestFile) {
|
|
300
|
+
return engineError('E_INVALID_INPUT', 'manifestFile is required for manifest mode');
|
|
301
|
+
}
|
|
302
|
+
const result = await checkDecompositionManifest(params.manifestFile, { strict, epicId });
|
|
303
|
+
return { success: true, data: result };
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
catch (err) {
|
|
307
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
308
|
+
const code = message.includes('not found')
|
|
309
|
+
? 'E_NOT_FOUND'
|
|
310
|
+
: message.includes('violations')
|
|
311
|
+
? 'E_PROTOCOL_VIOLATION'
|
|
312
|
+
: 'E_VALIDATION_ERROR';
|
|
313
|
+
return engineError(code, message);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* check.protocol.implementation - Validate implementation protocol compliance
|
|
318
|
+
* @task T5327
|
|
319
|
+
*/
|
|
320
|
+
export async function validateProtocolImplementation(params, _projectRoot) {
|
|
321
|
+
try {
|
|
322
|
+
const { mode, strict } = params;
|
|
323
|
+
if (mode === 'task') {
|
|
324
|
+
if (!params.taskId) {
|
|
325
|
+
return engineError('E_INVALID_INPUT', 'taskId is required for task mode');
|
|
326
|
+
}
|
|
327
|
+
const result = await validateImplementationTask(params.taskId, { strict });
|
|
328
|
+
return { success: true, data: result };
|
|
329
|
+
}
|
|
330
|
+
else {
|
|
331
|
+
if (!params.manifestFile) {
|
|
332
|
+
return engineError('E_INVALID_INPUT', 'manifestFile is required for manifest mode');
|
|
333
|
+
}
|
|
334
|
+
const result = await checkImplementationManifest(params.manifestFile, { strict });
|
|
335
|
+
return { success: true, data: result };
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
catch (err) {
|
|
339
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
340
|
+
const code = message.includes('not found')
|
|
341
|
+
? 'E_NOT_FOUND'
|
|
342
|
+
: message.includes('violations')
|
|
343
|
+
? 'E_PROTOCOL_VIOLATION'
|
|
344
|
+
: 'E_VALIDATION_ERROR';
|
|
345
|
+
return engineError(code, message);
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* check.protocol.specification - Validate specification protocol compliance
|
|
350
|
+
* @task T5327
|
|
351
|
+
*/
|
|
352
|
+
export async function validateProtocolSpecification(params, _projectRoot) {
|
|
353
|
+
try {
|
|
354
|
+
const { mode, strict, specFile } = params;
|
|
355
|
+
if (mode === 'task') {
|
|
356
|
+
if (!params.taskId) {
|
|
357
|
+
return engineError('E_INVALID_INPUT', 'taskId is required for task mode');
|
|
358
|
+
}
|
|
359
|
+
const result = await validateSpecificationTask(params.taskId, { strict, specFile });
|
|
360
|
+
return { success: true, data: result };
|
|
361
|
+
}
|
|
362
|
+
else {
|
|
363
|
+
if (!params.manifestFile) {
|
|
364
|
+
return engineError('E_INVALID_INPUT', 'manifestFile is required for manifest mode');
|
|
365
|
+
}
|
|
366
|
+
const result = await checkSpecificationManifest(params.manifestFile, { strict, specFile });
|
|
367
|
+
return { success: true, data: result };
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
catch (err) {
|
|
371
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
372
|
+
const code = message.includes('not found')
|
|
373
|
+
? 'E_NOT_FOUND'
|
|
374
|
+
: message.includes('violations')
|
|
375
|
+
? 'E_PROTOCOL_VIOLATION'
|
|
376
|
+
: 'E_VALIDATION_ERROR';
|
|
377
|
+
return engineError(code, message);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
import { getAccessor } from '@cleocode/core/internal';
|
|
381
|
+
const VALID_GATES = [
|
|
382
|
+
'implemented',
|
|
383
|
+
'testsPassed',
|
|
384
|
+
'qaPassed',
|
|
385
|
+
'cleanupDone',
|
|
386
|
+
'securityPassed',
|
|
387
|
+
'documented',
|
|
388
|
+
];
|
|
389
|
+
const DEFAULT_REQUIRED_GATES = [
|
|
390
|
+
'implemented',
|
|
391
|
+
'testsPassed',
|
|
392
|
+
'qaPassed',
|
|
393
|
+
'securityPassed',
|
|
394
|
+
'documented',
|
|
395
|
+
];
|
|
396
|
+
function initVerification() {
|
|
397
|
+
return {
|
|
398
|
+
passed: false,
|
|
399
|
+
round: 0,
|
|
400
|
+
gates: {},
|
|
401
|
+
lastAgent: null,
|
|
402
|
+
lastUpdated: null,
|
|
403
|
+
failureLog: [],
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
function computePassed(verification) {
|
|
407
|
+
for (const gate of DEFAULT_REQUIRED_GATES) {
|
|
408
|
+
if (verification.gates[gate] !== true)
|
|
409
|
+
return false;
|
|
410
|
+
}
|
|
411
|
+
return true;
|
|
412
|
+
}
|
|
413
|
+
function getMissingGates(verification) {
|
|
414
|
+
return DEFAULT_REQUIRED_GATES.filter((g) => verification.gates[g] !== true);
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* check.gate.verify - View or modify verification gates for a task
|
|
418
|
+
* @task T5327
|
|
419
|
+
*/
|
|
420
|
+
export async function validateGateVerify(params, projectRoot) {
|
|
421
|
+
try {
|
|
422
|
+
const root = projectRoot || resolveProjectRoot();
|
|
423
|
+
const { taskId, gate, value = true, agent, all, reset } = params;
|
|
424
|
+
// Validate task ID format
|
|
425
|
+
const idPattern = /^T\d{3,}$/;
|
|
426
|
+
if (!idPattern.test(taskId)) {
|
|
427
|
+
return engineError('E_INVALID_INPUT', `Invalid task ID format: ${taskId}`);
|
|
428
|
+
}
|
|
429
|
+
const accessor = await getAccessor(root);
|
|
430
|
+
const task = await accessor.loadSingleTask(taskId);
|
|
431
|
+
if (!task) {
|
|
432
|
+
return engineError('E_NOT_FOUND', `Task ${taskId} not found`);
|
|
433
|
+
}
|
|
434
|
+
// View mode (no modifications)
|
|
435
|
+
if (!gate && !all && !reset) {
|
|
436
|
+
const verification = task.verification ?? initVerification();
|
|
437
|
+
const missing = getMissingGates(verification);
|
|
438
|
+
return {
|
|
439
|
+
success: true,
|
|
440
|
+
data: {
|
|
441
|
+
taskId,
|
|
442
|
+
title: task.title,
|
|
443
|
+
status: task.status,
|
|
444
|
+
type: task.type ?? 'task',
|
|
445
|
+
verification,
|
|
446
|
+
verificationStatus: verification.passed ? 'passed' : 'pending',
|
|
447
|
+
passed: verification.passed,
|
|
448
|
+
round: verification.round,
|
|
449
|
+
requiredGates: DEFAULT_REQUIRED_GATES,
|
|
450
|
+
missingGates: missing,
|
|
451
|
+
action: 'view',
|
|
452
|
+
},
|
|
453
|
+
};
|
|
454
|
+
}
|
|
455
|
+
// Modification mode
|
|
456
|
+
let verification = task.verification ?? initVerification();
|
|
457
|
+
const now = new Date().toISOString();
|
|
458
|
+
let action = 'view';
|
|
459
|
+
if (reset) {
|
|
460
|
+
verification = initVerification();
|
|
461
|
+
action = 'reset';
|
|
462
|
+
}
|
|
463
|
+
else if (all) {
|
|
464
|
+
for (const g of DEFAULT_REQUIRED_GATES) {
|
|
465
|
+
verification.gates[g] = true;
|
|
466
|
+
}
|
|
467
|
+
if (agent) {
|
|
468
|
+
verification.lastAgent = agent;
|
|
469
|
+
}
|
|
470
|
+
verification.lastUpdated = now;
|
|
471
|
+
action = 'set_all';
|
|
472
|
+
}
|
|
473
|
+
else if (gate) {
|
|
474
|
+
if (!VALID_GATES.includes(gate)) {
|
|
475
|
+
return engineError('E_INVALID_INPUT', `Invalid gate: ${gate}. Valid: ${VALID_GATES.join(', ')}`);
|
|
476
|
+
}
|
|
477
|
+
verification.gates[gate] = value;
|
|
478
|
+
if (agent) {
|
|
479
|
+
verification.lastAgent = agent;
|
|
480
|
+
}
|
|
481
|
+
verification.lastUpdated = now;
|
|
482
|
+
if (!value) {
|
|
483
|
+
verification.round++;
|
|
484
|
+
verification.failureLog.push({
|
|
485
|
+
round: verification.round,
|
|
486
|
+
agent: agent ?? 'unknown',
|
|
487
|
+
reason: `Gate ${gate} set to false`,
|
|
488
|
+
timestamp: now,
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
action = 'set_gate';
|
|
492
|
+
}
|
|
493
|
+
verification.passed = computePassed(verification);
|
|
494
|
+
task.verification = verification;
|
|
495
|
+
task.updatedAt = now;
|
|
496
|
+
await accessor.upsertSingleTask(task);
|
|
497
|
+
const missing = getMissingGates(verification);
|
|
498
|
+
const result = {
|
|
499
|
+
taskId,
|
|
500
|
+
title: task.title,
|
|
501
|
+
status: task.status,
|
|
502
|
+
type: task.type ?? 'task',
|
|
503
|
+
verification,
|
|
504
|
+
verificationStatus: verification.passed ? 'passed' : 'pending',
|
|
505
|
+
passed: verification.passed,
|
|
506
|
+
round: verification.round,
|
|
507
|
+
requiredGates: DEFAULT_REQUIRED_GATES,
|
|
508
|
+
missingGates: missing,
|
|
509
|
+
action,
|
|
510
|
+
};
|
|
511
|
+
if (action === 'set_gate') {
|
|
512
|
+
result.gateSet = gate;
|
|
513
|
+
}
|
|
514
|
+
else if (action === 'set_all') {
|
|
515
|
+
result.gatesSet = DEFAULT_REQUIRED_GATES;
|
|
516
|
+
}
|
|
517
|
+
return { success: true, data: result };
|
|
518
|
+
}
|
|
519
|
+
catch (err) {
|
|
520
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
521
|
+
return engineError('E_GENERAL', message);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
//# sourceMappingURL=validate-engine.js.map
|