agentplane 0.3.17 → 0.3.18
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/assets/policy/incidents.md +1 -0
- package/dist/.build-manifest.json +683 -593
- package/dist/adapters/git/git-context-adapter.d.ts +1 -1
- package/dist/adapters/git/git-context-adapter.d.ts.map +1 -1
- package/dist/agents/agents-template.d.ts.map +1 -1
- package/dist/agents/agents-template.js +23 -9
- package/dist/backends/task-backend/load.d.ts +2 -1
- package/dist/backends/task-backend/load.d.ts.map +1 -1
- package/dist/backends/task-backend/load.js +2 -1
- package/dist/backends/task-backend/local-backend-doc.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-doc.js +2 -1
- package/dist/backends/task-backend/local-backend-read.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-read.js +2 -1
- package/dist/backends/task-backend/local-backend-state.d.ts +1 -1
- package/dist/backends/task-backend/local-backend-state.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-write.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-write.js +2 -1
- package/dist/backends/task-backend/redmine/backend-cache-doc.js +1 -1
- package/dist/backends/task-backend/redmine/backend-report.js +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/migration.js +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/status.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/status.js +2 -1
- package/dist/backends/task-backend/redmine/backend-sync/write.js +1 -1
- package/dist/backends/task-backend/redmine/mapping.d.ts +1 -1
- package/dist/backends/task-backend/redmine/mapping.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/mapping.js +2 -2
- package/dist/backends/task-backend/redmine/parse.d.ts +1 -1
- package/dist/backends/task-backend/redmine/parse.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/state.js +1 -1
- package/dist/backends/task-backend/shared/constants.d.ts +1 -1
- package/dist/backends/task-backend/shared/constants.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/constants.js +1 -1
- package/dist/backends/task-backend/shared/doc.js +1 -1
- package/dist/backends/task-backend/shared/export.d.ts +1 -1
- package/dist/backends/task-backend/shared/export.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/export.js +3 -14
- package/dist/backends/task-backend/shared/id.js +1 -1
- package/dist/backends/task-backend/shared/record.d.ts +1 -1
- package/dist/backends/task-backend/shared/record.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/record.js +2 -3
- package/dist/backends/task-backend/shared/types.d.ts +2 -2
- package/dist/backends/task-backend/shared/types.d.ts.map +1 -1
- package/dist/cli/archive.d.ts.map +1 -1
- package/dist/cli/archive.js +1 -1
- package/dist/cli/group-command.d.ts +1 -0
- package/dist/cli/group-command.d.ts.map +1 -1
- package/dist/cli/group-command.js +7 -3
- package/dist/cli/output.d.ts +1 -1
- package/dist/cli/output.d.ts.map +1 -1
- package/dist/cli/output.js +1 -1
- package/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +8 -6
- package/dist/cli/run-cli/command-catalog/core.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +8 -8
- package/dist/cli/run-cli/command-catalog/{shared.d.ts → kernel.d.ts} +3 -2
- package/dist/cli/run-cli/command-catalog/kernel.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/lifecycle.js +3 -3
- package/dist/cli/run-cli/command-catalog/project.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/project.js +4 -4
- package/dist/cli/run-cli/command-catalog/task.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/task.js +3 -3
- package/dist/cli/run-cli/command-catalog.d.ts +2 -2
- package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog.js +2 -0
- package/dist/cli/run-cli/command-loaders/core.d.ts +55 -0
- package/dist/cli/run-cli/command-loaders/core.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/core.js +27 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.d.ts +19 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.js +18 -0
- package/dist/cli/run-cli/command-loaders/project.d.ts +37 -0
- package/dist/cli/run-cli/command-loaders/project.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/project.js +36 -0
- package/dist/cli/run-cli/command-loaders/task.d.ts +65 -0
- package/dist/cli/run-cli/command-loaders/task.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/task.js +50 -0
- package/dist/cli/run-cli/commands/codex.d.ts +1 -1
- package/dist/cli/run-cli/commands/codex.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/config.d.ts +1 -1
- package/dist/cli/run-cli/commands/config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/config.js +1 -1
- package/dist/cli/run-cli/commands/core/agent-profiles.js +1 -1
- package/dist/cli/run-cli/commands/core/agents.d.ts +1 -1
- package/dist/cli/run-cli/commands/core/agents.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/core/preflight.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/core/preflight.js +3 -2
- package/dist/cli/run-cli/commands/ide.d.ts +1 -1
- package/dist/cli/run-cli/commands/ide.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/model.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/model.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/orchestrate-v2.js +265 -0
- package/dist/cli/run-cli/commands/init/orchestrate.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/orchestrate.js +19 -23
- package/dist/cli/run-cli/commands/init/prompts-v2.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/prompts-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/prompts-v2.js +26 -0
- package/dist/cli/run-cli/commands/init/recipes.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/recipes.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/recipes.js +3 -1
- package/dist/cli/run-cli/commands/init/spec.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/spec.js +14 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.js +48 -0
- package/dist/cli/run-cli/commands/init/steps/apply.d.ts +30 -0
- package/dist/cli/run-cli/commands/init/steps/apply.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/apply.js +96 -0
- package/dist/cli/run-cli/commands/init/steps/backend.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/backend.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/backend.js +17 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.js +41 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.d.ts +57 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.js +1 -0
- package/dist/cli/run-cli/commands/init/steps/ide.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/ide.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/ide.js +18 -0
- package/dist/cli/run-cli/commands/init/steps/index.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/steps/index.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/index.js +9 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.js +17 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts +21 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.js +36 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts +15 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.js +35 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.js +32 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.js +48 -0
- package/dist/cli/run-cli/commands/init/ui-v2.d.ts +17 -0
- package/dist/cli/run-cli/commands/init/ui-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/ui-v2.js +39 -0
- package/dist/cli/run-cli/commands/init/write-agents.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-agents.js +1 -1
- package/dist/cli/run-cli/commands/init/write-config.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/write-config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-config.js +1 -1
- package/dist/cli/run-cli/registry.run.d.ts +1 -1
- package/dist/cli/run-cli/registry.run.d.ts.map +1 -1
- package/dist/cli/run-cli.d.ts.map +1 -1
- package/dist/cli/run-cli.js +2 -1
- package/dist/cli.js +677 -4
- package/dist/commands/branch/base.js +3 -1
- package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
- package/dist/commands/branch/cleanup-merged.js +4 -5
- package/dist/commands/branch/remove.d.ts.map +1 -1
- package/dist/commands/branch/remove.js +4 -2
- package/dist/commands/branch/status.d.ts.map +1 -1
- package/dist/commands/branch/status.js +3 -3
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.direct.d.ts.map +1 -1
- package/dist/commands/branch/work-start.direct.js +2 -1
- package/dist/commands/branch/work-start.git.d.ts +1 -1
- package/dist/commands/branch/work-start.git.d.ts.map +1 -1
- package/dist/commands/branch/work-start.git.js +2 -2
- package/dist/commands/branch/work-start.js +2 -1
- package/dist/commands/branch/work-start.materialize.d.ts.map +1 -1
- package/dist/commands/branch/work-start.materialize.js +2 -0
- package/dist/commands/codex/plugin-install.d.ts.map +1 -1
- package/dist/commands/codex/plugin-install.js +2 -1
- package/dist/commands/commit.command.js +1 -1
- package/dist/commands/doctor/archive.d.ts.map +1 -1
- package/dist/commands/doctor/archive.js +4 -3
- package/dist/commands/doctor/runtime.d.ts +1 -1
- package/dist/commands/doctor/runtime.d.ts.map +1 -1
- package/dist/commands/doctor/workflow.js +1 -1
- package/dist/commands/doctor/workspace.d.ts.map +1 -1
- package/dist/commands/doctor/workspace.js +7 -9
- package/dist/commands/doctor.run.d.ts.map +1 -1
- package/dist/commands/doctor.run.js +2 -1
- package/dist/commands/finish.run.js +1 -1
- package/dist/commands/guard/commit.command.d.ts +3 -16
- package/dist/commands/guard/commit.command.d.ts.map +1 -1
- package/dist/commands/guard/commit.command.js +1 -132
- package/dist/commands/guard/commit.spec.d.ts +17 -0
- package/dist/commands/guard/commit.spec.d.ts.map +1 -0
- package/dist/commands/guard/commit.spec.js +132 -0
- package/dist/commands/guard/impl/allow.js +2 -2
- package/dist/commands/guard/impl/close-dirt.d.ts.map +1 -1
- package/dist/commands/guard/impl/close-dirt.js +2 -3
- package/dist/commands/guard/impl/close-message.d.ts.map +1 -1
- package/dist/commands/guard/impl/close-message.js +5 -3
- package/dist/commands/guard/impl/comment-commit.d.ts +1 -1
- package/dist/commands/guard/impl/comment-commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/comment-commit.js +1 -1
- package/dist/commands/guard/impl/commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/commit.js +3 -2
- package/dist/commands/guard/impl/env.js +1 -1
- package/dist/commands/guard/impl/policy.js +1 -1
- package/dist/commands/guard/index.d.ts +3 -2
- package/dist/commands/guard/index.d.ts.map +1 -1
- package/dist/commands/guard/index.js +3 -2
- package/dist/commands/hooks/index.d.ts +1 -1
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/install.js +1 -1
- package/dist/commands/hooks/run.commit-msg.d.ts.map +1 -1
- package/dist/commands/hooks/run.commit-msg.js +3 -2
- package/dist/commands/hooks/run.post-merge.js +1 -1
- package/dist/commands/hooks/run.pre-commit.d.ts.map +1 -1
- package/dist/commands/hooks/run.pre-commit.js +3 -2
- package/dist/commands/hooks/run.pre-push.d.ts.map +1 -1
- package/dist/commands/hooks/run.pre-push.js +4 -3
- package/dist/commands/incidents/shared.d.ts +1 -2
- package/dist/commands/incidents/shared.d.ts.map +1 -1
- package/dist/commands/incidents/shared.js +2 -2
- package/dist/commands/integrate.command.d.ts +2 -11
- package/dist/commands/integrate.command.d.ts.map +1 -1
- package/dist/commands/integrate.command.js +1 -45
- package/dist/commands/integrate.spec.d.ts +12 -0
- package/dist/commands/integrate.spec.d.ts.map +1 -0
- package/dist/commands/integrate.spec.js +44 -0
- package/dist/commands/pr/check.js +1 -1
- package/dist/commands/pr/integrate/artifacts.js +1 -1
- package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
- package/dist/commands/pr/integrate/cmd.js +2 -1
- package/dist/commands/pr/integrate/internal/cleanup.d.ts +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.js +1 -1
- package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/finalize.js +3 -2
- package/dist/commands/pr/integrate/internal/merge.js +3 -2
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.js +1 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.js +1 -1
- package/dist/commands/pr/integrate/internal/prepare.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +1 -3
- package/dist/commands/pr/integrate/internal/worktree.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/worktree.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/worktree.js +2 -2
- package/dist/commands/pr/internal/auto-commit.js +3 -3
- package/dist/commands/pr/internal/gh-api.js +2 -2
- package/dist/commands/pr/internal/pr-paths.d.ts +1 -1
- package/dist/commands/pr/internal/pr-paths.d.ts.map +1 -1
- package/dist/commands/pr/internal/pr-paths.js +3 -2
- package/dist/commands/pr/internal/review-template.js +1 -1
- package/dist/commands/pr/internal/sync-branch.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync-branch.js +3 -4
- package/dist/commands/pr/internal/sync-github.js +1 -1
- package/dist/commands/pr/internal/sync-support.js +1 -1
- package/dist/commands/pr/internal/sync.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync.js +2 -2
- package/dist/commands/pr/note.d.ts.map +1 -1
- package/dist/commands/pr/note.js +1 -1
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +2 -1
- package/dist/commands/pr/pr.command.d.ts +3 -37
- package/dist/commands/pr/pr.command.d.ts.map +1 -1
- package/dist/commands/pr/pr.command.js +9 -211
- package/dist/commands/pr/pr.spec.d.ts +38 -0
- package/dist/commands/pr/pr.spec.d.ts.map +1 -0
- package/dist/commands/pr/pr.spec.js +210 -0
- package/dist/commands/recipes/active.command.js +1 -1
- package/dist/commands/recipes/add.command.js +1 -1
- package/dist/commands/recipes/cache-prune.command.d.ts +1 -1
- package/dist/commands/recipes/cache-prune.command.d.ts.map +1 -1
- package/dist/commands/recipes/cache-prune.command.js +1 -1
- package/dist/commands/recipes/detach.command.js +1 -1
- package/dist/commands/recipes/disable.command.js +1 -1
- package/dist/commands/recipes/enable.command.js +1 -1
- package/dist/commands/recipes/explain-active.command.js +1 -1
- package/dist/commands/recipes/explain.command.js +1 -1
- package/dist/commands/recipes/impl/commands/active.js +1 -1
- package/dist/commands/recipes/impl/commands/add.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/add.js +2 -1
- package/dist/commands/recipes/impl/commands/cache-prune.js +1 -1
- package/dist/commands/recipes/impl/commands/detach.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/detach.js +2 -1
- package/dist/commands/recipes/impl/commands/disable.js +1 -1
- package/dist/commands/recipes/impl/commands/enable.js +1 -1
- package/dist/commands/recipes/impl/commands/explain-active.js +1 -1
- package/dist/commands/recipes/impl/commands/explain.js +1 -1
- package/dist/commands/recipes/impl/commands/install.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/install.js +2 -1
- package/dist/commands/recipes/impl/commands/list-remote.js +1 -1
- package/dist/commands/recipes/impl/commands/remove.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/remove.js +2 -1
- package/dist/commands/recipes/impl/commands/update.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/update.js +2 -1
- package/dist/commands/recipes/impl/overlay-project.d.ts.map +1 -1
- package/dist/commands/recipes/impl/overlay-project.js +2 -1
- package/dist/commands/recipes/impl/project.js +1 -1
- package/dist/commands/recipes/impl/resolver.d.ts +1 -1
- package/dist/commands/recipes/impl/resolver.d.ts.map +1 -1
- package/dist/commands/recipes/info.command.js +1 -1
- package/dist/commands/recipes/install.run.js +1 -1
- package/dist/commands/recipes/install.spec.d.ts +1 -1
- package/dist/commands/recipes/install.spec.d.ts.map +1 -1
- package/dist/commands/recipes/list-remote.command.d.ts +1 -1
- package/dist/commands/recipes/list-remote.command.d.ts.map +1 -1
- package/dist/commands/recipes/list-remote.command.js +1 -1
- package/dist/commands/recipes/list.command.d.ts +1 -1
- package/dist/commands/recipes/list.command.d.ts.map +1 -1
- package/dist/commands/recipes/list.command.js +1 -1
- package/dist/commands/recipes/remove.command.js +1 -1
- package/dist/commands/recipes/update.command.js +1 -1
- package/dist/commands/release/apply.command.d.ts +2 -3
- package/dist/commands/release/apply.command.d.ts.map +1 -1
- package/dist/commands/release/apply.command.js +4 -137
- package/dist/commands/release/apply.mutation.js +4 -3
- package/dist/commands/release/apply.pipeline/finalize.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/finalize.js +2 -1
- package/dist/commands/release/apply.pipeline/mutation.d.ts +1 -1
- package/dist/commands/release/apply.pipeline/mutation.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/mutation.js +3 -4
- package/dist/commands/release/apply.pipeline/preflight.js +1 -1
- package/dist/commands/release/apply.pipeline/state.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/state.js +2 -1
- package/dist/commands/release/apply.pipeline.d.ts +5 -1
- package/dist/commands/release/apply.pipeline.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline.js +4 -0
- package/dist/commands/release/apply.preflight.d.ts.map +1 -1
- package/dist/commands/release/apply.preflight.js +2 -1
- package/dist/commands/release/apply.reporting.d.ts.map +1 -1
- package/dist/commands/release/apply.reporting.js +2 -1
- package/dist/commands/release/apply.spec.d.ts +5 -0
- package/dist/commands/release/apply.spec.d.ts.map +1 -0
- package/dist/commands/release/apply.spec.js +136 -0
- package/dist/commands/release/apply.types.d.ts +1 -1
- package/dist/commands/release/apply.types.d.ts.map +1 -1
- package/dist/commands/release/plan.command.d.ts +3 -10
- package/dist/commands/release/plan.command.d.ts.map +1 -1
- package/dist/commands/release/plan.command.js +4 -78
- package/dist/commands/release/plan.spec.d.ts +10 -0
- package/dist/commands/release/plan.spec.d.ts.map +1 -0
- package/dist/commands/release/plan.spec.js +76 -0
- package/dist/commands/runtime.command.d.ts +3 -6
- package/dist/commands/runtime.command.d.ts.map +1 -1
- package/dist/commands/runtime.command.js +5 -32
- package/dist/commands/runtime.spec.d.ts +8 -0
- package/dist/commands/runtime.spec.d.ts.map +1 -0
- package/dist/commands/runtime.spec.js +31 -0
- package/dist/commands/scenario/impl/commands.d.ts +1 -1
- package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
- package/dist/commands/scenario/impl/commands.js +2 -1
- package/dist/commands/shared/approval-requirements.d.ts +1 -1
- package/dist/commands/shared/approval-requirements.d.ts.map +1 -1
- package/dist/commands/shared/comment-format.d.ts +1 -1
- package/dist/commands/shared/comment-format.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.d.ts +1 -1
- package/dist/commands/shared/git-ops.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.js +3 -2
- package/dist/commands/shared/merged-branch-cleanup.js +2 -2
- package/dist/commands/shared/network-approval.d.ts +1 -1
- package/dist/commands/shared/network-approval.d.ts.map +1 -1
- package/dist/commands/shared/post-commit-pr-artifacts.d.ts.map +1 -1
- package/dist/commands/shared/post-commit-pr-artifacts.js +2 -1
- package/dist/commands/shared/pr-meta.d.ts +1 -1
- package/dist/commands/shared/pr-meta.d.ts.map +1 -1
- package/dist/commands/shared/pr-meta.js +2 -2
- package/dist/commands/shared/task-backend.d.ts +3 -2
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +3 -4
- package/dist/commands/shared/task-handoff.d.ts +1 -1
- package/dist/commands/shared/task-handoff.d.ts.map +1 -1
- package/dist/commands/shared/task-handoff.js +3 -2
- package/dist/commands/shared/task-local-freshness.js +1 -1
- package/dist/commands/shared/task-store/intents.js +1 -1
- package/dist/commands/shared/task-store/readme.d.ts.map +1 -1
- package/dist/commands/shared/task-store/readme.js +1 -1
- package/dist/commands/shared/task-store/types.d.ts +1 -1
- package/dist/commands/shared/task-store/types.d.ts.map +1 -1
- package/dist/commands/task/add.command.d.ts +2 -1
- package/dist/commands/task/add.command.d.ts.map +1 -1
- package/dist/commands/task/add.command.js +2 -1
- package/dist/commands/task/close-duplicate.d.ts.map +1 -1
- package/dist/commands/task/close-duplicate.js +2 -2
- package/dist/commands/task/close-shared.d.ts.map +1 -1
- package/dist/commands/task/close-shared.js +2 -1
- package/dist/commands/task/close-tail-state.d.ts.map +1 -1
- package/dist/commands/task/close-tail-state.js +3 -2
- package/dist/commands/task/derive.js +1 -1
- package/dist/commands/task/doc-template.js +1 -1
- package/dist/commands/task/doc.d.ts.map +1 -1
- package/dist/commands/task/doc.js +4 -2
- package/dist/commands/task/findings.d.ts +1 -1
- package/dist/commands/task/findings.d.ts.map +1 -1
- package/dist/commands/task/findings.js +1 -1
- package/dist/commands/task/finish-close.js +2 -2
- package/dist/commands/task/finish-shared.d.ts.map +1 -1
- package/dist/commands/task/finish-shared.js +6 -8
- package/dist/commands/task/handoff.shared.d.ts.map +1 -1
- package/dist/commands/task/handoff.shared.js +4 -5
- package/dist/commands/task/hosted-close-pr.command.d.ts +4 -0
- package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.command.js +4 -0
- package/dist/commands/task/hosted-close-pr.precheck.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.precheck.js +4 -4
- package/dist/commands/task/hosted-close.command.d.ts +3 -6
- package/dist/commands/task/hosted-close.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close.command.js +4 -41
- package/dist/commands/task/hosted-close.spec.d.ts +7 -0
- package/dist/commands/task/hosted-close.spec.d.ts.map +1 -0
- package/dist/commands/task/hosted-close.spec.js +39 -0
- package/dist/commands/task/hosted-merge-sync/builders.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/builders.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/builders.js +6 -6
- package/dist/commands/task/hosted-merge-sync/github.js +2 -2
- package/dist/commands/task/hosted-merge-sync/local-branch.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/local-branch.js +5 -5
- package/dist/commands/task/hosted-merge-sync/model.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/model.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts.map +1 -1
- package/dist/commands/task/index.d.ts +1 -1
- package/dist/commands/task/index.d.ts.map +1 -1
- package/dist/commands/task/index.js +1 -1
- package/dist/commands/task/lint.js +1 -1
- package/dist/commands/task/list.d.ts.map +1 -1
- package/dist/commands/task/list.js +2 -1
- package/dist/commands/task/migrate-doc.d.ts +2 -1
- package/dist/commands/task/migrate-doc.d.ts.map +1 -1
- package/dist/commands/task/migrate-doc.js +6 -2
- package/dist/commands/task/new.d.ts.map +1 -1
- package/dist/commands/task/new.js +6 -21
- package/dist/commands/task/normalize.d.ts.map +1 -1
- package/dist/commands/task/normalize.js +2 -1
- package/dist/commands/task/plan.d.ts.map +1 -1
- package/dist/commands/task/plan.js +1 -1
- package/dist/commands/task/ready.d.ts.map +1 -1
- package/dist/commands/task/ready.js +2 -1
- package/dist/commands/task/scaffold.d.ts.map +1 -1
- package/dist/commands/task/scaffold.js +1 -1
- package/dist/commands/task/shared/dependencies.d.ts.map +1 -1
- package/dist/commands/task/shared/dependencies.js +4 -3
- package/dist/commands/task/shared/docs.d.ts +1 -1
- package/dist/commands/task/shared/docs.d.ts.map +1 -1
- package/dist/commands/task/shared/docs.js +1 -1
- package/dist/commands/task/shared/listing.d.ts.map +1 -1
- package/dist/commands/task/shared/listing.js +3 -2
- package/dist/commands/task/shared/tags.d.ts +1 -1
- package/dist/commands/task/shared/tags.d.ts.map +1 -1
- package/dist/commands/task/shared/tags.js +4 -4
- package/dist/commands/task/shared/transition-rules.d.ts +28 -0
- package/dist/commands/task/shared/transition-rules.d.ts.map +1 -0
- package/dist/commands/task/shared/transition-rules.js +96 -0
- package/dist/commands/task/shared/transitions.d.ts +2 -27
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +5 -98
- package/dist/commands/task/shared/workflow-transition-service.d.ts +1 -1
- package/dist/commands/task/shared/workflow-transition-service.d.ts.map +1 -1
- package/dist/commands/task/shared/workflow-transition-service.js +6 -6
- package/dist/commands/task/shared.d.ts +2 -1
- package/dist/commands/task/shared.d.ts.map +1 -1
- package/dist/commands/task/shared.js +2 -1
- package/dist/commands/task/show.d.ts.map +1 -1
- package/dist/commands/task/show.js +1 -1
- package/dist/commands/upgrade/apply.js +3 -2
- package/dist/commands/upgrade/materialize.d.ts.map +1 -1
- package/dist/commands/upgrade/materialize.js +1 -1
- package/dist/commands/upgrade.command.d.ts +3 -4
- package/dist/commands/upgrade.command.d.ts.map +1 -1
- package/dist/commands/upgrade.command.js +1 -179
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +4 -2
- package/dist/commands/upgrade.spec.d.ts +5 -0
- package/dist/commands/upgrade.spec.d.ts.map +1 -0
- package/dist/commands/upgrade.spec.js +179 -0
- package/dist/commands/workflow-build.command.d.ts.map +1 -1
- package/dist/commands/workflow-build.command.js +2 -1
- package/dist/commands/workflow-playbook.command.d.ts +3 -6
- package/dist/commands/workflow-playbook.command.d.ts.map +1 -1
- package/dist/commands/workflow-playbook.command.js +6 -24
- package/dist/commands/workflow-playbook.spec.d.ts +6 -0
- package/dist/commands/workflow-playbook.spec.d.ts.map +1 -0
- package/dist/commands/workflow-playbook.spec.js +21 -0
- package/dist/commands/workflow-restore.command.js +1 -1
- package/dist/commands/workflow.d.ts +4 -5
- package/dist/commands/workflow.d.ts.map +1 -1
- package/dist/commands/workflow.js +4 -5
- package/dist/harness/hooks-lifecycle.js +1 -1
- package/dist/meta/release.d.ts.map +1 -1
- package/dist/meta/release.js +3 -5
- package/dist/meta/version.d.ts.map +1 -1
- package/dist/meta/version.js +2 -2
- package/dist/policy/engine.d.ts +1 -1
- package/dist/policy/engine.d.ts.map +1 -1
- package/dist/policy/model.d.ts +1 -1
- package/dist/policy/model.d.ts.map +1 -1
- package/dist/policy/rules/commit-subject.js +1 -1
- package/dist/runner/adapters/base.d.ts +1 -1
- package/dist/runner/adapters/base.d.ts.map +1 -1
- package/dist/runner/adapters/codex.d.ts.map +1 -1
- package/dist/runner/adapters/codex.js +35 -113
- package/dist/runner/adapters/custom-preparation.d.ts +1 -1
- package/dist/runner/adapters/custom-preparation.d.ts.map +1 -1
- package/dist/runner/adapters/custom.d.ts +1 -1
- package/dist/runner/adapters/custom.d.ts.map +1 -1
- package/dist/runner/adapters/custom.js +34 -115
- package/dist/runner/adapters/execute-supervised.d.ts +41 -0
- package/dist/runner/adapters/execute-supervised.d.ts.map +1 -0
- package/dist/runner/adapters/execute-supervised.js +108 -0
- package/dist/runner/adapters/index.d.ts +1 -1
- package/dist/runner/adapters/index.d.ts.map +1 -1
- package/dist/runner/adapters/shared.d.ts +1 -1
- package/dist/runner/adapters/shared.d.ts.map +1 -1
- package/dist/runner/artifacts.d.ts.map +1 -1
- package/dist/runner/artifacts.js +1 -1
- package/dist/runner/config.d.ts +1 -1
- package/dist/runner/config.d.ts.map +1 -1
- package/dist/runner/context/base-prompt-sources.d.ts.map +1 -1
- package/dist/runner/context/base-prompt-sources.js +26 -4
- package/dist/runner/context/prompt-block-shared.d.ts +1 -1
- package/dist/runner/context/prompt-block-shared.d.ts.map +1 -1
- package/dist/runner/context/prompt-block-shared.js +8 -2
- package/dist/runner/context/recipe-context.d.ts +1 -1
- package/dist/runner/context/recipe-context.d.ts.map +1 -1
- package/dist/runner/context/task-context.d.ts.map +1 -1
- package/dist/runner/context/task-context.js +1 -1
- package/dist/runner/process-supervision/buffered-file-writer.d.ts +10 -0
- package/dist/runner/process-supervision/buffered-file-writer.d.ts.map +1 -0
- package/dist/runner/process-supervision/buffered-file-writer.js +70 -0
- package/dist/runner/process-supervision/run.d.ts.map +1 -1
- package/dist/runner/process-supervision/run.js +22 -9
- package/dist/runner/process-supervision/signals.js +1 -1
- package/dist/runner/result-manifest.d.ts.map +1 -1
- package/dist/runner/result-manifest.js +1 -1
- package/dist/runner/task-state.js +1 -1
- package/dist/runner/trace-artifacts.d.ts.map +1 -1
- package/dist/runner/trace-artifacts.js +1 -1
- package/dist/runner/types.d.ts +2 -2
- package/dist/runner/types.d.ts.map +1 -1
- package/dist/runner/usecases/scenario-materialize-task.d.ts.map +1 -1
- package/dist/runner/usecases/scenario-materialize-task.js +1 -1
- package/dist/runner/usecases/task-run-lifecycle-cancel.d.ts.map +1 -1
- package/dist/runner/usecases/task-run-lifecycle-cancel.js +2 -1
- package/dist/runner/usecases/task-run-lifecycle-shared.d.ts.map +1 -1
- package/dist/runner/usecases/task-run-lifecycle-shared.js +3 -7
- package/dist/runner/usecases/task-run.d.ts.map +1 -1
- package/dist/runner/usecases/task-run.js +2 -3
- package/dist/runtime/approvals/model.d.ts +1 -1
- package/dist/runtime/approvals/model.d.ts.map +1 -1
- package/dist/runtime/approvals/runtime.d.ts +1 -1
- package/dist/runtime/approvals/runtime.d.ts.map +1 -1
- package/dist/runtime/execution-context.d.ts +2 -1
- package/dist/runtime/execution-context.d.ts.map +1 -1
- package/dist/runtime/execution-profile/model.d.ts +1 -1
- package/dist/runtime/execution-profile/model.d.ts.map +1 -1
- package/dist/runtime/execution-profile/resolve.d.ts +1 -1
- package/dist/runtime/execution-profile/resolve.d.ts.map +1 -1
- package/dist/runtime/execution-profile/resolve.js +1 -1
- package/dist/runtime/harness/resolve.d.ts +2 -1
- package/dist/runtime/harness/resolve.d.ts.map +1 -1
- package/dist/runtime/harness/resolve.js +1 -1
- package/dist/runtime/harness/types.d.ts +2 -1
- package/dist/runtime/harness/types.d.ts.map +1 -1
- package/dist/runtime/incidents/paths.d.ts +3 -0
- package/dist/runtime/incidents/paths.d.ts.map +1 -0
- package/dist/runtime/incidents/paths.js +2 -0
- package/dist/runtime/shared/repo-cli-version.d.ts +1 -1
- package/dist/runtime/shared/repo-cli-version.d.ts.map +1 -1
- package/dist/runtime/task-intake/types.d.ts +2 -1
- package/dist/runtime/task-intake/types.d.ts.map +1 -1
- package/dist/shared/package-paths.d.ts +8 -0
- package/dist/shared/package-paths.d.ts.map +1 -0
- package/dist/shared/package-paths.js +80 -0
- package/dist/shared/trace-events.d.ts +1 -1
- package/dist/shared/trace-events.d.ts.map +1 -1
- package/dist/shared/trace-events.js +1 -1
- package/dist/shared/write-if-changed.js +2 -1
- package/dist/task-doc/conflicts.js +1 -1
- package/dist/task-doc/state.d.ts +2 -2
- package/dist/task-doc/state.d.ts.map +1 -1
- package/dist/task-doc/state.js +1 -1
- package/dist/workflow-runtime/file-ops.js +1 -1
- package/dist/workflow-runtime/markdown.js +1 -1
- package/dist/workflow-runtime/validate.d.ts +1 -1
- package/dist/workflow-runtime/validate.d.ts.map +1 -1
- package/package.json +6 -4
- package/dist/cli/cli-error.d.ts +0 -9
- package/dist/cli/cli-error.d.ts.map +0 -1
- package/dist/cli/cli-error.js +0 -13
- package/dist/cli/run-cli/command-catalog/shared.d.ts.map +0 -1
- package/dist/cli/run-cli/command-loaders.d.ts +0 -170
- package/dist/cli/run-cli/command-loaders.d.ts.map +0 -1
- package/dist/cli/run-cli/command-loaders.js +0 -128
- package/dist/cli/run-cli/commands/init/ui.d.ts +0 -3
- package/dist/cli/run-cli/commands/init/ui.d.ts.map +0 -1
- package/dist/cli/run-cli/commands/init/ui.js +0 -58
- package/dist/cli/run-cli/commands/init.d.ts +0 -2
- package/dist/cli/run-cli/commands/init.d.ts.map +0 -1
- package/dist/cli/run-cli/commands/init.js +0 -1
- package/dist/commands/guard/impl/commands.d.ts +0 -5
- package/dist/commands/guard/impl/commands.d.ts.map +0 -1
- package/dist/commands/guard/impl/commands.js +0 -4
- package/dist/commands/pr/index.d.ts +0 -8
- package/dist/commands/pr/index.d.ts.map +0 -1
- package/dist/commands/pr/index.js +0 -7
- package/dist/commands/pr/integrate.d.ts +0 -2
- package/dist/commands/pr/integrate.d.ts.map +0 -1
- package/dist/commands/pr/integrate.js +0 -1
- package/dist/commands/scenario/execute.command.d.ts +0 -8
- package/dist/commands/scenario/execute.command.d.ts.map +0 -1
- package/dist/commands/scenario/execute.command.js +0 -117
- package/dist/commands/scenario/impl/report.d.ts +0 -38
- package/dist/commands/scenario/impl/report.d.ts.map +0 -1
- package/dist/commands/scenario/impl/report.js +0 -97
- package/dist/commands/scenario/scenario.command.d.ts +0 -5
- package/dist/commands/scenario/scenario.command.d.ts.map +0 -1
- package/dist/commands/scenario/scenario.command.js +0 -19
- package/dist/commands/shared/git-context.d.ts +0 -2
- package/dist/commands/shared/git-context.d.ts.map +0 -1
- package/dist/commands/shared/git-context.js +0 -1
- package/dist/commands/shared/git-diff.d.ts +0 -2
- package/dist/commands/shared/git-diff.d.ts.map +0 -1
- package/dist/commands/shared/git-diff.js +0 -1
- package/dist/commands/shared/git-worktree.d.ts +0 -2
- package/dist/commands/shared/git-worktree.d.ts.map +0 -1
- package/dist/commands/shared/git-worktree.js +0 -1
- package/dist/commands/shared/git.d.ts +0 -2
- package/dist/commands/shared/git.d.ts.map +0 -1
- package/dist/commands/shared/git.js +0 -1
- package/dist/commands/task/finish.d.ts +0 -2
- package/dist/commands/task/finish.d.ts.map +0 -1
- package/dist/commands/task/finish.js +0 -1
- package/dist/harness/index.d.ts +0 -9
- package/dist/harness/index.d.ts.map +0 -1
- package/dist/harness/index.js +0 -8
- package/dist/runner/index.d.ts +0 -12
- package/dist/runner/index.d.ts.map +0 -1
- package/dist/runner/index.js +0 -11
- package/dist/runner/process-supervision.d.ts +0 -6
- package/dist/runner/process-supervision.d.ts.map +0 -1
- package/dist/runner/process-supervision.js +0 -3
- /package/dist/cli/run-cli/command-catalog/{shared.js → kernel.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../src/runtime/execution-profile/resolve.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../src/runtime/execution-profile/resolve.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAI9F,OAAO,KAAK,EAEV,oBAAoB,EACpB,+BAA+B,EAChC,MAAM,YAAY,CAAC;AAsCpB,wBAAgB,8BAA8B,CAC5C,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,QAAQ,GAAG,WAAW,GAAG,QAAQ,CAAC,GAChE,+BAA+B,CA8BjC;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE;IAClD,OAAO,EAAE,+BAA+B,CAAC;IACzC,KAAK,EAAE,oBAAoB,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,+BAA+B,CAkBlC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { applyExecutionToApprovals } from "@agentplaneorg/core";
|
|
1
|
+
import { applyExecutionToApprovals } from "@agentplaneorg/core/config";
|
|
2
2
|
import { resolveRunnerTimeoutPolicy, resolveRunnerTracePolicy } from "../../runner/config.js";
|
|
3
3
|
function toBudgetCounter(limit) {
|
|
4
4
|
return {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { type AgentplaneConfig
|
|
1
|
+
import { type AgentplaneConfig } from "@agentplaneorg/core/config";
|
|
2
|
+
import type { ResolvedProject } from "@agentplaneorg/core/project";
|
|
2
3
|
import type { TaskBackendCapabilities } from "../../backends/task-backend.js";
|
|
3
4
|
import { type PolicyGatewayFlavor } from "../../shared/policy-gateway.js";
|
|
4
5
|
import type { ResolvedHarnessContract } from "./types.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../src/runtime/harness/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../src/runtime/harness/resolve.ts"],"names":[],"mappings":"AAEA,OAAO,EAA6B,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,gCAAgC,CAAC;AAQxC,OAAO,KAAK,EAEV,uBAAuB,EAGxB,MAAM,YAAY,CAAC;AA+FpB,wBAAsB,sBAAsB,CAAC,IAAI,EAAE;IACjD,OAAO,EAAE,eAAe,CAAC;IACzB,MAAM,EAAE,gBAAgB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACrD,2BAA2B,CAAC,EAAE,mBAAmB,CAAC;CACnD,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAkFnC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import path from "node:path";
|
|
2
|
-
import { applyExecutionToApprovals
|
|
2
|
+
import { applyExecutionToApprovals } from "@agentplaneorg/core/config";
|
|
3
3
|
import { normalizeGitPathPrefix } from "../../shared/git-path.js";
|
|
4
4
|
import { resolvePolicyGatewayForRepo, } from "../../shared/policy-gateway.js";
|
|
5
5
|
import { CI_PATH_PREFIXES, CONFIG_PATH_PREFIXES, HOOK_PATH_PREFIXES, POLICY_PATH_PREFIXES, } from "../../shared/protected-paths.js";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { ApprovalSettings, AgentplaneConfig
|
|
1
|
+
import type { ApprovalSettings, AgentplaneConfig } from "@agentplaneorg/core/config";
|
|
2
|
+
import type { ResolvedProject } from "@agentplaneorg/core/project";
|
|
2
3
|
import type { TaskBackendCapabilities } from "../../backends/task-backend.js";
|
|
3
4
|
import type { ProtectedPathKind } from "../../shared/protected-paths.js";
|
|
4
5
|
import type { PolicyGatewayResolution } from "../../shared/policy-gateway.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/runtime/harness/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/runtime/harness/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../../src/runtime/incidents/paths.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,oCAAoC,CAAC;AACvE,eAAO,MAAM,2BAA2B,mDAAmD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentplaneConfig } from "@agentplaneorg/core";
|
|
1
|
+
import type { AgentplaneConfig } from "@agentplaneorg/core/config";
|
|
2
2
|
import type { RuntimeSourceInfo } from "./runtime-source.js";
|
|
3
3
|
export type RepoCliVersionState = "unconfigured" | "satisfied" | "older_than_expected" | "active_version_unresolved";
|
|
4
4
|
export type RepoCliVersionExpectation = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repo-cli-version.d.ts","sourceRoot":"","sources":["../../../src/runtime/shared/repo-cli-version.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"repo-cli-version.d.ts","sourceRoot":"","sources":["../../../src/runtime/shared/repo-cli-version.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAQnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,MAAM,MAAM,mBAAmB,GAC3B,cAAc,GACd,WAAW,GACX,qBAAqB,GACrB,2BAA2B,CAAC;AAEhC,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,mBAAmB,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,gBAAgB,GAAG,MAAM,GAAG,IAAI,CAKjF;AA+BD,wBAAgB,iCAAiC,CAC/C,MAAM,EAAE,gBAAgB,EACxB,OAAO,EAAE,iBAAiB,GACzB,yBAAyB,CAuC3B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { ApprovalSettings
|
|
1
|
+
import type { ApprovalSettings } from "@agentplaneorg/core/config";
|
|
2
|
+
import type { TaskDocVersion } from "@agentplaneorg/core/tasks";
|
|
2
3
|
import type { TaskBackendCapabilities, TaskData, TaskOrigin } from "../../backends/task-backend.js";
|
|
3
4
|
import type { BehaviorLayer } from "../behavior/index.js";
|
|
4
5
|
import type { AgentplaneCapabilityRegistry } from "../capabilities/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/runtime/task-intake/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/runtime/task-intake/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare function resolveAgentplanePackageRoot(entryModuleUrl?: string): string;
|
|
2
|
+
export declare function resolveAgentplanePackageJsonPath(entryModuleUrl?: string): string;
|
|
3
|
+
export declare function resolveAgentplaneAssetPath(...segments: string[]): string;
|
|
4
|
+
export declare function resolveAgentplaneAssetUrl(...segments: string[]): URL;
|
|
5
|
+
export declare function resolveAgentplaneAssetDirUrl(...segments: string[]): URL;
|
|
6
|
+
export declare function resolveAgentplaneBinPath(): string;
|
|
7
|
+
export declare function resolveAgentplaneRepoScriptPath(...segments: string[]): string;
|
|
8
|
+
//# sourceMappingURL=package-paths.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"package-paths.d.ts","sourceRoot":"","sources":["../../src/shared/package-paths.ts"],"names":[],"mappings":"AA+DA,wBAAgB,4BAA4B,CAAC,cAAc,SAAkB,GAAG,MAAM,CAQrF;AAED,wBAAgB,gCAAgC,CAAC,cAAc,SAAkB,GAAG,MAAM,CAEzF;AAED,wBAAgB,0BAA0B,CAAC,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,CAExE;AAED,wBAAgB,yBAAyB,CAAC,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,GAAG,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,GAAG,CAEvE;AAED,wBAAgB,wBAAwB,IAAI,MAAM,CAEjD;AAED,wBAAgB,+BAA+B,CAAC,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,CAE7E"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import fs from "node:fs";
|
|
2
|
+
import { createRequire } from "node:module";
|
|
3
|
+
import path from "node:path";
|
|
4
|
+
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
5
|
+
const PACKAGE_NAME = "agentplane";
|
|
6
|
+
const ACTIVE_BIN_ENV = "AGENTPLANE_RUNTIME_ACTIVE_BIN";
|
|
7
|
+
function pathExists(absPath) {
|
|
8
|
+
try {
|
|
9
|
+
fs.accessSync(absPath);
|
|
10
|
+
return true;
|
|
11
|
+
}
|
|
12
|
+
catch {
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
function readPackageName(packageRoot) {
|
|
17
|
+
try {
|
|
18
|
+
const parsed = JSON.parse(fs.readFileSync(path.join(packageRoot, "package.json"), "utf8"));
|
|
19
|
+
return typeof parsed.name === "string" ? parsed.name : null;
|
|
20
|
+
}
|
|
21
|
+
catch {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
function findPackageRoot(startPath, expectedName = PACKAGE_NAME) {
|
|
26
|
+
let dir = path.resolve(startPath);
|
|
27
|
+
if (path.extname(dir))
|
|
28
|
+
dir = path.dirname(dir);
|
|
29
|
+
for (;;) {
|
|
30
|
+
if (pathExists(path.join(dir, "package.json")) &&
|
|
31
|
+
(!expectedName || readPackageName(dir) === expectedName)) {
|
|
32
|
+
return dir;
|
|
33
|
+
}
|
|
34
|
+
const parent = path.dirname(dir);
|
|
35
|
+
if (parent === dir)
|
|
36
|
+
return null;
|
|
37
|
+
dir = parent;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
function resolveFromActiveBin() {
|
|
41
|
+
const activeBin = String(process.env[ACTIVE_BIN_ENV] ?? "").trim();
|
|
42
|
+
if (!activeBin)
|
|
43
|
+
return null;
|
|
44
|
+
return findPackageRoot(activeBin);
|
|
45
|
+
}
|
|
46
|
+
function resolveFromPackageJson(entryModuleUrl) {
|
|
47
|
+
try {
|
|
48
|
+
const req = createRequire(entryModuleUrl);
|
|
49
|
+
return findPackageRoot(req.resolve("agentplane/package.json"));
|
|
50
|
+
}
|
|
51
|
+
catch {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export function resolveAgentplanePackageRoot(entryModuleUrl = import.meta.url) {
|
|
56
|
+
const entryPath = fileURLToPath(entryModuleUrl);
|
|
57
|
+
const packageRoot = resolveFromActiveBin() ?? findPackageRoot(entryPath) ?? resolveFromPackageJson(entryModuleUrl);
|
|
58
|
+
if (!packageRoot) {
|
|
59
|
+
throw new Error("Unable to resolve agentplane package root.");
|
|
60
|
+
}
|
|
61
|
+
return packageRoot;
|
|
62
|
+
}
|
|
63
|
+
export function resolveAgentplanePackageJsonPath(entryModuleUrl = import.meta.url) {
|
|
64
|
+
return path.join(resolveAgentplanePackageRoot(entryModuleUrl), "package.json");
|
|
65
|
+
}
|
|
66
|
+
export function resolveAgentplaneAssetPath(...segments) {
|
|
67
|
+
return path.join(resolveAgentplanePackageRoot(), "assets", ...segments);
|
|
68
|
+
}
|
|
69
|
+
export function resolveAgentplaneAssetUrl(...segments) {
|
|
70
|
+
return pathToFileURL(resolveAgentplaneAssetPath(...segments));
|
|
71
|
+
}
|
|
72
|
+
export function resolveAgentplaneAssetDirUrl(...segments) {
|
|
73
|
+
return pathToFileURL(`${resolveAgentplaneAssetPath(...segments)}${path.sep}`);
|
|
74
|
+
}
|
|
75
|
+
export function resolveAgentplaneBinPath() {
|
|
76
|
+
return path.join(resolveAgentplanePackageRoot(), "bin", "agentplane.js");
|
|
77
|
+
}
|
|
78
|
+
export function resolveAgentplaneRepoScriptPath(...segments) {
|
|
79
|
+
return path.resolve(resolveAgentplanePackageRoot(), "..", "..", "scripts", ...segments);
|
|
80
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trace-events.d.ts","sourceRoot":"","sources":["../../src/shared/trace-events.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"trace-events.d.ts","sourceRoot":"","sources":["../../src/shared/trace-events.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGvE,MAAM,MAAM,UAAU,GAAG;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC,CAAC;AAEF,wBAAgB,cAAc,CAAC,GAAG,GAAE,MAAM,CAAC,UAAwB,GAAG,OAAO,CAG5E;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,UAAU,EACjB,IAAI,CAAC,EAAE;IACL,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,GACA,IAAI,CAWN"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLogger } from "@agentplaneorg/core";
|
|
1
|
+
import { createLogger } from "@agentplaneorg/core/logger";
|
|
2
2
|
export function isTraceEnabled(env = process.env) {
|
|
3
3
|
const raw = env.AGENTPLANE_TRACE?.trim().toLowerCase();
|
|
4
4
|
return raw === "1" || raw === "true" || raw === "yes" || raw === "on";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { readFile } from "node:fs/promises";
|
|
2
|
-
import { atomicWriteFile
|
|
2
|
+
import { atomicWriteFile } from "@agentplaneorg/core/fs";
|
|
3
|
+
import { canonicalizeJson } from "@agentplaneorg/core/tasks";
|
|
3
4
|
async function readTextIfExists(filePath) {
|
|
4
5
|
try {
|
|
5
6
|
return await readFile(filePath, "utf8");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { taskDocToSectionMap } from "@agentplaneorg/core";
|
|
1
|
+
import { taskDocToSectionMap } from "@agentplaneorg/core/tasks";
|
|
2
2
|
import { exitCodeForError } from "../cli/exit-codes.js";
|
|
3
3
|
import { CliError } from "../shared/errors.js";
|
|
4
4
|
function normalizeDocComparison(text) {
|
package/dist/task-doc/state.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { TaskDocMutationComment, TaskDocVersion } from "@agentplaneorg/core/tasks";
|
|
2
2
|
export declare function buildTaskDocState(opts: {
|
|
3
3
|
doc: string;
|
|
4
4
|
owner?: string;
|
|
@@ -6,5 +6,5 @@ export declare function buildTaskDocState(opts: {
|
|
|
6
6
|
version?: TaskDocVersion;
|
|
7
7
|
updatedAt?: string;
|
|
8
8
|
comments?: readonly TaskDocMutationComment[] | null;
|
|
9
|
-
}): import("@agentplaneorg/core").TaskDocMutationResult;
|
|
9
|
+
}): import("@agentplaneorg/core/tasks").TaskDocMutationResult;
|
|
10
10
|
//# sourceMappingURL=state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../src/task-doc/state.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../src/task-doc/state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGxF,wBAAgB,iBAAiB,CAAC,IAAI,EAAE;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,sBAAsB,EAAE,GAAG,IAAI,CAAC;CACrD,6DAiBA"}
|
package/dist/task-doc/state.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import fs from "node:fs/promises";
|
|
2
2
|
import path from "node:path";
|
|
3
|
-
import { loadConfig } from "@agentplaneorg/core";
|
|
3
|
+
import { loadConfig } from "@agentplaneorg/core/config";
|
|
4
4
|
import { parseWorkflowMarkdown } from "./markdown.js";
|
|
5
5
|
import { emitWorkflowEvent } from "./observability.js";
|
|
6
6
|
import { resolveWorkflowPaths } from "./paths.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { parseTaskReadme, renderTaskFrontmatter } from "@agentplaneorg/core";
|
|
1
|
+
import { parseTaskReadme, renderTaskFrontmatter } from "@agentplaneorg/core/tasks";
|
|
2
2
|
const REQUIRED_SECTIONS = ["Prompt Template", "Checks", "Fallback"];
|
|
3
3
|
function sectionDiagnostics(sections) {
|
|
4
4
|
const out = [];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentplaneConfig } from "@agentplaneorg/core";
|
|
1
|
+
import type { AgentplaneConfig } from "@agentplaneorg/core/config";
|
|
2
2
|
import type { WorkflowDocument, WorkflowValidationResult } from "./types.js";
|
|
3
3
|
export declare function validateWorkflowDocument(document: WorkflowDocument, opts?: {
|
|
4
4
|
repoRoot?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../../src/workflow-runtime/validate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../../src/workflow-runtime/validate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,KAAK,EAEV,gBAAgB,EAEhB,wBAAwB,EACzB,MAAM,YAAY,CAAC;AA8VpB,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,gBAAgB,EAC1B,IAAI,CAAC,EAAE;IACL,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,MAAM,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC,GACA,wBAAwB,CA0F1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentplane",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "Agent Plane CLI for task workflows, recipes, and project automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentplane",
|
|
@@ -48,21 +48,23 @@
|
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true}); require('node:fs').rmSync('tsconfig.tsbuildinfo',{force:true});\"",
|
|
51
|
-
"build": "npm run clean && tsc -b --force &&
|
|
51
|
+
"build": "npm run clean && tsc -b --force && npm run build:bundle",
|
|
52
|
+
"build:bundle": "tsup && node ../../scripts/manifest.mjs build .",
|
|
52
53
|
"typecheck": "tsc -b",
|
|
53
54
|
"prepare": "npm run build",
|
|
54
55
|
"prepack": "npm run clean && npm run build",
|
|
55
56
|
"prepublishOnly": "node ../../scripts/enforce-github-publish.mjs && npm run prepack"
|
|
56
57
|
},
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"@agentplaneorg/core": "0.3.
|
|
59
|
-
"@agentplaneorg/recipes": "0.3.
|
|
59
|
+
"@agentplaneorg/core": "0.3.18",
|
|
60
|
+
"@agentplaneorg/recipes": "0.3.18",
|
|
60
61
|
"@clack/prompts": "^1.2.0",
|
|
61
62
|
"yauzl": "^2.10.0",
|
|
62
63
|
"zod": "^3",
|
|
63
64
|
"zod-validation-error": "^5.0.0"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
67
|
+
"@agentplane/testkit": "0.0.0",
|
|
66
68
|
"@types/yauzl": "^2.10.0"
|
|
67
69
|
}
|
|
68
70
|
}
|
package/dist/cli/cli-error.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { ErrorCode } from "../shared/errors.js";
|
|
2
|
-
import { CliError } from "../shared/errors.js";
|
|
3
|
-
export declare function cliError(code: ErrorCode, message: string, opts?: {
|
|
4
|
-
context?: Record<string, unknown>;
|
|
5
|
-
}): CliError;
|
|
6
|
-
export declare function throwCliError(code: ErrorCode, message: string, opts?: {
|
|
7
|
-
context?: Record<string, unknown>;
|
|
8
|
-
}): never;
|
|
9
|
-
//# sourceMappingURL=cli-error.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cli-error.d.ts","sourceRoot":"","sources":["../../src/cli/cli-error.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAI/C,wBAAgB,QAAQ,CACtB,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAAE,GAC3C,QAAQ,CAOV;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAAE,GAC3C,KAAK,CAEP"}
|
package/dist/cli/cli-error.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CliError } from "../shared/errors.js";
|
|
2
|
-
import { exitCodeForError } from "./exit-codes.js";
|
|
3
|
-
export function cliError(code, message, opts) {
|
|
4
|
-
return new CliError({
|
|
5
|
-
exitCode: exitCodeForError(code),
|
|
6
|
-
code,
|
|
7
|
-
message,
|
|
8
|
-
context: opts?.context,
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
export function throwCliError(code, message, opts) {
|
|
12
|
-
throw cliError(code, message, opts);
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/cli/run-cli/command-catalog/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEzE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtE,MAAM,MAAM,OAAO,GAAG;IACpB,MAAM,EAAE,CAAC,sBAAsB,EAAE,MAAM,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;IACpE,kBAAkB,EAAE,CAAC,sBAAsB,EAAE,MAAM,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACjF,eAAe,EAAE,CAAC,sBAAsB,EAAE,MAAM,KAAK,OAAO,CAAC,YAAY,CAAC,CAAC;IAC3E,kBAAkB,EAAE,MAAM,SAAS,QAAQ,EAAE,CAAC;CAC/C,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,gBAAgB,GAAG,qBAAqB,CAAC;AAEzF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3B,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC1D,KAAK,EAAE,YAAY,CAAC;IACpB,QAAQ,EAAE,aAAa,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,KAAK,wBAAwB,CAAC,OAAO,IAAI,WAAW,GAAG;IACrD,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC1D,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,0BAA0B,GAAG,WAAW,GAAG;IAC9C,MAAM,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,KAAK,kBAAkB,CAAC,OAAO,IAAI,wBAAwB,CAAC,OAAO,CAAC,GAAG,0BAA0B,CAAC;AAmBlG,wBAAgB,cAAc,CAAC,OAAO,EACpC,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,EAC1B,WAAW,EAAE,kBAAkB,CAAC,OAAO,CAAC,GACvC,YAAY,CASd;AAED,wBAAgB,aAAa,CAAC,OAAO,SAAS,aAAa,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,IACpD,OAAO,EAC1C,MAAM,WAAW,CAAC,OAAO,CAAC,EAC1B,WAAW,OAAO,CAAC,MAAM,OAAO,EAAE,MAAM,CAAC,EACzC,OAAO,WAAW,KACjB,YAAY,CAGhB"}
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { type RunDeps } from "./command-catalog/shared.js";
|
|
2
|
-
export declare const fromCommandsInit: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "initSpec" | "runInit", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
3
|
-
export declare const fromCommandsUpgradeCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "upgradeSpec" | "runUpgrade", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
4
|
-
export declare const fromCommandsReleaseReleaseCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "releaseSpec" | "runRelease", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
5
|
-
export declare const fromCommandsReleasePlanCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "releasePlanSpec" | "runReleasePlan", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
6
|
-
export declare const fromCommandsReleaseApplyCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "releaseApplySpec" | "releaseCandidateSpec" | "runReleaseApply" | "runReleaseCandidate" | "pushReleaseCandidateBranch" | "pushReleaseRefs", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
7
|
-
export declare const fromCommandsCoreQuickstart: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "quickstartSpec" | "runQuickstart", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
8
|
-
export declare const fromCommandsCorePreflight: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "preflightSpec" | "runPreflight", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
9
|
-
export declare const fromCommandsCodex: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "makeRunCodexPluginInstallHandler" | "codexSpec" | "codexPluginSpec" | "codexPluginInstallSpec" | "runCodex" | "runCodexPlugin", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
10
|
-
export declare const fromCommandsRuntimeCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "buildFrameworkDevWorkflow" | "renderRuntimeExplainText" | "runtimeSpec" | "runtimeExplainSpec" | "runRuntime" | "runRuntimeExplain", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
11
|
-
export declare const fromCommandsIncidentsIncidentsCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "incidentsSpec" | "runIncidents", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
12
|
-
export declare const fromCommandsCoreRole: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "roleSpec" | "runRole", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
13
|
-
export declare const fromCommandsDoctorRun: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runDoctor", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
14
|
-
export declare const fromCommandsWorkflowCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "workflowSpec" | "runWorkflow", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
15
|
-
export declare const fromCommandsWorkflowBuildCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "workflowBuildSpec" | "runWorkflowBuild", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
16
|
-
export declare const fromCommandsWorkflowRestoreCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "workflowRestoreSpec" | "runWorkflowRestore", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
17
|
-
export declare const fromCommandsWorkflowPlaybookCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "workflowDebugSpec" | "workflowSyncSpec" | "workflowLandSpec" | "runWorkflowDebug" | "runWorkflowSync" | "runWorkflowLand", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
18
|
-
export declare const loadCodexPluginInstallSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<import("./commands/codex.js").CodexPluginInstallParsed>>;
|
|
19
|
-
export declare const loadIncidentsCollectSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: {
|
|
20
|
-
taskId: string;
|
|
21
|
-
check: boolean;
|
|
22
|
-
json: boolean;
|
|
23
|
-
}) => Promise<number>>;
|
|
24
|
-
export declare const loadIncidentsAdviseSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: {
|
|
25
|
-
taskId: string | null;
|
|
26
|
-
scope: string | null;
|
|
27
|
-
title: string | null;
|
|
28
|
-
description: string | null;
|
|
29
|
-
tags: string[];
|
|
30
|
-
limit: number;
|
|
31
|
-
json: boolean;
|
|
32
|
-
}) => Promise<number>>;
|
|
33
|
-
export declare const loadAgentsSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
34
|
-
[x: string]: never;
|
|
35
|
-
}>>;
|
|
36
|
-
export declare const loadConfigShowSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
37
|
-
[x: string]: never;
|
|
38
|
-
}>>;
|
|
39
|
-
export declare const loadConfigSetSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
40
|
-
key: string;
|
|
41
|
-
value: string;
|
|
42
|
-
}>>;
|
|
43
|
-
export declare const loadModeGetSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
44
|
-
[x: string]: never;
|
|
45
|
-
}>>;
|
|
46
|
-
export declare const loadModeSetSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
47
|
-
mode: string;
|
|
48
|
-
}>>;
|
|
49
|
-
export declare const loadProfileSetSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
50
|
-
profile: string;
|
|
51
|
-
}>>;
|
|
52
|
-
export declare const loadIdeSyncSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<{
|
|
53
|
-
ide?: "cursor" | "windsurf";
|
|
54
|
-
}>>;
|
|
55
|
-
export declare const fromCommandsTaskTaskCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskSpec" | "runTask", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
56
|
-
export declare const fromCommandsTaskHandoffCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskHandoff" | "taskHandoffSpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
57
|
-
export declare const fromCommandsTaskHandoffRecordCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskHandoffRecordSpec" | "runTaskHandoffRecord", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
58
|
-
export declare const fromCommandsTaskRunShowCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunShowSpec" | "runTaskRunShow", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
59
|
-
export declare const fromCommandsTaskRunTailCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunTailSpec" | "runTaskRunTail", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
60
|
-
export declare const fromCommandsTaskRunCancelCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunCancelSpec" | "runTaskRunCancel", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
61
|
-
export declare const fromCommandsTaskRunRetryCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunRetrySpec" | "runTaskRunRetry", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
62
|
-
export declare const fromCommandsTaskFindingsCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskFindings" | "taskFindingsSpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
63
|
-
export declare const fromCommandsTaskDocCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskDoc" | "taskDocSpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
64
|
-
export declare const fromCommandsTaskLintCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskLint" | "taskLintSpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
65
|
-
export declare const fromCommandsTaskMigrateDocCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskMigrateDoc" | "taskMigrateDocSpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
66
|
-
export declare const fromCommandsTaskVerifyCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runTaskVerify" | "taskVerifySpec", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
67
|
-
export declare const fromCommandsTaskResumeContextCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskResumeContextSpec" | "runTaskResumeContext", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
68
|
-
export declare const fromTaskHandoffShowSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskHandoffShowSpec" | "runTaskHandoffShow", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
69
|
-
export declare const loadTaskHostedCloseSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, parsed: import("../../commands/task/hosted-close.command.js").TaskHostedCloseParsed) => Promise<number>>;
|
|
70
|
-
export declare const loadTaskHostedClosePrSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/hosted-close-pr.types.js").TaskHostedClosePrParsed) => Promise<number>>;
|
|
71
|
-
export declare const loadTaskListSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/list.spec.js").TaskListParsed) => Promise<number>>;
|
|
72
|
-
export declare const loadTaskNextSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/next.spec.js").TaskNextParsed) => Promise<number>>;
|
|
73
|
-
export declare const loadTaskSearchSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/search.spec.js").TaskSearchParsed) => Promise<number>>;
|
|
74
|
-
export declare const loadTaskShowSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/show.spec.js").TaskShowParsed) => Promise<number>>;
|
|
75
|
-
export declare const fromTaskRunTraceSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunTraceSpec" | "runTaskRunTrace", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
76
|
-
export declare const fromTaskRunSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunSpec" | "runTaskRun", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
77
|
-
export declare const fromTaskRunResumeSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskRunResumeSpec" | "runTaskRunResume", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
78
|
-
export declare const loadTaskNewSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<import("../../commands/task/new.js").TaskNewParsed>>;
|
|
79
|
-
export declare const loadTaskDeriveSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/derive.command.js").TaskDeriveParsed) => Promise<number>>;
|
|
80
|
-
export declare const loadTaskCloseDuplicateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/close-duplicate.command.js").TaskCloseDuplicateParsed) => Promise<number>>;
|
|
81
|
-
export declare const loadTaskStartReadySpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: {
|
|
82
|
-
taskId: string;
|
|
83
|
-
author: string;
|
|
84
|
-
body: string;
|
|
85
|
-
force: boolean;
|
|
86
|
-
yes: boolean;
|
|
87
|
-
quiet: boolean;
|
|
88
|
-
}) => Promise<number>>;
|
|
89
|
-
export declare const loadTaskCloseNoopSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: {
|
|
90
|
-
taskId: string;
|
|
91
|
-
author: string;
|
|
92
|
-
note?: string;
|
|
93
|
-
force: boolean;
|
|
94
|
-
yes: boolean;
|
|
95
|
-
quiet: boolean;
|
|
96
|
-
}) => Promise<number>>;
|
|
97
|
-
export declare const loadTaskAddSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/add.command.js").TaskAddParsed) => Promise<number>>;
|
|
98
|
-
export declare const loadTaskUpdateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/update.command.js").TaskUpdateParsed) => Promise<number>>;
|
|
99
|
-
export declare const loadTaskCommentSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/comment.command.js").TaskCommentParsed) => Promise<number>>;
|
|
100
|
-
export declare const loadTaskSetStatusSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/set-status.command.js").TaskSetStatusParsed) => Promise<number>>;
|
|
101
|
-
export declare const loadTaskFindingsAddSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/findings-add.command.js").TaskFindingsAddParsed) => Promise<number>>;
|
|
102
|
-
export declare const loadTaskDocShowSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/doc-show.command.js").TaskDocShowParsed) => Promise<number>>;
|
|
103
|
-
export declare const loadTaskDocSetSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/doc-set.command.js").TaskDocSetParsed) => Promise<number>>;
|
|
104
|
-
export declare const loadTaskScrubSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/scrub.command.js").TaskScrubParsed) => Promise<number>>;
|
|
105
|
-
export declare const loadTaskScaffoldSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/scaffold.command.js").TaskScaffoldParsed) => Promise<number>>;
|
|
106
|
-
export declare const loadTaskNormalizeSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/normalize.command.js").TaskNormalizeParsed) => Promise<number>>;
|
|
107
|
-
export declare const loadTaskExportSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx) => Promise<number>>;
|
|
108
|
-
export declare const loadTaskMigrateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/migrate.command.js").TaskMigrateParsed) => Promise<number>>;
|
|
109
|
-
export declare const fromTaskPlanSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskPlanSpec" | "runTaskPlan", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
110
|
-
export declare const loadTaskPlanSetSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/plan-set.command.js").TaskPlanSetParsed) => Promise<number>>;
|
|
111
|
-
export declare const loadTaskPlanApproveSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/plan-approve.command.js").TaskPlanApproveParsed) => Promise<number>>;
|
|
112
|
-
export declare const loadTaskPlanRejectSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/plan-reject.command.js").TaskPlanRejectParsed) => Promise<number>>;
|
|
113
|
-
export declare const loadTaskVerifyOkSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/verify-ok.command.js").TaskVerifyOkParsed) => Promise<number>>;
|
|
114
|
-
export declare const loadTaskVerifyReworkSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/verify-rework.command.js").TaskVerifyReworkParsed) => Promise<number>>;
|
|
115
|
-
export declare const loadTaskVerifyShowSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/task/verify-show.command.js").TaskVerifyShowParsed) => Promise<number>>;
|
|
116
|
-
export declare const loadTaskRebuildIndexSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<import("../../commands/task/rebuild-index.command.js").TaskRebuildIndexParsed>>;
|
|
117
|
-
export declare const fromTaskReclaimSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "taskReclaimSpec" | "runTaskReclaim", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
118
|
-
export declare const fromCommandsRecipesRecipesCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesSpec" | "runRecipes", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
119
|
-
export declare const fromCommandsRecipesCacheCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesCacheSpec" | "runRecipesCache", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
120
|
-
export declare const fromCommandsRecipesAddCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesAddSpec" | "runRecipesAdd", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
121
|
-
export declare const fromCommandsRecipesListCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesListSpec" | "runRecipesList", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
122
|
-
export declare const fromCommandsRecipesListRemoteCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesListRemoteSpec" | "runRecipesListRemote", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
123
|
-
export declare const fromCommandsRecipesExplainCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesExplainSpec" | "runRecipesExplain", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
124
|
-
export declare const fromCommandsRecipesEnableCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesEnableSpec" | "runRecipesEnable", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
125
|
-
export declare const fromCommandsRecipesRemoveCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesRemoveSpec" | "runRecipesRemove", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
126
|
-
export declare const fromCommandsRecipesDetachCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesDetachSpec" | "runRecipesDetach", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
127
|
-
export declare const fromCommandsRecipesInstallRun: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "runRecipesInstall", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
128
|
-
export declare const fromCommandsBranchBaseCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "branchBaseSpec" | "branchBaseGetSpec" | "branchBaseClearSpec" | "branchBaseExplainSpec" | "branchBaseSetSpec" | "runBranchBase" | "runBranchBaseGet" | "runBranchBaseClear" | "runBranchBaseExplain" | "runBranchBaseSet", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
129
|
-
export declare const fromCommandsBranchStatusCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "branchStatusSpec" | "runBranchStatus", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
130
|
-
export declare const loadWorkStartSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<import("../../commands/branch/work-start.command.js").WorkStartParsed>>;
|
|
131
|
-
export declare const fromRecipesActiveSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesActiveSpec" | "runRecipesActive", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
132
|
-
export declare const fromRecipesInfoSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesInfoSpec" | "runRecipesInfo", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
133
|
-
export declare const loadRecipesExplainActiveSpec: () => Promise<import("../spec/spec.js").CommandHandler<import("../../commands/recipes/explain-active.command.js").RecipesExplainActiveParsed>>;
|
|
134
|
-
export declare const fromRecipesDisableSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesDisableSpec" | "runRecipesDisable", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
135
|
-
export declare const fromRecipesUpdateSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesUpdateSpec" | "runRecipesUpdate", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
136
|
-
export declare const fromRecipesCachePruneSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "recipesCachePruneSpec" | "runRecipesCachePrune", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
137
|
-
export declare const fromBranchBaseSetSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "branchBaseSpec" | "branchBaseGetSpec" | "branchBaseClearSpec" | "branchBaseExplainSpec" | "branchBaseSetSpec" | "runBranchBase" | "runBranchBaseGet" | "runBranchBaseClear" | "runBranchBaseExplain" | "runBranchBaseSet", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
138
|
-
export declare const fromBranchBaseExplainSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "branchBaseSpec" | "branchBaseGetSpec" | "branchBaseClearSpec" | "branchBaseExplainSpec" | "branchBaseSetSpec" | "runBranchBase" | "runBranchBaseGet" | "runBranchBaseClear" | "runBranchBaseExplain" | "runBranchBaseSet", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
139
|
-
export declare const fromBranchRemoveSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "branchRemoveSpec" | "runBranchRemove", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
140
|
-
export declare const loadBackendSpec: (deps: RunDeps) => Promise<(_ctx: import("../spec/spec.js").CommandCtx, p: import("../group-command.js").GroupCommandParsed) => Promise<number>>;
|
|
141
|
-
export declare const loadBackendSyncSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/backend.js").BackendSyncParsed) => Promise<number>>;
|
|
142
|
-
export declare const loadBackendInspectSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/backend.js").BackendInspectParsed) => Promise<number>>;
|
|
143
|
-
export declare const loadBackendMigrateCanonicalStateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/backend.js").BackendMigrateCanonicalStateParsed) => Promise<number>>;
|
|
144
|
-
export declare const loadSyncSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/backend.js").SyncParsed) => Promise<number>>;
|
|
145
|
-
export declare const loadPrSpec: (deps: RunDeps) => Promise<import("../spec/spec.js").CommandHandler<import("../group-command.js").GroupCommandParsed>>;
|
|
146
|
-
export declare const loadPrOpenSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrOpenParsed) => Promise<number>>;
|
|
147
|
-
export declare const loadPrUpdateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrUpdateParsed) => Promise<number>>;
|
|
148
|
-
export declare const loadPrCheckSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrCheckParsed) => Promise<number>>;
|
|
149
|
-
export declare const loadPrCloseSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrCloseParsed) => Promise<number>>;
|
|
150
|
-
export declare const loadPrCloseSupersededSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrCloseSupersededParsed) => Promise<number>>;
|
|
151
|
-
export declare const loadPrNoteSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/pr/pr.command.js").PrNoteParsed) => Promise<number>>;
|
|
152
|
-
export declare const loadIntegrateSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/integrate.command.js").IntegrateParsed) => Promise<number>>;
|
|
153
|
-
export declare const fromCommandsHooksHooksCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "hooksSpec" | "runHooks", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
154
|
-
export declare const fromCommandsHooksInstallCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "hooksInstallSpec" | "runHooksInstall", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
155
|
-
export declare const fromCommandsHooksRunCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "hooksRunSpec" | "runHooksRun", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
156
|
-
export declare const fromCommandsGuardGuardCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "guardSpec" | "runGuard", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
157
|
-
export declare const fromCommandsGuardCleanCommand: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "guardCleanSpec" | "runGuardClean", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
158
|
-
export declare const loadCommitSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/commit.spec.js").CommitParsed) => Promise<number>>;
|
|
159
|
-
export declare const loadStartSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/start.spec.js").StartParsed) => Promise<number>>;
|
|
160
|
-
export declare const loadBlockSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/block.spec.js").BlockParsed) => Promise<number>>;
|
|
161
|
-
export declare const loadVerifySpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/verify.spec.js").VerifyParsed) => Promise<number>>;
|
|
162
|
-
export declare const loadFinishSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/finish.spec.js").FinishParsed) => Promise<number>>;
|
|
163
|
-
export declare const loadReadySpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/ready.command.js").ReadyParsed) => Promise<number>>;
|
|
164
|
-
export declare const loadDocsCliSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/docs/cli.command.js").DocsCliParsed) => Promise<number>>;
|
|
165
|
-
export declare const fromHooksUninstallSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "hooksUninstallSpec" | "runHooksUninstall", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
166
|
-
export declare const fromCleanupSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "makeRunCleanupMergedHandler" | "cleanupSpec" | "cleanupMergedSpec" | "runCleanup", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
167
|
-
export declare const loadCleanupMergedSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/cleanup/merged.command.js").CleanupMergedParsed) => Promise<number>>;
|
|
168
|
-
export declare const fromGuardSuggestAllowSpec: <TParsed>(spec: import("../spec/spec.js").CommandSpec<TParsed>, runExport: "guardSuggestAllowSpec" | "runGuardSuggestAllow", meta?: import("./command-catalog/shared.js").CommandMeta) => import("./command-catalog/shared.js").CommandEntry;
|
|
169
|
-
export declare const loadGuardCommitSpec: (deps: RunDeps) => Promise<(ctx: import("../spec/spec.js").CommandCtx, p: import("../../commands/guard/commit.command.js").GuardCommitParsed) => Promise<number>>;
|
|
170
|
-
//# sourceMappingURL=command-loaders.d.ts.map
|