@cleocode/cleo 2026.4.57 → 2026.4.59
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/adapter.d.ts +21 -0
- package/dist/cli/commands/adapter.d.ts.map +1 -0
- package/dist/cli/commands/adapter.js +73 -0
- package/dist/cli/commands/adapter.js.map +1 -0
- package/dist/cli/commands/add-batch.d.ts +16 -0
- package/dist/cli/commands/add-batch.d.ts.map +1 -0
- package/dist/cli/commands/add-batch.js +133 -0
- package/dist/cli/commands/add-batch.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 +238 -0
- package/dist/cli/commands/add.js.map +1 -0
- package/dist/cli/commands/admin.d.ts +15 -0
- package/dist/cli/commands/admin.d.ts.map +1 -0
- package/dist/cli/commands/admin.js +143 -0
- package/dist/cli/commands/admin.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/agent-profile-status.d.ts +98 -0
- package/dist/cli/commands/agent-profile-status.d.ts.map +1 -0
- package/dist/cli/commands/agent-profile-status.js +71 -0
- package/dist/cli/commands/agent-profile-status.js.map +1 -0
- package/dist/cli/commands/agent.d.ts +41 -0
- package/dist/cli/commands/agent.d.ts.map +1 -0
- package/dist/cli/commands/agent.js +2270 -0
- package/dist/cli/commands/agent.js.map +1 -0
- package/dist/cli/commands/agents.d.ts +17 -0
- package/dist/cli/commands/agents.d.ts.map +1 -0
- package/dist/cli/commands/agents.js +20 -0
- package/dist/cli/commands/agents.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/backfill.d.ts +38 -0
- package/dist/cli/commands/backfill.d.ts.map +1 -0
- package/dist/cli/commands/backfill.js +144 -0
- package/dist/cli/commands/backfill.js.map +1 -0
- package/dist/cli/commands/backup-inspect.d.ts +24 -0
- package/dist/cli/commands/backup-inspect.d.ts.map +1 -0
- package/dist/cli/commands/backup-inspect.js +417 -0
- package/dist/cli/commands/backup-inspect.js.map +1 -0
- package/dist/cli/commands/backup.d.ts +13 -0
- package/dist/cli/commands/backup.d.ts.map +1 -0
- package/dist/cli/commands/backup.js +479 -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/brain.d.ts +29 -0
- package/dist/cli/commands/brain.d.ts.map +1 -0
- package/dist/cli/commands/brain.js +358 -0
- package/dist/cli/commands/brain.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/cancel.d.ts +17 -0
- package/dist/cli/commands/cancel.d.ts.map +1 -0
- package/dist/cli/commands/cancel.js +28 -0
- package/dist/cli/commands/cancel.js.map +1 -0
- package/dist/cli/commands/cant.d.ts +32 -0
- package/dist/cli/commands/cant.d.ts.map +1 -0
- package/dist/cli/commands/cant.js +264 -0
- package/dist/cli/commands/cant.js.map +1 -0
- package/dist/cli/commands/chain.d.ts +16 -0
- package/dist/cli/commands/chain.d.ts.map +1 -0
- package/dist/cli/commands/chain.js +52 -0
- package/dist/cli/commands/chain.js.map +1 -0
- package/dist/cli/commands/check.d.ts +25 -0
- package/dist/cli/commands/check.d.ts.map +1 -0
- package/dist/cli/commands/check.js +193 -0
- package/dist/cli/commands/check.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/claim.d.ts +27 -0
- package/dist/cli/commands/claim.d.ts.map +1 -0
- package/dist/cli/commands/claim.js +45 -0
- package/dist/cli/commands/claim.js.map +1 -0
- package/dist/cli/commands/code.d.ts +11 -0
- package/dist/cli/commands/code.d.ts.map +1 -0
- package/dist/cli/commands/code.js +114 -0
- package/dist/cli/commands/code.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 +29 -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 +92 -0
- package/dist/cli/commands/complete.js.map +1 -0
- package/dist/cli/commands/complexity.d.ts +17 -0
- package/dist/cli/commands/complexity.d.ts.map +1 -0
- package/dist/cli/commands/complexity.js +25 -0
- package/dist/cli/commands/complexity.js.map +1 -0
- package/dist/cli/commands/compliance.d.ts +9 -0
- package/dist/cli/commands/compliance.d.ts.map +1 -0
- package/dist/cli/commands/compliance.js +110 -0
- package/dist/cli/commands/compliance.js.map +1 -0
- package/dist/cli/commands/config.d.ts +10 -0
- package/dist/cli/commands/config.d.ts.map +1 -0
- package/dist/cli/commands/config.js +69 -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 +15 -0
- package/dist/cli/commands/context.d.ts.map +1 -0
- package/dist/cli/commands/context.js +76 -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 +20 -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 +24 -0
- package/dist/cli/commands/deps.d.ts.map +1 -0
- package/dist/cli/commands/deps.js +98 -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 +428 -0
- package/dist/cli/commands/detect-drift.js.map +1 -0
- package/dist/cli/commands/detect.d.ts +13 -0
- package/dist/cli/commands/detect.d.ts.map +1 -0
- package/dist/cli/commands/detect.js +20 -0
- package/dist/cli/commands/detect.js.map +1 -0
- package/dist/cli/commands/diagnostics.d.ts +16 -0
- package/dist/cli/commands/diagnostics.d.ts.map +1 -0
- package/dist/cli/commands/diagnostics.js +58 -0
- package/dist/cli/commands/diagnostics.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 +15 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +133 -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 +24 -0
- package/dist/cli/commands/exists.d.ts.map +1 -0
- package/dist/cli/commands/exists.js +53 -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 +152 -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 +33 -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 +96 -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/intelligence.d.ts +22 -0
- package/dist/cli/commands/intelligence.d.ts.map +1 -0
- package/dist/cli/commands/intelligence.js +72 -0
- package/dist/cli/commands/intelligence.js.map +1 -0
- package/dist/cli/commands/issue.d.ts +17 -0
- package/dist/cli/commands/issue.d.ts.map +1 -0
- package/dist/cli/commands/issue.js +107 -0
- package/dist/cli/commands/issue.js.map +1 -0
- package/dist/cli/commands/labels.d.ts +17 -0
- package/dist/cli/commands/labels.d.ts.map +1 -0
- package/dist/cli/commands/labels.js +48 -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 +128 -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 +143 -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/memory-brain.d.ts +15 -0
- package/dist/cli/commands/memory-brain.d.ts.map +1 -0
- package/dist/cli/commands/memory-brain.js +436 -0
- package/dist/cli/commands/memory-brain.js.map +1 -0
- package/dist/cli/commands/migrate-claude-mem.d.ts +23 -0
- package/dist/cli/commands/migrate-claude-mem.d.ts.map +1 -0
- package/dist/cli/commands/migrate-claude-mem.js +79 -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 +20 -0
- package/dist/cli/commands/nexus.d.ts.map +1 -0
- package/dist/cli/commands/nexus.js +2290 -0
- package/dist/cli/commands/nexus.js.map +1 -0
- package/dist/cli/commands/observe.d.ts +13 -0
- package/dist/cli/commands/observe.d.ts.map +1 -0
- package/dist/cli/commands/observe.js +30 -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 +24 -0
- package/dist/cli/commands/orchestrate.d.ts.map +1 -0
- package/dist/cli/commands/orchestrate.js +254 -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 +91 -0
- package/dist/cli/commands/phase.js.map +1 -0
- package/dist/cli/commands/phases.d.ts +14 -0
- package/dist/cli/commands/phases.d.ts.map +1 -0
- package/dist/cli/commands/phases.js +42 -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 +11 -0
- package/dist/cli/commands/promote.d.ts.map +1 -0
- package/dist/cli/commands/promote.js +18 -0
- package/dist/cli/commands/promote.js.map +1 -0
- package/dist/cli/commands/provider.d.ts +21 -0
- package/dist/cli/commands/provider.d.ts.map +1 -0
- package/dist/cli/commands/provider.js +88 -0
- package/dist/cli/commands/provider.js.map +1 -0
- package/dist/cli/commands/reason.d.ts +36 -0
- package/dist/cli/commands/reason.d.ts.map +1 -0
- package/dist/cli/commands/reason.js +85 -0
- package/dist/cli/commands/reason.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 +82 -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 +17 -0
- package/dist/cli/commands/reorder.d.ts.map +1 -0
- package/dist/cli/commands/reorder.js +41 -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 +164 -0
- package/dist/cli/commands/research.js.map +1 -0
- package/dist/cli/commands/restore.d.ts +54 -0
- package/dist/cli/commands/restore.d.ts.map +1 -0
- package/dist/cli/commands/restore.js +470 -0
- package/dist/cli/commands/restore.js.map +1 -0
- package/dist/cli/commands/roadmap.d.ts +14 -0
- package/dist/cli/commands/roadmap.d.ts.map +1 -0
- package/dist/cli/commands/roadmap.js +26 -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/schema.d.ts +27 -0
- package/dist/cli/commands/schema.d.ts.map +1 -0
- package/dist/cli/commands/schema.js +160 -0
- package/dist/cli/commands/schema.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 +363 -0
- package/dist/cli/commands/self-update.js.map +1 -0
- package/dist/cli/commands/sequence.d.ts +11 -0
- package/dist/cli/commands/sequence.d.ts.map +1 -0
- package/dist/cli/commands/sequence.js +40 -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 +219 -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 +40 -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 +161 -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 +35 -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 +218 -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/sync.d.ts +26 -0
- package/dist/cli/commands/sync.d.ts.map +1 -0
- package/dist/cli/commands/sync.js +82 -0
- package/dist/cli/commands/sync.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 +65 -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 +83 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/cli/commands/upgrade.d.ts +18 -0
- package/dist/cli/commands/upgrade.d.ts.map +1 -0
- package/dist/cli/commands/upgrade.js +103 -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 +24 -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 +19 -0
- package/dist/cli/commands/web.d.ts.map +1 -0
- package/dist/cli/commands/web.js +371 -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/help-generator.d.ts +74 -0
- package/dist/cli/help-generator.d.ts.map +1 -0
- package/dist/cli/help-generator.js +229 -0
- package/dist/cli/help-generator.js.map +1 -0
- package/dist/cli/help-renderer.d.ts +28 -0
- package/dist/cli/help-renderer.d.ts.map +1 -0
- package/dist/cli/help-renderer.js +301 -0
- package/dist/cli/help-renderer.js.map +1 -0
- package/dist/cli/index.d.ts +9 -0
- package/dist/cli/index.d.ts.map +1 -0
- 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 +87 -0
- package/dist/cli/renderers/index.d.ts.map +1 -0
- package/dist/cli/renderers/index.js +262 -0
- package/dist/cli/renderers/index.js.map +1 -0
- package/dist/cli/renderers/lafs-validator.d.ts +91 -0
- package/dist/cli/renderers/lafs-validator.d.ts.map +1 -0
- package/dist/cli/renderers/lafs-validator.js +176 -0
- package/dist/cli/renderers/lafs-validator.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 +331 -0
- package/dist/dispatch/adapters/cli.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 +791 -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 +381 -0
- package/dist/dispatch/domains/check.js.map +1 -0
- package/dist/dispatch/domains/conduit.d.ts +38 -0
- package/dist/dispatch/domains/conduit.d.ts.map +1 -0
- package/dist/dispatch/domains/conduit.js +360 -0
- package/dist/dispatch/domains/conduit.js.map +1 -0
- package/dist/dispatch/domains/diagnostics.d.ts +20 -0
- package/dist/dispatch/domains/diagnostics.d.ts.map +1 -0
- package/dist/dispatch/domains/diagnostics.js +77 -0
- package/dist/dispatch/domains/diagnostics.js.map +1 -0
- package/dist/dispatch/domains/index.d.ts +29 -0
- package/dist/dispatch/domains/index.d.ts.map +1 -0
- package/dist/dispatch/domains/index.js +45 -0
- package/dist/dispatch/domains/index.js.map +1 -0
- package/dist/dispatch/domains/intelligence.d.ts +26 -0
- package/dist/dispatch/domains/intelligence.d.ts.map +1 -0
- package/dist/dispatch/domains/intelligence.js +154 -0
- package/dist/dispatch/domains/intelligence.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 +387 -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 +26 -0
- package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
- package/dist/dispatch/domains/orchestrate.js +691 -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 +593 -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 +267 -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 +167 -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 +368 -0
- package/dist/dispatch/domains/tasks.js.map +1 -0
- package/dist/dispatch/domains/tools.d.ts +37 -0
- package/dist/dispatch/domains/tools.d.ts.map +1 -0
- package/dist/dispatch/domains/tools.js +481 -0
- package/dist/dispatch/domains/tools.js.map +1 -0
- package/dist/dispatch/engines/_error.d.ts +119 -0
- package/dist/dispatch/engines/_error.d.ts.map +1 -0
- package/dist/dispatch/engines/_error.js +298 -0
- package/dist/dispatch/engines/_error.js.map +1 -0
- package/dist/dispatch/engines/code-engine.d.ts +18 -0
- package/dist/dispatch/engines/code-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/code-engine.js +71 -0
- package/dist/dispatch/engines/code-engine.js.map +1 -0
- package/dist/dispatch/engines/codebase-map-engine.d.ts +31 -0
- package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/codebase-map-engine.js +43 -0
- package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
- package/dist/dispatch/engines/config-engine.d.ts +32 -0
- package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/config-engine.js +70 -0
- package/dist/dispatch/engines/config-engine.js.map +1 -0
- package/dist/dispatch/engines/diagnostics-engine.d.ts +57 -0
- package/dist/dispatch/engines/diagnostics-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/diagnostics-engine.js +163 -0
- package/dist/dispatch/engines/diagnostics-engine.js.map +1 -0
- package/dist/dispatch/engines/hooks-engine.d.ts +96 -0
- package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/hooks-engine.js +144 -0
- package/dist/dispatch/engines/hooks-engine.js.map +1 -0
- package/dist/dispatch/engines/init-engine.d.ts +56 -0
- package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/init-engine.js +78 -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 +224 -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 +141 -0
- package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/orchestrate-engine.js +892 -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 +763 -0
- package/dist/dispatch/engines/release-engine.js.map +1 -0
- package/dist/dispatch/engines/session-engine.d.ts +387 -0
- package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/session-engine.js +924 -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 +543 -0
- package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/system-engine.js +1273 -0
- package/dist/dispatch/engines/system-engine.js.map +1 -0
- package/dist/dispatch/engines/task-engine.d.ts +971 -0
- package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/task-engine.js +1255 -0
- package/dist/dispatch/engines/task-engine.js.map +1 -0
- package/dist/dispatch/engines/template-parser.d.ts +85 -0
- package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
- package/dist/dispatch/engines/template-parser.js +108 -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 +663 -0
- package/dist/dispatch/engines/tools-engine.js.map +1 -0
- package/dist/dispatch/engines/validate-engine.d.ts +218 -0
- package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
- package/dist/dispatch/engines/validate-engine.js +737 -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/background-jobs.d.ts +86 -0
- package/dist/dispatch/lib/background-jobs.d.ts.map +1 -0
- package/dist/dispatch/lib/background-jobs.js +183 -0
- package/dist/dispatch/lib/background-jobs.js.map +1 -0
- package/dist/dispatch/lib/budget.d.ts +36 -0
- package/dist/dispatch/lib/budget.d.ts.map +1 -0
- package/dist/dispatch/lib/budget.js +109 -0
- package/dist/dispatch/lib/budget.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-loader.d.ts +42 -0
- package/dist/dispatch/lib/config-loader.d.ts.map +1 -0
- package/dist/dispatch/lib/config-loader.js +217 -0
- package/dist/dispatch/lib/config-loader.js.map +1 -0
- package/dist/dispatch/lib/config.d.ts +11 -0
- package/dist/dispatch/lib/config.d.ts.map +1 -0
- package/dist/dispatch/lib/config.js +10 -0
- package/dist/dispatch/lib/config.js.map +1 -0
- package/dist/dispatch/lib/defaults.d.ts +115 -0
- package/dist/dispatch/lib/defaults.d.ts.map +1 -0
- package/dist/dispatch/lib/defaults.js +61 -0
- package/dist/dispatch/lib/defaults.js.map +1 -0
- package/dist/dispatch/lib/engine.d.ts +26 -0
- package/dist/dispatch/lib/engine.d.ts.map +1 -0
- package/dist/dispatch/lib/engine.js +46 -0
- package/dist/dispatch/lib/engine.js.map +1 -0
- package/dist/dispatch/lib/exit-codes.d.ts +35 -0
- package/dist/dispatch/lib/exit-codes.d.ts.map +1 -0
- package/dist/dispatch/lib/exit-codes.js +60 -0
- package/dist/dispatch/lib/exit-codes.js.map +1 -0
- package/dist/dispatch/lib/gateway-meta.d.ts +37 -0
- package/dist/dispatch/lib/gateway-meta.d.ts.map +1 -0
- package/dist/dispatch/lib/gateway-meta.js +50 -0
- package/dist/dispatch/lib/gateway-meta.js.map +1 -0
- package/dist/dispatch/lib/job-manager-accessor.d.ts +9 -0
- package/dist/dispatch/lib/job-manager-accessor.d.ts.map +1 -0
- package/dist/dispatch/lib/job-manager-accessor.js +13 -0
- package/dist/dispatch/lib/job-manager-accessor.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 +56 -0
- package/dist/dispatch/lib/projections.d.ts.map +1 -0
- package/dist/dispatch/lib/projections.js +65 -0
- package/dist/dispatch/lib/projections.js.map +1 -0
- package/dist/dispatch/lib/proto-envelope.d.ts +56 -0
- package/dist/dispatch/lib/proto-envelope.d.ts.map +1 -0
- package/dist/dispatch/lib/proto-envelope.js +17 -0
- package/dist/dispatch/lib/proto-envelope.js.map +1 -0
- package/dist/dispatch/lib/schema-utils.d.ts +39 -0
- package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
- package/dist/dispatch/lib/schema-utils.js +88 -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 +25 -0
- package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
- package/dist/dispatch/middleware/field-filter.js +70 -0
- package/dist/dispatch/middleware/field-filter.js.map +1 -0
- package/dist/dispatch/middleware/pipeline.d.ts +33 -0
- package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
- package/dist/dispatch/middleware/pipeline.js +60 -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 +146 -0
- package/dist/dispatch/middleware/projection.js.map +1 -0
- package/dist/dispatch/middleware/protocol-enforcement.d.ts +30 -0
- package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
- package/dist/dispatch/middleware/protocol-enforcement.js +56 -0
- package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
- package/dist/dispatch/middleware/rate-limiter.d.ts +72 -0
- package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
- package/dist/dispatch/middleware/rate-limiter.js +127 -0
- package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
- package/dist/dispatch/middleware/sanitizer.d.ts +24 -0
- package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
- package/dist/dispatch/middleware/sanitizer.js +56 -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/telemetry.d.ts +21 -0
- package/dist/dispatch/middleware/telemetry.d.ts.map +1 -0
- package/dist/dispatch/middleware/telemetry.js +50 -0
- package/dist/dispatch/middleware/telemetry.js.map +1 -0
- package/dist/dispatch/middleware/verification-gates.d.ts +22 -0
- package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
- package/dist/dispatch/middleware/verification-gates.js +59 -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 +3535 -0
- package/dist/dispatch/registry.js.map +1 -0
- package/dist/dispatch/types.d.ts +206 -0
- package/dist/dispatch/types.d.ts.map +1 -0
- package/dist/dispatch/types.js +27 -0
- package/dist/dispatch/types.js.map +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Centralized engine error helper.
|
|
3
|
+
*
|
|
4
|
+
* All dispatch engines import `engineError()` from this module to produce
|
|
5
|
+
* consistently typed error results with correct exit codes and pino logging.
|
|
6
|
+
*
|
|
7
|
+
* The STRING_TO_EXIT map is the canonical mapping from string error codes
|
|
8
|
+
* to numeric exit codes. It mirrors ERROR_CODE_TO_EXIT in cli.ts.
|
|
9
|
+
*
|
|
10
|
+
* @remarks
|
|
11
|
+
* Error codes are organized into numeric ranges:
|
|
12
|
+
* - 1-9: General errors (invalid input, file, dependency, validation)
|
|
13
|
+
* - 10-19: Hierarchy errors (parent, depth, siblings, circular deps)
|
|
14
|
+
* - 20-29: Concurrency errors (checksum, modification, collision)
|
|
15
|
+
* - 30-39: Session errors (scope, claims, active task)
|
|
16
|
+
* - 40-47: Verification errors (gates, agents, rounds)
|
|
17
|
+
* - 50-54: Context safeguard (warning through emergency)
|
|
18
|
+
* - 60-67: Orchestrator / protocol errors
|
|
19
|
+
* - 70-79: Nexus errors
|
|
20
|
+
* - 80-94: Lifecycle, artifact, provenance errors
|
|
21
|
+
* - 95-99: Adapter errors
|
|
22
|
+
* - 100+: Special informational codes (not errors)
|
|
23
|
+
*/
|
|
24
|
+
import { getLogger } from '@cleocode/core';
|
|
25
|
+
import { mapNumericExitCodeToString } from '../lib/exit-codes.js';
|
|
26
|
+
/**
|
|
27
|
+
* Canonical mapping from string error codes to numeric exit codes.
|
|
28
|
+
*
|
|
29
|
+
* Source of truth: src/types/exit-codes.ts (ExitCode enum).
|
|
30
|
+
* Must stay in sync with ERROR_CODE_TO_EXIT in src/dispatch/adapters/cli.ts.
|
|
31
|
+
*/
|
|
32
|
+
export const STRING_TO_EXIT = {
|
|
33
|
+
// General Errors (1-9)
|
|
34
|
+
E_GENERAL: 1,
|
|
35
|
+
E_GENERAL_ERROR: 1,
|
|
36
|
+
E_INVALID_INPUT: 2,
|
|
37
|
+
E_MISSING_PARAMS: 2,
|
|
38
|
+
E_INVALID_OPERATION: 2,
|
|
39
|
+
E_FILE_ERROR: 3,
|
|
40
|
+
E_NOT_FOUND: 4,
|
|
41
|
+
E_DEPENDENCY: 5,
|
|
42
|
+
E_DEPENDENCY_ERROR: 5,
|
|
43
|
+
E_VALIDATION: 6,
|
|
44
|
+
E_VALIDATION_FAILED: 6,
|
|
45
|
+
E_VALIDATION_ERROR: 6,
|
|
46
|
+
E_RETRYABLE: 7,
|
|
47
|
+
E_LOCK_TIMEOUT: 7,
|
|
48
|
+
E_CONFIG_ERROR: 8,
|
|
49
|
+
// Hierarchy Errors (10-19)
|
|
50
|
+
E_PARENT_NOT_FOUND: 10,
|
|
51
|
+
E_DEPTH_EXCEEDED: 11,
|
|
52
|
+
E_SIBLING_LIMIT: 12,
|
|
53
|
+
E_INVALID_PARENT_TYPE: 13,
|
|
54
|
+
E_INVALID_PARENT: 13,
|
|
55
|
+
E_CIRCULAR_DEP: 14,
|
|
56
|
+
E_CIRCULAR_REFERENCE: 14,
|
|
57
|
+
E_ORPHAN_DETECTED: 15,
|
|
58
|
+
E_HAS_CHILDREN: 16,
|
|
59
|
+
E_TASK_COMPLETED: 17, // ExitCode.TASK_COMPLETED — canonical value from @cleocode/contracts
|
|
60
|
+
E_CASCADE_FAILED: 18,
|
|
61
|
+
E_HAS_DEPENDENTS: 19,
|
|
62
|
+
// Concurrency Errors (20-29)
|
|
63
|
+
E_CHECKSUM_MISMATCH: 20,
|
|
64
|
+
E_CONCURRENT_MODIFICATION: 21,
|
|
65
|
+
E_ID_COLLISION: 22,
|
|
66
|
+
// Session Errors (30-39)
|
|
67
|
+
E_SESSION_EXISTS: 30,
|
|
68
|
+
E_SESSION_CONFLICT: 30,
|
|
69
|
+
E_SESSION_NOT_FOUND: 31,
|
|
70
|
+
E_SCOPE_CONFLICT: 32,
|
|
71
|
+
E_SCOPE_INVALID: 33,
|
|
72
|
+
E_TASK_NOT_IN_SCOPE: 34,
|
|
73
|
+
E_TASK_CLAIMED: 35,
|
|
74
|
+
E_SESSION_REQUIRED: 36,
|
|
75
|
+
E_SESSION_CLOSE_BLOCKED: 37,
|
|
76
|
+
E_ACTIVE_TASK_REQUIRED: 38,
|
|
77
|
+
E_NOTES_REQUIRED: 39,
|
|
78
|
+
// Verification Errors (40-47)
|
|
79
|
+
E_VERIFICATION_INIT_FAILED: 40,
|
|
80
|
+
E_GATE_UPDATE_FAILED: 41,
|
|
81
|
+
E_INVALID_GATE: 42,
|
|
82
|
+
E_INVALID_AGENT: 43,
|
|
83
|
+
E_MAX_ROUNDS_EXCEEDED: 44,
|
|
84
|
+
E_GATE_DEPENDENCY: 45,
|
|
85
|
+
E_VERIFICATION_LOCKED: 46,
|
|
86
|
+
E_ROUND_MISMATCH: 47,
|
|
87
|
+
// Context Safeguard (50-54)
|
|
88
|
+
E_CONTEXT_WARNING: 50,
|
|
89
|
+
E_CONTEXT_CAUTION: 51,
|
|
90
|
+
E_CONTEXT_CRITICAL: 52,
|
|
91
|
+
E_CONTEXT_EMERGENCY: 53,
|
|
92
|
+
E_CONTEXT_STALE: 54,
|
|
93
|
+
// Orchestrator / Protocol Errors (60-67)
|
|
94
|
+
E_PROTOCOL_MISSING: 60,
|
|
95
|
+
E_PROTOCOL_RESEARCH: 60,
|
|
96
|
+
E_INVALID_RETURN_MESSAGE: 61,
|
|
97
|
+
E_PROTOCOL_CONSENSUS: 61,
|
|
98
|
+
E_MANIFEST_ENTRY_MISSING: 62,
|
|
99
|
+
E_PROTOCOL_SPECIFICATION: 62,
|
|
100
|
+
E_SPAWN_VALIDATION_FAILED: 63,
|
|
101
|
+
E_PROTOCOL_DECOMPOSITION: 63,
|
|
102
|
+
E_AUTONOMOUS_BOUNDARY: 64,
|
|
103
|
+
E_PROTOCOL_IMPLEMENTATION: 64,
|
|
104
|
+
E_HANDOFF_REQUIRED: 65,
|
|
105
|
+
E_PROTOCOL_CONTRIBUTION: 65,
|
|
106
|
+
E_RESUME_FAILED: 66,
|
|
107
|
+
E_PROTOCOL_RELEASE: 66,
|
|
108
|
+
E_CONCURRENT_SESSION: 67,
|
|
109
|
+
E_PROTOCOL_GENERIC: 67,
|
|
110
|
+
// Nexus Errors (70-79)
|
|
111
|
+
E_NEXUS_NOT_INITIALIZED: 70,
|
|
112
|
+
E_NEXUS_PROJECT_NOT_FOUND: 71,
|
|
113
|
+
E_NEXUS_PERMISSION_DENIED: 72,
|
|
114
|
+
E_NEXUS_INVALID_SYNTAX: 73,
|
|
115
|
+
E_NEXUS_SYNC_FAILED: 74,
|
|
116
|
+
E_NEXUS_REGISTRY_CORRUPT: 75,
|
|
117
|
+
E_NEXUS_PROJECT_EXISTS: 76,
|
|
118
|
+
E_NEXUS_QUERY_FAILED: 77,
|
|
119
|
+
E_NEXUS_GRAPH_ERROR: 78,
|
|
120
|
+
// Lifecycle Enforcement (80-84)
|
|
121
|
+
E_LIFECYCLE_GATE_FAILED: 80,
|
|
122
|
+
E_AUDIT_MISSING: 81,
|
|
123
|
+
E_CIRCULAR_VALIDATION: 82,
|
|
124
|
+
E_LIFECYCLE_TRANSITION_INVALID: 83,
|
|
125
|
+
E_PROVENANCE_REQUIRED: 84,
|
|
126
|
+
// Artifact Publish (85-89)
|
|
127
|
+
E_ARTIFACT_TYPE_UNKNOWN: 85,
|
|
128
|
+
E_ARTIFACT_VALIDATION_FAILED: 86,
|
|
129
|
+
E_ARTIFACT_BUILD_FAILED: 87,
|
|
130
|
+
E_ARTIFACT_PUBLISH_FAILED: 88,
|
|
131
|
+
E_ARTIFACT_ROLLBACK_FAILED: 89,
|
|
132
|
+
// Provenance (90-94)
|
|
133
|
+
E_PROVENANCE_CONFIG_INVALID: 90,
|
|
134
|
+
E_SIGNING_KEY_MISSING: 91,
|
|
135
|
+
E_SIGNATURE_INVALID: 92,
|
|
136
|
+
E_DIGEST_MISMATCH: 93,
|
|
137
|
+
E_ATTESTATION_INVALID: 94,
|
|
138
|
+
// Special Codes (100+) - NOT errors
|
|
139
|
+
E_NO_DATA: 100,
|
|
140
|
+
E_ALREADY_EXISTS: 101,
|
|
141
|
+
E_NO_CHANGE: 102,
|
|
142
|
+
E_TESTS_SKIPPED: 103,
|
|
143
|
+
// Adapter Errors (95-99)
|
|
144
|
+
E_ADAPTER_NOT_FOUND: 95,
|
|
145
|
+
E_ADAPTER_INIT_FAILED: 96,
|
|
146
|
+
E_ADAPTER_HOOK_FAILED: 97,
|
|
147
|
+
E_ADAPTER_SPAWN_FAILED: 98,
|
|
148
|
+
E_ADAPTER_INSTALL_FAILED: 99,
|
|
149
|
+
// Common engine-specific aliases
|
|
150
|
+
E_NOT_INITIALIZED: 3,
|
|
151
|
+
E_NO_HANDLER: 1,
|
|
152
|
+
E_INTERNAL: 1,
|
|
153
|
+
E_LIST_FAILED: 3,
|
|
154
|
+
E_READ_FAILED: 3,
|
|
155
|
+
E_WRITE_FAILED: 3,
|
|
156
|
+
E_PARSE_ERROR: 2,
|
|
157
|
+
E_TEMPLATE_ERROR: 2,
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Derive pino log level from exit code.
|
|
161
|
+
*
|
|
162
|
+
* - 100+: special/informational -> 'debug'
|
|
163
|
+
* - 1-9 internal errors (1, 3): -> 'error'
|
|
164
|
+
* - 10-99 user/domain errors: -> 'warn'
|
|
165
|
+
* - 0: success (should not be called for errors) -> 'debug'
|
|
166
|
+
*/
|
|
167
|
+
function logLevel(exitCode) {
|
|
168
|
+
if (exitCode === 0 || exitCode >= 100)
|
|
169
|
+
return 'debug';
|
|
170
|
+
// Internal errors: general (1), file (3) — these indicate bugs or system issues
|
|
171
|
+
if (exitCode === 1 || exitCode === 3)
|
|
172
|
+
return 'error';
|
|
173
|
+
// Everything else is a user/domain error
|
|
174
|
+
return 'warn';
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Create a typed engine error result with pino logging and correct exit code.
|
|
178
|
+
*
|
|
179
|
+
* @remarks
|
|
180
|
+
* The exit code is derived from the {@link STRING_TO_EXIT} mapping. If the
|
|
181
|
+
* code is not found in the map, exit code 1 (general error) is used.
|
|
182
|
+
* Pino logging is automatically triggered at the appropriate level
|
|
183
|
+
* (error for internal issues, warn for user/domain errors, debug for
|
|
184
|
+
* informational codes). Logging is suppressed under Vitest to keep
|
|
185
|
+
* test output clean.
|
|
186
|
+
*
|
|
187
|
+
* @param code - String error code (e.g., 'E_NOT_FOUND')
|
|
188
|
+
* @param message - Human-readable error message
|
|
189
|
+
* @param options - Optional details, fix command, and alternatives
|
|
190
|
+
* @returns EngineResult with success=false and properly structured error
|
|
191
|
+
*
|
|
192
|
+
* @example
|
|
193
|
+
* ```typescript
|
|
194
|
+
* import { engineError } from './_error.js';
|
|
195
|
+
*
|
|
196
|
+
* return engineError('E_NOT_FOUND', `Task ${id} not found`, {
|
|
197
|
+
* fix: `cleo show ${id}`,
|
|
198
|
+
* details: { taskId: id },
|
|
199
|
+
* });
|
|
200
|
+
* ```
|
|
201
|
+
*/
|
|
202
|
+
export function engineError(code, message, options) {
|
|
203
|
+
const exitCode = STRING_TO_EXIT[code] ?? 1;
|
|
204
|
+
const level = logLevel(exitCode);
|
|
205
|
+
// Keep test output clean: skip engine logging under Vitest.
|
|
206
|
+
const isVitest = process.env['VITEST'] === 'true';
|
|
207
|
+
if (!isVitest) {
|
|
208
|
+
// Lazy logger acquisition: avoids capturing the stderr fallback logger
|
|
209
|
+
// at module load time (before CLI's preAction hook calls initLogger()).
|
|
210
|
+
// This prevents the double-output envelope bug (T5148).
|
|
211
|
+
const logger = getLogger('engine');
|
|
212
|
+
logger[level]({ code, exitCode, ...(options?.details && { details: options.details }) }, message);
|
|
213
|
+
}
|
|
214
|
+
return {
|
|
215
|
+
success: false,
|
|
216
|
+
error: {
|
|
217
|
+
code,
|
|
218
|
+
message,
|
|
219
|
+
exitCode,
|
|
220
|
+
...(options?.details && { details: options.details }),
|
|
221
|
+
...(options?.fix && { fix: options.fix }),
|
|
222
|
+
...(options?.alternatives && { alternatives: options.alternatives }),
|
|
223
|
+
},
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* Create an engine success result.
|
|
228
|
+
*
|
|
229
|
+
* @remarks
|
|
230
|
+
* Wraps arbitrary data in the standard EngineResult envelope with
|
|
231
|
+
* `success: true`. This is the complement to {@link engineError}.
|
|
232
|
+
*
|
|
233
|
+
* @param data - The result data
|
|
234
|
+
* @returns EngineResult with success=true
|
|
235
|
+
*
|
|
236
|
+
* @example
|
|
237
|
+
* ```typescript
|
|
238
|
+
* import { engineSuccess } from './_error.js';
|
|
239
|
+
*
|
|
240
|
+
* return engineSuccess({ tasks: filteredTasks, total: count });
|
|
241
|
+
* ```
|
|
242
|
+
*/
|
|
243
|
+
export function engineSuccess(data) {
|
|
244
|
+
return { success: true, data };
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Convert any caught value into an {@link EngineResult}, forwarding the rich
|
|
248
|
+
* `fix`, `details`, and `alternatives` fields when the caught value is a
|
|
249
|
+
* `CleoError` (or structurally compatible object).
|
|
250
|
+
*
|
|
251
|
+
* @remarks
|
|
252
|
+
* This is the canonical catch-block helper for all dispatch engines. It
|
|
253
|
+
* replaces the previous pattern of:
|
|
254
|
+
* ```typescript
|
|
255
|
+
* const code = (err as { code?: number })?.code;
|
|
256
|
+
* if (code === 4) return engineError('E_NOT_FOUND', …);
|
|
257
|
+
* …
|
|
258
|
+
* ```
|
|
259
|
+
* with a single call that preserves every field the core layer attached.
|
|
260
|
+
*
|
|
261
|
+
* The `fallbackCode` is used when the numeric `err.code` is not present in
|
|
262
|
+
* the {@link STRING_TO_EXIT} mapping (e.g. unknown exit codes, plain `Error`
|
|
263
|
+
* instances, or values thrown by non-CLEO code).
|
|
264
|
+
*
|
|
265
|
+
* @param err - The caught value (unknown type)
|
|
266
|
+
* @param fallbackCode - String error code to use when mapping fails
|
|
267
|
+
* @param fallbackMessage - Human-readable message when `err.message` is absent
|
|
268
|
+
* @returns EngineResult with all available rich fields propagated
|
|
269
|
+
*
|
|
270
|
+
* @example
|
|
271
|
+
* ```typescript
|
|
272
|
+
* import { cleoErrorToEngineError } from './_error.js';
|
|
273
|
+
*
|
|
274
|
+
* } catch (err: unknown) {
|
|
275
|
+
* return cleoErrorToEngineError(err, 'E_NOT_INITIALIZED', 'Task database not initialized');
|
|
276
|
+
* }
|
|
277
|
+
* ```
|
|
278
|
+
*/
|
|
279
|
+
export function cleoErrorToEngineError(err, fallbackCode, fallbackMessage) {
|
|
280
|
+
// Non-Error thrown values: a raw string is its own message; other primitives
|
|
281
|
+
// coerce to their String() form. Structured CleoError-like objects are
|
|
282
|
+
// handled in the branch below via `CaughtCleoErrorShape`.
|
|
283
|
+
if (typeof err === 'string') {
|
|
284
|
+
return engineError(fallbackCode, err);
|
|
285
|
+
}
|
|
286
|
+
if (err !== null && typeof err !== 'object') {
|
|
287
|
+
return engineError(fallbackCode, String(err));
|
|
288
|
+
}
|
|
289
|
+
const e = err;
|
|
290
|
+
const code = mapNumericExitCodeToString(e.code) ?? fallbackCode;
|
|
291
|
+
const message = e.message ?? fallbackMessage;
|
|
292
|
+
return engineError(code, message, {
|
|
293
|
+
...(e.fix !== undefined && { fix: e.fix }),
|
|
294
|
+
...(e.details !== undefined && { details: e.details }),
|
|
295
|
+
...(e.alternatives !== undefined && { alternatives: e.alternatives }),
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
//# sourceMappingURL=_error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_error.js","sourceRoot":"","sources":["../../../src/dispatch/engines/_error.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Code analysis engine — dispatch wrapper for Smart Explore operations.
|
|
3
|
+
*
|
|
4
|
+
* Wraps @cleocode/core code analysis functions (parseFile, smartOutline,
|
|
5
|
+
* smartSearch, smartUnfold) for use via the dispatch gateway.
|
|
6
|
+
*
|
|
7
|
+
* @task T154
|
|
8
|
+
*/
|
|
9
|
+
import type { EngineResult } from '@cleocode/core/internal';
|
|
10
|
+
/** code.outline — file structural skeleton. */
|
|
11
|
+
export declare function codeOutline(params?: Record<string, unknown>): Promise<EngineResult>;
|
|
12
|
+
/** code.search — cross-codebase symbol search. */
|
|
13
|
+
export declare function codeSearch(params?: Record<string, unknown>): Promise<EngineResult>;
|
|
14
|
+
/** code.unfold — single symbol extraction. */
|
|
15
|
+
export declare function codeUnfold(params?: Record<string, unknown>): Promise<EngineResult>;
|
|
16
|
+
/** code.parse — raw AST parse for a single file. */
|
|
17
|
+
export declare function codeParse(params?: Record<string, unknown>): Promise<EngineResult>;
|
|
18
|
+
//# sourceMappingURL=code-engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-engine.d.ts","sourceRoot":"","sources":["../../../src/dispatch/engines/code-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,+CAA+C;AAC/C,wBAAsB,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAWzF;AAED,kDAAkD;AAClD,wBAAsB,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAmBxF;AAED,8CAA8C;AAC9C,wBAAsB,UAAU,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAYxF;AAED,oDAAoD;AACpD,wBAAsB,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAWvF"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Code analysis engine — dispatch wrapper for Smart Explore operations.
|
|
3
|
+
*
|
|
4
|
+
* Wraps @cleocode/core code analysis functions (parseFile, smartOutline,
|
|
5
|
+
* smartSearch, smartUnfold) for use via the dispatch gateway.
|
|
6
|
+
*
|
|
7
|
+
* @task T154
|
|
8
|
+
*/
|
|
9
|
+
import { join } from 'node:path';
|
|
10
|
+
import { getProjectRoot } from '@cleocode/core';
|
|
11
|
+
/** code.outline — file structural skeleton. */
|
|
12
|
+
export async function codeOutline(params) {
|
|
13
|
+
const { smartOutline } = await import('@cleocode/core/internal');
|
|
14
|
+
const filePath = params?.file;
|
|
15
|
+
if (!filePath)
|
|
16
|
+
return {
|
|
17
|
+
success: false,
|
|
18
|
+
error: { code: 'E_INVALID_INPUT', message: 'file parameter required' },
|
|
19
|
+
};
|
|
20
|
+
const root = getProjectRoot();
|
|
21
|
+
const absPath = filePath.startsWith('/') ? filePath : join(root, filePath);
|
|
22
|
+
return { success: true, data: smartOutline(absPath, root) };
|
|
23
|
+
}
|
|
24
|
+
/** code.search — cross-codebase symbol search. */
|
|
25
|
+
export async function codeSearch(params) {
|
|
26
|
+
const { smartSearch } = await import('@cleocode/core/internal');
|
|
27
|
+
const query = params?.query;
|
|
28
|
+
if (!query)
|
|
29
|
+
return {
|
|
30
|
+
success: false,
|
|
31
|
+
error: { code: 'E_INVALID_INPUT', message: 'query parameter required' },
|
|
32
|
+
};
|
|
33
|
+
const root = getProjectRoot();
|
|
34
|
+
const opts = {
|
|
35
|
+
rootDir: root,
|
|
36
|
+
maxResults: params?.max ?? 20,
|
|
37
|
+
filePattern: params?.path,
|
|
38
|
+
};
|
|
39
|
+
if (params?.lang) {
|
|
40
|
+
opts.language = params.lang;
|
|
41
|
+
}
|
|
42
|
+
return { success: true, data: smartSearch(query, opts) };
|
|
43
|
+
}
|
|
44
|
+
/** code.unfold — single symbol extraction. */
|
|
45
|
+
export async function codeUnfold(params) {
|
|
46
|
+
const { smartUnfold } = await import('@cleocode/core/internal');
|
|
47
|
+
const filePath = params?.file;
|
|
48
|
+
const symbol = params?.symbol;
|
|
49
|
+
if (!filePath || !symbol)
|
|
50
|
+
return {
|
|
51
|
+
success: false,
|
|
52
|
+
error: { code: 'E_INVALID_INPUT', message: 'file and symbol parameters required' },
|
|
53
|
+
};
|
|
54
|
+
const root = getProjectRoot();
|
|
55
|
+
const absPath = filePath.startsWith('/') ? filePath : join(root, filePath);
|
|
56
|
+
return { success: true, data: smartUnfold(absPath, symbol, root) };
|
|
57
|
+
}
|
|
58
|
+
/** code.parse — raw AST parse for a single file. */
|
|
59
|
+
export async function codeParse(params) {
|
|
60
|
+
const { parseFile } = await import('@cleocode/core/internal');
|
|
61
|
+
const filePath = params?.file;
|
|
62
|
+
if (!filePath)
|
|
63
|
+
return {
|
|
64
|
+
success: false,
|
|
65
|
+
error: { code: 'E_INVALID_INPUT', message: 'file parameter required' },
|
|
66
|
+
};
|
|
67
|
+
const root = getProjectRoot();
|
|
68
|
+
const absPath = filePath.startsWith('/') ? filePath : join(root, filePath);
|
|
69
|
+
return { success: true, data: parseFile(absPath, root) };
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=code-engine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-engine.js","sourceRoot":"","sources":["../../../src/dispatch/engines/code-engine.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Codebase Map Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper around core codebase-map module for dispatch layer.
|
|
5
|
+
*
|
|
6
|
+
* @epic cognitive-cleo
|
|
7
|
+
*/
|
|
8
|
+
import { type EngineResult } from './_error.js';
|
|
9
|
+
/**
|
|
10
|
+
* Analyze a codebase and return structured mapping.
|
|
11
|
+
* When storeToBrain is true, findings are persisted to brain.db.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* Delegates to the core `mapCodebase` module which performs static analysis
|
|
15
|
+
* of the project structure, conventions, testing setup, and integrations.
|
|
16
|
+
* The optional `focus` parameter narrows analysis to a specific aspect.
|
|
17
|
+
*
|
|
18
|
+
* @param projectRoot - Absolute path to the project root
|
|
19
|
+
* @param options - Optional analysis options
|
|
20
|
+
* @returns EngineResult containing the structured codebase map
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```typescript
|
|
24
|
+
* const result = await mapCodebase('/path/to/project', { focus: 'architecture' });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function mapCodebase(projectRoot: string, options?: {
|
|
28
|
+
focus?: string;
|
|
29
|
+
storeToBrain?: boolean;
|
|
30
|
+
}): Promise<EngineResult>;
|
|
31
|
+
//# sourceMappingURL=codebase-map-engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codebase-map-engine.d.ts","sourceRoot":"","sources":["../../../src/dispatch/engines/codebase-map-engine.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,aAAa,CAAC;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAsB,WAAW,CAC/B,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE;IACR,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GACA,OAAO,CAAC,YAAY,CAAC,CAwBvB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Codebase Map Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper around core codebase-map module for dispatch layer.
|
|
5
|
+
*
|
|
6
|
+
* @epic cognitive-cleo
|
|
7
|
+
*/
|
|
8
|
+
import { engineError } from './_error.js';
|
|
9
|
+
/**
|
|
10
|
+
* Analyze a codebase and return structured mapping.
|
|
11
|
+
* When storeToBrain is true, findings are persisted to brain.db.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* Delegates to the core `mapCodebase` module which performs static analysis
|
|
15
|
+
* of the project structure, conventions, testing setup, and integrations.
|
|
16
|
+
* The optional `focus` parameter narrows analysis to a specific aspect.
|
|
17
|
+
*
|
|
18
|
+
* @param projectRoot - Absolute path to the project root
|
|
19
|
+
* @param options - Optional analysis options
|
|
20
|
+
* @returns EngineResult containing the structured codebase map
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```typescript
|
|
24
|
+
* const result = await mapCodebase('/path/to/project', { focus: 'architecture' });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export async function mapCodebase(projectRoot, options) {
|
|
28
|
+
try {
|
|
29
|
+
const { mapCodebase: coreMapCodebase } = await import('@cleocode/core/internal');
|
|
30
|
+
const result = await coreMapCodebase(projectRoot, {
|
|
31
|
+
focus: options?.focus,
|
|
32
|
+
storeToBrain: options?.storeToBrain,
|
|
33
|
+
});
|
|
34
|
+
return {
|
|
35
|
+
success: true,
|
|
36
|
+
data: result,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
catch (err) {
|
|
40
|
+
return engineError('E_GENERAL', err instanceof Error ? err.message : String(err));
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=codebase-map-engine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codebase-map-engine.js","sourceRoot":"","sources":["../../../src/dispatch/engines/codebase-map-engine.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAqB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,KAAK,UAAU,WAAW,CAC/B,WAAmB,EACnB,OAGC;IAED,IAAI,CAAC;QACH,MAAM,EAAE,WAAW,EAAE,eAAe,EAAE,GAAG,MAAM,MAAM,CAAC,yBAAyB,CAAC,CAAC;QAEjF,MAAM,MAAM,GAAG,MAAM,eAAe,CAAC,WAAW,EAAE;YAChD,KAAK,EAAE,OAAO,EAAE,KAQH;YACb,YAAY,EAAE,OAAO,EAAE,YAAY;SACpC,CAAC,CAAC;QAEH,OAAO;YACL,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,OAAO,WAAW,CAAC,WAAW,EAAE,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;IACpF,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Config Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper around core config operations.
|
|
5
|
+
* Business logic lives in src/core/config.ts.
|
|
6
|
+
*
|
|
7
|
+
* @task T4815
|
|
8
|
+
* @task T067
|
|
9
|
+
*/
|
|
10
|
+
import { type EngineResult } from './_error.js';
|
|
11
|
+
/**
|
|
12
|
+
* Get config value by key (dot-notation supported)
|
|
13
|
+
*/
|
|
14
|
+
export declare function configGet(projectRoot: string, key?: string): Promise<EngineResult<unknown>>;
|
|
15
|
+
/**
|
|
16
|
+
* Set a config value by key (dot-notation supported)
|
|
17
|
+
*/
|
|
18
|
+
export declare function configSet(projectRoot: string, key: string, value: unknown): Promise<EngineResult<{
|
|
19
|
+
key: string;
|
|
20
|
+
value: unknown;
|
|
21
|
+
}>>;
|
|
22
|
+
/**
|
|
23
|
+
* Apply a strictness preset to the project config.
|
|
24
|
+
* @task T067
|
|
25
|
+
*/
|
|
26
|
+
export declare function configSetPreset(projectRoot: string, preset: string): Promise<EngineResult<unknown>>;
|
|
27
|
+
/**
|
|
28
|
+
* List all available strictness presets.
|
|
29
|
+
* @task T067
|
|
30
|
+
*/
|
|
31
|
+
export declare function configListPresets(): EngineResult<unknown>;
|
|
32
|
+
//# sourceMappingURL=config-engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-engine.d.ts","sourceRoot":"","sources":["../../../src/dispatch/engines/config-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAUH,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,aAAa,CAAC;AAI7D;;GAEG;AACH,wBAAsB,SAAS,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAmBjG;AAED;;GAEG;AACH,wBAAsB,SAAS,CAC7B,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,OAAO,GACb,OAAO,CAAC,YAAY,CAAC;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,CAOxD;AAED;;;GAGG;AACH,wBAAsB,eAAe,CACnC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAahC;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,IAAI,YAAY,CAAC,OAAO,CAAC,CAEzD"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Config Engine
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper around core config operations.
|
|
5
|
+
* Business logic lives in src/core/config.ts.
|
|
6
|
+
*
|
|
7
|
+
* @task T4815
|
|
8
|
+
* @task T067
|
|
9
|
+
*/
|
|
10
|
+
import { applyStrictnessPreset, getRawConfig, getRawConfigValue, listStrictnessPresets, setConfigValue, } from '@cleocode/core';
|
|
11
|
+
import { engineError } from './_error.js';
|
|
12
|
+
const VALID_PRESETS = ['strict', 'standard', 'minimal'];
|
|
13
|
+
/**
|
|
14
|
+
* Get config value by key (dot-notation supported)
|
|
15
|
+
*/
|
|
16
|
+
export async function configGet(projectRoot, key) {
|
|
17
|
+
try {
|
|
18
|
+
if (!key) {
|
|
19
|
+
const config = await getRawConfig(projectRoot);
|
|
20
|
+
if (!config) {
|
|
21
|
+
return engineError('E_NOT_INITIALIZED', 'No config.json found');
|
|
22
|
+
}
|
|
23
|
+
return { success: true, data: config };
|
|
24
|
+
}
|
|
25
|
+
const value = await getRawConfigValue(key, projectRoot);
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return engineError('E_CONFIG_KEY_NOT_FOUND', `Config key '${key}' not found`);
|
|
28
|
+
}
|
|
29
|
+
return { success: true, data: value };
|
|
30
|
+
}
|
|
31
|
+
catch (err) {
|
|
32
|
+
return engineError('E_CONFIG_READ_FAILED', err.message);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Set a config value by key (dot-notation supported)
|
|
37
|
+
*/
|
|
38
|
+
export async function configSet(projectRoot, key, value) {
|
|
39
|
+
try {
|
|
40
|
+
const result = await setConfigValue(key, value, projectRoot);
|
|
41
|
+
return { success: true, data: result };
|
|
42
|
+
}
|
|
43
|
+
catch (err) {
|
|
44
|
+
return engineError('E_CONFIG_WRITE_FAILED', err.message);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Apply a strictness preset to the project config.
|
|
49
|
+
* @task T067
|
|
50
|
+
*/
|
|
51
|
+
export async function configSetPreset(projectRoot, preset) {
|
|
52
|
+
if (!VALID_PRESETS.includes(preset)) {
|
|
53
|
+
return engineError('E_INVALID_INPUT', `Invalid preset '${preset}'. Valid presets: ${VALID_PRESETS.join(', ')}`);
|
|
54
|
+
}
|
|
55
|
+
try {
|
|
56
|
+
const result = await applyStrictnessPreset(preset, projectRoot);
|
|
57
|
+
return { success: true, data: result };
|
|
58
|
+
}
|
|
59
|
+
catch (err) {
|
|
60
|
+
return engineError('E_CONFIG_WRITE_FAILED', err.message);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* List all available strictness presets.
|
|
65
|
+
* @task T067
|
|
66
|
+
*/
|
|
67
|
+
export function configListPresets() {
|
|
68
|
+
return { success: true, data: listStrictnessPresets() };
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=config-engine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-engine.js","sourceRoot":"","sources":["../../../src/dispatch/engines/config-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,qBAAqB,EACrB,YAAY,EACZ,iBAAiB,EACjB,qBAAqB,EAErB,cAAc,GACf,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAqB,WAAW,EAAE,MAAM,aAAa,CAAC;AAE7D,MAAM,aAAa,GAAuB,CAAC,QAAQ,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC;AAE5E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,SAAS,CAAC,WAAmB,EAAE,GAAY;IAC/D,IAAI,CAAC;QACH,IAAI,CAAC,GAAG,EAAE,CAAC;YACT,MAAM,MAAM,GAAG,MAAM,YAAY,CAAC,WAAW,CAAC,CAAC;YAC/C,IAAI,CAAC,MAAM,EAAE,CAAC;gBACZ,OAAO,WAAW,CAAC,mBAAmB,EAAE,sBAAsB,CAAC,CAAC;YAClE,CAAC;YACD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;QACzC,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,iBAAiB,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC;QACxD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YACxB,OAAO,WAAW,CAAC,wBAAwB,EAAE,eAAe,GAAG,aAAa,CAAC,CAAC;QAChF,CAAC;QAED,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;IACxC,CAAC;IAAC,OAAO,GAAY,EAAE,CAAC;QACtB,OAAO,WAAW,CAAC,sBAAsB,EAAG,GAAa,CAAC,OAAO,CAAC,CAAC;IACrE,CAAC;AACH,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,SAAS,CAC7B,WAAmB,EACnB,GAAW,EACX,KAAc;IAEd,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,GAAG,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC;QAC7D,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;IACzC,CAAC;IAAC,OAAO,GAAY,EAAE,CAAC;QACtB,OAAO,WAAW,CAAC,uBAAuB,EAAG,GAAa,CAAC,OAAO,CAAC,CAAC;IACtE,CAAC;AACH,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,WAAmB,EACnB,MAAc;IAEd,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,MAA0B,CAAC,EAAE,CAAC;QACxD,OAAO,WAAW,CAChB,iBAAiB,EACjB,mBAAmB,MAAM,qBAAqB,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CACzE,CAAC;IACJ,CAAC;IACD,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,qBAAqB,CAAC,MAA0B,EAAE,WAAW,CAAC,CAAC;QACpF,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;IACzC,CAAC;IAAC,OAAO,GAAY,EAAE,CAAC;QACtB,OAAO,WAAW,CAAC,uBAAuB,EAAG,GAAa,CAAC,OAAO,CAAC,CAAC;IACtE,CAAC;AACH,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,iBAAiB;IAC/B,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,qBAAqB,EAAE,EAAE,CAAC;AAC1D,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Diagnostics Engine
|
|
3
|
+
*
|
|
4
|
+
* Business logic for `cleo diagnostics` — opt-in telemetry analysis and
|
|
5
|
+
* autonomous BRAIN observation generation.
|
|
6
|
+
*
|
|
7
|
+
* Operations:
|
|
8
|
+
* - enable → enable telemetry, generate anonymous ID
|
|
9
|
+
* - disable → disable telemetry collection
|
|
10
|
+
* - status → show current config and DB path
|
|
11
|
+
* - analyze → build diagnostics report and emit BRAIN observations
|
|
12
|
+
* - export → JSON dump for external analysis
|
|
13
|
+
*
|
|
14
|
+
* @task T624
|
|
15
|
+
*/
|
|
16
|
+
import { type EngineResult } from './_error.js';
|
|
17
|
+
/**
|
|
18
|
+
* Enable telemetry collection.
|
|
19
|
+
* Generates a stable anonymous UUID on first call; preserves it on subsequent calls.
|
|
20
|
+
*/
|
|
21
|
+
export declare function diagnosticsEnable(): Promise<EngineResult<{
|
|
22
|
+
enabled: true;
|
|
23
|
+
anonymousId: string;
|
|
24
|
+
dbPath: string;
|
|
25
|
+
configPath: string;
|
|
26
|
+
message: string;
|
|
27
|
+
}>>;
|
|
28
|
+
/**
|
|
29
|
+
* Disable telemetry collection.
|
|
30
|
+
* Existing data in telemetry.db is preserved for historical analysis.
|
|
31
|
+
*/
|
|
32
|
+
export declare function diagnosticsDisable(): Promise<EngineResult<{
|
|
33
|
+
enabled: false;
|
|
34
|
+
message: string;
|
|
35
|
+
}>>;
|
|
36
|
+
/**
|
|
37
|
+
* Return current telemetry config and paths.
|
|
38
|
+
*/
|
|
39
|
+
export declare function diagnosticsStatus(): Promise<EngineResult<{
|
|
40
|
+
enabled: boolean;
|
|
41
|
+
anonymousId: string;
|
|
42
|
+
dbPath: string;
|
|
43
|
+
configPath: string;
|
|
44
|
+
}>>;
|
|
45
|
+
/**
|
|
46
|
+
* Build a diagnostics report and push high-signal patterns to BRAIN.
|
|
47
|
+
*/
|
|
48
|
+
export declare function diagnosticsAnalyze(days?: number, pushToBrain?: boolean): Promise<EngineResult<Record<string, unknown>>>;
|
|
49
|
+
/**
|
|
50
|
+
* Export all telemetry events as a JSON array for external analysis.
|
|
51
|
+
*/
|
|
52
|
+
export declare function diagnosticsExport(days?: number): Promise<EngineResult<{
|
|
53
|
+
events: unknown[];
|
|
54
|
+
count: number;
|
|
55
|
+
exportedAt: string;
|
|
56
|
+
}>>;
|
|
57
|
+
//# sourceMappingURL=diagnostics-engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diagnostics-engine.d.ts","sourceRoot":"","sources":["../../../src/dispatch/engines/diagnostics-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAYH,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,aAAa,CAAC;AAM7D;;;GAGG;AACH,wBAAsB,iBAAiB,IAAI,OAAO,CAChD,YAAY,CAAC;IACX,OAAO,EAAE,IAAI,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC,CACH,CAiBA;AAMD;;;GAGG;AACH,wBAAsB,kBAAkB,IAAI,OAAO,CACjD,YAAY,CAAC;IAAE,OAAO,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAClD,CAcA;AAMD;;GAEG;AACH,wBAAsB,iBAAiB,IAAI,OAAO,CAChD,YAAY,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC,CACH,CAWA;AAMD;;GAEG;AACH,wBAAsB,kBAAkB,CACtC,IAAI,SAAK,EACT,WAAW,UAAO,GACjB,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAuDhD;AAMD;;GAEG;AACH,wBAAsB,iBAAiB,CACrC,IAAI,CAAC,EAAE,MAAM,GACZ,OAAO,CAAC,YAAY,CAAC;IAAE,MAAM,EAAE,OAAO,EAAE,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC,CAsBjF"}
|