@tacuchi/agent-workflow-cli 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -0
- package/dist/adapters/git-cli.d.ts +13 -0
- package/dist/adapters/git-cli.d.ts.map +1 -0
- package/dist/adapters/git-cli.js +73 -0
- package/dist/adapters/git-cli.js.map +1 -0
- package/dist/adapters/node-env.d.ts +7 -0
- package/dist/adapters/node-env.d.ts.map +1 -0
- package/dist/adapters/node-env.js +13 -0
- package/dist/adapters/node-env.js.map +1 -0
- package/dist/adapters/node-file-system.d.ts +10 -0
- package/dist/adapters/node-file-system.d.ts.map +1 -0
- package/dist/adapters/node-file-system.js +35 -0
- package/dist/adapters/node-file-system.js.map +1 -0
- package/dist/adapters/node-process.d.ts +6 -0
- package/dist/adapters/node-process.d.ts.map +1 -0
- package/dist/adapters/node-process.js +53 -0
- package/dist/adapters/node-process.js.map +1 -0
- package/dist/application/artifacts-service.d.ts +58 -0
- package/dist/application/artifacts-service.d.ts.map +1 -0
- package/dist/application/artifacts-service.js +129 -0
- package/dist/application/artifacts-service.js.map +1 -0
- package/dist/application/auto-plan.d.ts +19 -0
- package/dist/application/auto-plan.d.ts.map +1 -0
- package/dist/application/auto-plan.js +190 -0
- package/dist/application/auto-plan.js.map +1 -0
- package/dist/application/check-branch-service.d.ts +31 -0
- package/dist/application/check-branch-service.d.ts.map +1 -0
- package/dist/application/check-branch-service.js +140 -0
- package/dist/application/check-branch-service.js.map +1 -0
- package/dist/application/checkpoint-service.d.ts +77 -0
- package/dist/application/checkpoint-service.d.ts.map +1 -0
- package/dist/application/checkpoint-service.js +259 -0
- package/dist/application/checkpoint-service.js.map +1 -0
- package/dist/application/checkpoint-write-service.d.ts +42 -0
- package/dist/application/checkpoint-write-service.d.ts.map +1 -0
- package/dist/application/checkpoint-write-service.js +354 -0
- package/dist/application/checkpoint-write-service.js.map +1 -0
- package/dist/application/code-scan-service.d.ts +44 -0
- package/dist/application/code-scan-service.d.ts.map +1 -0
- package/dist/application/code-scan-service.js +211 -0
- package/dist/application/code-scan-service.js.map +1 -0
- package/dist/application/decisiones-service.d.ts +22 -0
- package/dist/application/decisiones-service.d.ts.map +1 -0
- package/dist/application/decisiones-service.js +31 -0
- package/dist/application/decisiones-service.js.map +1 -0
- package/dist/application/dependencias-service.d.ts +21 -0
- package/dist/application/dependencias-service.d.ts.map +1 -0
- package/dist/application/dependencias-service.js +31 -0
- package/dist/application/dependencias-service.js.map +1 -0
- package/dist/application/dev-bootstrap-dsn-service.d.ts +16 -0
- package/dist/application/dev-bootstrap-dsn-service.d.ts.map +1 -0
- package/dist/application/dev-bootstrap-dsn-service.js +31 -0
- package/dist/application/dev-bootstrap-dsn-service.js.map +1 -0
- package/dist/application/dev-graduate-service.d.ts +33 -0
- package/dist/application/dev-graduate-service.d.ts.map +1 -0
- package/dist/application/dev-graduate-service.js +116 -0
- package/dist/application/dev-graduate-service.js.map +1 -0
- package/dist/application/dev-only-services.d.ts +50 -0
- package/dist/application/dev-only-services.d.ts.map +1 -0
- package/dist/application/dev-only-services.js +155 -0
- package/dist/application/dev-only-services.js.map +1 -0
- package/dist/application/handoff.d.ts +19 -0
- package/dist/application/handoff.d.ts.map +1 -0
- package/dist/application/handoff.js +98 -0
- package/dist/application/handoff.js.map +1 -0
- package/dist/application/history-data-service.d.ts +26 -0
- package/dist/application/history-data-service.d.ts.map +1 -0
- package/dist/application/history-data-service.js +61 -0
- package/dist/application/history-data-service.js.map +1 -0
- package/dist/application/history-table.d.ts +16 -0
- package/dist/application/history-table.d.ts.map +1 -0
- package/dist/application/history-table.js +49 -0
- package/dist/application/history-table.js.map +1 -0
- package/dist/application/history-update-service.d.ts +24 -0
- package/dist/application/history-update-service.d.ts.map +1 -0
- package/dist/application/history-update-service.js +47 -0
- package/dist/application/history-update-service.js.map +1 -0
- package/dist/application/hook-branch-check.d.ts +22 -0
- package/dist/application/hook-branch-check.d.ts.map +1 -0
- package/dist/application/hook-branch-check.js +152 -0
- package/dist/application/hook-branch-check.js.map +1 -0
- package/dist/application/hook-sql-mutation-guard.d.ts +13 -0
- package/dist/application/hook-sql-mutation-guard.d.ts.map +1 -0
- package/dist/application/hook-sql-mutation-guard.js +119 -0
- package/dist/application/hook-sql-mutation-guard.js.map +1 -0
- package/dist/application/markdown.d.ts +4 -0
- package/dist/application/markdown.d.ts.map +1 -0
- package/dist/application/markdown.js +53 -0
- package/dist/application/markdown.js.map +1 -0
- package/dist/application/mcp-dbhub-launcher.d.ts +31 -0
- package/dist/application/mcp-dbhub-launcher.d.ts.map +1 -0
- package/dist/application/mcp-dbhub-launcher.js +84 -0
- package/dist/application/mcp-dbhub-launcher.js.map +1 -0
- package/dist/application/multiroot-service.d.ts +83 -0
- package/dist/application/multiroot-service.d.ts.map +1 -0
- package/dist/application/multiroot-service.js +440 -0
- package/dist/application/multiroot-service.js.map +1 -0
- package/dist/application/objetivo-service.d.ts +23 -0
- package/dist/application/objetivo-service.d.ts.map +1 -0
- package/dist/application/objetivo-service.js +32 -0
- package/dist/application/objetivo-service.js.map +1 -0
- package/dist/application/orchestration.d.ts +29 -0
- package/dist/application/orchestration.d.ts.map +1 -0
- package/dist/application/orchestration.js +291 -0
- package/dist/application/orchestration.js.map +1 -0
- package/dist/application/parsers/decisiones.d.ts +9 -0
- package/dist/application/parsers/decisiones.d.ts.map +1 -0
- package/dist/application/parsers/decisiones.js +55 -0
- package/dist/application/parsers/decisiones.js.map +1 -0
- package/dist/application/parsers/dependencias.d.ts +7 -0
- package/dist/application/parsers/dependencias.d.ts.map +1 -0
- package/dist/application/parsers/dependencias.js +76 -0
- package/dist/application/parsers/dependencias.js.map +1 -0
- package/dist/application/parsers/objetivo.d.ts +11 -0
- package/dist/application/parsers/objetivo.d.ts.map +1 -0
- package/dist/application/parsers/objetivo.js +73 -0
- package/dist/application/parsers/objetivo.js.map +1 -0
- package/dist/application/parsers/project-block.d.ts +35 -0
- package/dist/application/parsers/project-block.d.ts.map +1 -0
- package/dist/application/parsers/project-block.js +188 -0
- package/dist/application/parsers/project-block.js.map +1 -0
- package/dist/application/parsers/tasks.d.ts +17 -0
- package/dist/application/parsers/tasks.d.ts.map +1 -0
- package/dist/application/parsers/tasks.js +40 -0
- package/dist/application/parsers/tasks.js.map +1 -0
- package/dist/application/paths-service.d.ts +28 -0
- package/dist/application/paths-service.d.ts.map +1 -0
- package/dist/application/paths-service.js +67 -0
- package/dist/application/paths-service.js.map +1 -0
- package/dist/application/paths.d.ts +2 -0
- package/dist/application/paths.d.ts.map +1 -0
- package/dist/application/paths.js +12 -0
- package/dist/application/paths.js.map +1 -0
- package/dist/application/phase-detect-service.d.ts +28 -0
- package/dist/application/phase-detect-service.d.ts.map +1 -0
- package/dist/application/phase-detect-service.js +141 -0
- package/dist/application/phase-detect-service.js.map +1 -0
- package/dist/application/phase-next-service.d.ts +20 -0
- package/dist/application/phase-next-service.d.ts.map +1 -0
- package/dist/application/phase-next-service.js +97 -0
- package/dist/application/phase-next-service.js.map +1 -0
- package/dist/application/plugin-doctor-service.d.ts +60 -0
- package/dist/application/plugin-doctor-service.d.ts.map +1 -0
- package/dist/application/plugin-doctor-service.js +651 -0
- package/dist/application/plugin-doctor-service.js.map +1 -0
- package/dist/application/project-md-service.d.ts +13 -0
- package/dist/application/project-md-service.d.ts.map +1 -0
- package/dist/application/project-md-service.js +27 -0
- package/dist/application/project-md-service.js.map +1 -0
- package/dist/application/project-md-upsert-service.d.ts +48 -0
- package/dist/application/project-md-upsert-service.d.ts.map +1 -0
- package/dist/application/project-md-upsert-service.js +182 -0
- package/dist/application/project-md-upsert-service.js.map +1 -0
- package/dist/application/release-data-service.d.ts +81 -0
- package/dist/application/release-data-service.d.ts.map +1 -0
- package/dist/application/release-data-service.js +305 -0
- package/dist/application/release-data-service.js.map +1 -0
- package/dist/application/render/history-row.d.ts +10 -0
- package/dist/application/render/history-row.d.ts.map +1 -0
- package/dist/application/render/history-row.js +47 -0
- package/dist/application/render/history-row.js.map +1 -0
- package/dist/application/render/project-block.d.ts +17 -0
- package/dist/application/render/project-block.d.ts.map +1 -0
- package/dist/application/render/project-block.js +129 -0
- package/dist/application/render/project-block.js.map +1 -0
- package/dist/application/self/doctor-self.d.ts +27 -0
- package/dist/application/self/doctor-self.d.ts.map +1 -0
- package/dist/application/self/doctor-self.js +44 -0
- package/dist/application/self/doctor-self.js.map +1 -0
- package/dist/application/self/install-skill.d.ts +25 -0
- package/dist/application/self/install-skill.d.ts.map +1 -0
- package/dist/application/self/install-skill.js +176 -0
- package/dist/application/self/install-skill.js.map +1 -0
- package/dist/application/self/namespace-info.d.ts +8 -0
- package/dist/application/self/namespace-info.d.ts.map +1 -0
- package/dist/application/self/namespace-info.js +11 -0
- package/dist/application/self/namespace-info.js.map +1 -0
- package/dist/application/self/update-self.d.ts +10 -0
- package/dist/application/self/update-self.d.ts.map +1 -0
- package/dist/application/self/update-self.js +31 -0
- package/dist/application/self/update-self.js.map +1 -0
- package/dist/application/session-close-service.d.ts +30 -0
- package/dist/application/session-close-service.d.ts.map +1 -0
- package/dist/application/session-close-service.js +64 -0
- package/dist/application/session-close-service.js.map +1 -0
- package/dist/application/session-create-service.d.ts +40 -0
- package/dist/application/session-create-service.d.ts.map +1 -0
- package/dist/application/session-create-service.js +197 -0
- package/dist/application/session-create-service.js.map +1 -0
- package/dist/application/session-resolver.d.ts +39 -0
- package/dist/application/session-resolver.d.ts.map +1 -0
- package/dist/application/session-resolver.js +192 -0
- package/dist/application/session-resolver.js.map +1 -0
- package/dist/application/session-resume-service.d.ts +23 -0
- package/dist/application/session-resume-service.d.ts.map +1 -0
- package/dist/application/session-resume-service.js +44 -0
- package/dist/application/session-resume-service.js.map +1 -0
- package/dist/application/sessions-service.d.ts +31 -0
- package/dist/application/sessions-service.d.ts.map +1 -0
- package/dist/application/sessions-service.js +74 -0
- package/dist/application/sessions-service.js.map +1 -0
- package/dist/application/skill-index-service.d.ts +27 -0
- package/dist/application/skill-index-service.d.ts.map +1 -0
- package/dist/application/skill-index-service.js +99 -0
- package/dist/application/skill-index-service.js.map +1 -0
- package/dist/application/sources-service.d.ts +43 -0
- package/dist/application/sources-service.d.ts.map +1 -0
- package/dist/application/sources-service.js +176 -0
- package/dist/application/sources-service.js.map +1 -0
- package/dist/application/stack-detect.d.ts +7 -0
- package/dist/application/stack-detect.d.ts.map +1 -0
- package/dist/application/stack-detect.js +52 -0
- package/dist/application/stack-detect.js.map +1 -0
- package/dist/application/stack-service.d.ts +14 -0
- package/dist/application/stack-service.d.ts.map +1 -0
- package/dist/application/stack-service.js +13 -0
- package/dist/application/stack-service.js.map +1 -0
- package/dist/application/tasks-service.d.ts +27 -0
- package/dist/application/tasks-service.d.ts.map +1 -0
- package/dist/application/tasks-service.js +45 -0
- package/dist/application/tasks-service.js.map +1 -0
- package/dist/application/templates/objetivo.d.ts +3 -0
- package/dist/application/templates/objetivo.d.ts.map +1 -0
- package/dist/application/templates/objetivo.js +77 -0
- package/dist/application/templates/objetivo.js.map +1 -0
- package/dist/application/upgrade-hub-mode-service.d.ts +27 -0
- package/dist/application/upgrade-hub-mode-service.d.ts.map +1 -0
- package/dist/application/upgrade-hub-mode-service.js +114 -0
- package/dist/application/upgrade-hub-mode-service.js.map +1 -0
- package/dist/application/workspace-mode-service.d.ts +17 -0
- package/dist/application/workspace-mode-service.d.ts.map +1 -0
- package/dist/application/workspace-mode-service.js +39 -0
- package/dist/application/workspace-mode-service.js.map +1 -0
- package/dist/cli/commands/checkpoint-write.d.ts +4 -0
- package/dist/cli/commands/checkpoint-write.d.ts.map +1 -0
- package/dist/cli/commands/checkpoint-write.js +25 -0
- package/dist/cli/commands/checkpoint-write.js.map +1 -0
- package/dist/cli/commands/decisiones-list.d.ts +3 -0
- package/dist/cli/commands/decisiones-list.d.ts.map +1 -0
- package/dist/cli/commands/decisiones-list.js +17 -0
- package/dist/cli/commands/decisiones-list.js.map +1 -0
- package/dist/cli/commands/dependencias-list.d.ts +3 -0
- package/dist/cli/commands/dependencias-list.d.ts.map +1 -0
- package/dist/cli/commands/dependencias-list.js +11 -0
- package/dist/cli/commands/dependencias-list.js.map +1 -0
- package/dist/cli/commands/dev-only.d.ts +6 -0
- package/dist/cli/commands/dev-only.d.ts.map +1 -0
- package/dist/cli/commands/dev-only.js +51 -0
- package/dist/cli/commands/dev-only.js.map +1 -0
- package/dist/cli/commands/history-data.d.ts +3 -0
- package/dist/cli/commands/history-data.d.ts.map +1 -0
- package/dist/cli/commands/history-data.js +17 -0
- package/dist/cli/commands/history-data.js.map +1 -0
- package/dist/cli/commands/history-update.d.ts +3 -0
- package/dist/cli/commands/history-update.d.ts.map +1 -0
- package/dist/cli/commands/history-update.js +37 -0
- package/dist/cli/commands/history-update.js.map +1 -0
- package/dist/cli/commands/hook.d.ts +3 -0
- package/dist/cli/commands/hook.d.ts.map +1 -0
- package/dist/cli/commands/hook.js +53 -0
- package/dist/cli/commands/hook.js.map +1 -0
- package/dist/cli/commands/mcp.d.ts +3 -0
- package/dist/cli/commands/mcp.d.ts.map +1 -0
- package/dist/cli/commands/mcp.js +56 -0
- package/dist/cli/commands/mcp.js.map +1 -0
- package/dist/cli/commands/multiroot.d.ts +4 -0
- package/dist/cli/commands/multiroot.d.ts.map +1 -0
- package/dist/cli/commands/multiroot.js +50 -0
- package/dist/cli/commands/multiroot.js.map +1 -0
- package/dist/cli/commands/objetivo-data.d.ts +3 -0
- package/dist/cli/commands/objetivo-data.d.ts.map +1 -0
- package/dist/cli/commands/objetivo-data.js +11 -0
- package/dist/cli/commands/objetivo-data.js.map +1 -0
- package/dist/cli/commands/orchestration.d.ts +5 -0
- package/dist/cli/commands/orchestration.d.ts.map +1 -0
- package/dist/cli/commands/orchestration.js +84 -0
- package/dist/cli/commands/orchestration.js.map +1 -0
- package/dist/cli/commands/plugin-doctor.d.ts +3 -0
- package/dist/cli/commands/plugin-doctor.d.ts.map +1 -0
- package/dist/cli/commands/plugin-doctor.js +29 -0
- package/dist/cli/commands/plugin-doctor.js.map +1 -0
- package/dist/cli/commands/project-md-upsert.d.ts +3 -0
- package/dist/cli/commands/project-md-upsert.d.ts.map +1 -0
- package/dist/cli/commands/project-md-upsert.js +132 -0
- package/dist/cli/commands/project-md-upsert.js.map +1 -0
- package/dist/cli/commands/release-data.d.ts +3 -0
- package/dist/cli/commands/release-data.d.ts.map +1 -0
- package/dist/cli/commands/release-data.js +27 -0
- package/dist/cli/commands/release-data.js.map +1 -0
- package/dist/cli/commands/self.d.ts +3 -0
- package/dist/cli/commands/self.d.ts.map +1 -0
- package/dist/cli/commands/self.js +41 -0
- package/dist/cli/commands/self.js.map +1 -0
- package/dist/cli/commands/session-artifacts.d.ts +3 -0
- package/dist/cli/commands/session-artifacts.d.ts.map +1 -0
- package/dist/cli/commands/session-artifacts.js +17 -0
- package/dist/cli/commands/session-artifacts.js.map +1 -0
- package/dist/cli/commands/session-close.d.ts +3 -0
- package/dist/cli/commands/session-close.d.ts.map +1 -0
- package/dist/cli/commands/session-close.js +43 -0
- package/dist/cli/commands/session-close.js.map +1 -0
- package/dist/cli/commands/session-create.d.ts +3 -0
- package/dist/cli/commands/session-create.d.ts.map +1 -0
- package/dist/cli/commands/session-create.js +42 -0
- package/dist/cli/commands/session-create.js.map +1 -0
- package/dist/cli/commands/session-resume.d.ts +3 -0
- package/dist/cli/commands/session-resume.d.ts.map +1 -0
- package/dist/cli/commands/session-resume.js +11 -0
- package/dist/cli/commands/session-resume.js.map +1 -0
- package/dist/cli/commands/sessions.d.ts +4 -0
- package/dist/cli/commands/sessions.d.ts.map +1 -0
- package/dist/cli/commands/sessions.js +26 -0
- package/dist/cli/commands/sessions.js.map +1 -0
- package/dist/cli/commands/tasks-data.d.ts +3 -0
- package/dist/cli/commands/tasks-data.d.ts.map +1 -0
- package/dist/cli/commands/tasks-data.js +20 -0
- package/dist/cli/commands/tasks-data.js.map +1 -0
- package/dist/cli/commands/wave2-extras.d.ts +7 -0
- package/dist/cli/commands/wave2-extras.d.ts.map +1 -0
- package/dist/cli/commands/wave2-extras.js +87 -0
- package/dist/cli/commands/wave2-extras.js.map +1 -0
- package/dist/cli/commands/wave2-final.d.ts +8 -0
- package/dist/cli/commands/wave2-final.d.ts.map +1 -0
- package/dist/cli/commands/wave2-final.js +134 -0
- package/dist/cli/commands/wave2-final.js.map +1 -0
- package/dist/cli/commands/wave4d-simple.d.ts +6 -0
- package/dist/cli/commands/wave4d-simple.d.ts.map +1 -0
- package/dist/cli/commands/wave4d-simple.js +133 -0
- package/dist/cli/commands/wave4d-simple.js.map +1 -0
- package/dist/cli/interactive-menu.d.ts +9 -0
- package/dist/cli/interactive-menu.d.ts.map +1 -0
- package/dist/cli/interactive-menu.js +17 -0
- package/dist/cli/interactive-menu.js.map +1 -0
- package/dist/cli/main.d.ts +3 -0
- package/dist/cli/main.d.ts.map +1 -0
- package/dist/cli/main.js +208 -0
- package/dist/cli/main.js.map +1 -0
- package/dist/cli/parser.d.ts +17 -0
- package/dist/cli/parser.d.ts.map +1 -0
- package/dist/cli/parser.js +125 -0
- package/dist/cli/parser.js.map +1 -0
- package/dist/cli/registry.d.ts +15 -0
- package/dist/cli/registry.d.ts.map +1 -0
- package/dist/cli/registry.js +16 -0
- package/dist/cli/registry.js.map +1 -0
- package/dist/cli/render.d.ts +6 -0
- package/dist/cli/render.d.ts.map +1 -0
- package/dist/cli/render.js +13 -0
- package/dist/cli/render.js.map +1 -0
- package/dist/cli/types.d.ts +17 -0
- package/dist/cli/types.d.ts.map +1 -0
- package/dist/cli/types.js +2 -0
- package/dist/cli/types.js.map +1 -0
- package/dist/domain/plugin.d.ts +21 -0
- package/dist/domain/plugin.d.ts.map +1 -0
- package/dist/domain/plugin.js +2 -0
- package/dist/domain/plugin.js.map +1 -0
- package/dist/domain/project.d.ts +22 -0
- package/dist/domain/project.d.ts.map +1 -0
- package/dist/domain/project.js +2 -0
- package/dist/domain/project.js.map +1 -0
- package/dist/domain/session.d.ts +39 -0
- package/dist/domain/session.d.ts.map +1 -0
- package/dist/domain/session.js +2 -0
- package/dist/domain/session.js.map +1 -0
- package/dist/domain/types.d.ts +16 -0
- package/dist/domain/types.d.ts.map +1 -0
- package/dist/domain/types.js +2 -0
- package/dist/domain/types.js.map +1 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/ports/env.d.ts +6 -0
- package/dist/ports/env.d.ts.map +1 -0
- package/dist/ports/env.js +2 -0
- package/dist/ports/env.js.map +1 -0
- package/dist/ports/file-system.d.ts +20 -0
- package/dist/ports/file-system.d.ts.map +1 -0
- package/dist/ports/file-system.js +2 -0
- package/dist/ports/file-system.js.map +1 -0
- package/dist/ports/git.d.ts +15 -0
- package/dist/ports/git.d.ts.map +1 -0
- package/dist/ports/git.js +2 -0
- package/dist/ports/git.js.map +1 -0
- package/dist/ports/process.d.ts +16 -0
- package/dist/ports/process.d.ts.map +1 -0
- package/dist/ports/process.js +2 -0
- package/dist/ports/process.js.map +1 -0
- package/dist/runtime/config-service.d.ts +19 -0
- package/dist/runtime/config-service.d.ts.map +1 -0
- package/dist/runtime/config-service.js +145 -0
- package/dist/runtime/config-service.js.map +1 -0
- package/dist/runtime/namespace-resolver.d.ts +18 -0
- package/dist/runtime/namespace-resolver.d.ts.map +1 -0
- package/dist/runtime/namespace-resolver.js +58 -0
- package/dist/runtime/namespace-resolver.js.map +1 -0
- package/dist/runtime/namespace.d.ts +7 -0
- package/dist/runtime/namespace.d.ts.map +1 -0
- package/dist/runtime/namespace.js +12 -0
- package/dist/runtime/namespace.js.map +1 -0
- package/dist/runtime/types.d.ts +43 -0
- package/dist/runtime/types.d.ts.map +1 -0
- package/dist/runtime/types.js +8 -0
- package/dist/runtime/types.js.map +1 -0
- package/package.json +57 -0
- package/skills/agent-workflow/LICENSE +21 -0
- package/skills/agent-workflow/MANUAL-FUNCIONAL.md +298 -0
- package/skills/agent-workflow/MANUAL-TECNICO.md +271 -0
- package/skills/agent-workflow/README.md +74 -0
- package/skills/agent-workflow/SKILL.md +111 -0
- package/skills/agent-workflow/docs/TEST-PLAN.md +163 -0
- package/skills/agent-workflow/references/checkpoint.md +59 -0
- package/skills/agent-workflow/references/dev-only.md +50 -0
- package/skills/agent-workflow/references/doctor.md +61 -0
- package/skills/agent-workflow/references/history.md +40 -0
- package/skills/agent-workflow/references/hooks.md +35 -0
- package/skills/agent-workflow/references/mcp.md +31 -0
- package/skills/agent-workflow/references/objetivo-tasks.md +64 -0
- package/skills/agent-workflow/references/orchestration.md +86 -0
- package/skills/agent-workflow/references/self.md +68 -0
- package/skills/agent-workflow/references/session-mgmt.md +109 -0
- package/skills/agent-workflow/references/sources.md +102 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Orchestration
|
|
2
|
+
|
|
3
|
+
Decision-support commands the lifecycle skill uses during planning and execution: when to plan, when the topic changed, which specialty to compose, what phase you are in, what the workspace stack looks like.
|
|
4
|
+
|
|
5
|
+
## auto-plan-decide
|
|
6
|
+
|
|
7
|
+
Decide whether an OBJETIVO needs full planning, lite planning, or skip-to-execution. Returns a recommendation plus an estimated effort in hours.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
agent-workflow auto-plan-decide --objetivo "Bug: login redirect loop"
|
|
11
|
+
agent-workflow auto-plan-decide --objetivo-file .qtc/sessions/sessionNNN-.../OBJETIVO.md
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Output:
|
|
15
|
+
|
|
16
|
+
```json
|
|
17
|
+
{ "scope": "lite", "rationale": "...", "eta_hours": 2.0 }
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
`scope` is one of `skip` | `lite` | `full`.
|
|
21
|
+
|
|
22
|
+
## topic-change-check
|
|
23
|
+
|
|
24
|
+
Detect whether a fresh user request diverges from the active session's OBJETIVO. Used to suggest opening a new session instead of polluting the current one.
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
agent-workflow topic-change-check \
|
|
28
|
+
--objetivo-file .qtc/sessions/sessionNNN/OBJETIVO.md \
|
|
29
|
+
--request "Quiero refactorizar el módulo de pagos"
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Both `--objetivo` (or `--objetivo-file`) and `--request` are required.
|
|
33
|
+
|
|
34
|
+
## specialty-choose
|
|
35
|
+
|
|
36
|
+
Recommend specialty skills (and whether to invoke them explicitly) for a given phase + OBJETIVO. The host plugin can register specialty workflows; this command surfaces the matches.
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
agent-workflow specialty-choose --phase execution --objetivo "Construir CRUD de productos"
|
|
40
|
+
agent-workflow specialty-choose --phase planning --objetivo-file path/to/OBJETIVO.md
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
`--phase` is required. `--objetivo` (or `--objetivo-file`) is optional but recommended.
|
|
44
|
+
|
|
45
|
+
## phase-detect
|
|
46
|
+
|
|
47
|
+
Suggest the current session phase from the artifacts on disk (no mutation). Inspects which of `OBJETIVO.md`, `TASKS.md`, `DECISIONES.md`, `CHECKPOINT.md`, etc. are present and how complete they are.
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
agent-workflow phase-detect --code session035
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## phase-next
|
|
54
|
+
|
|
55
|
+
Advance the session phase to the next slot in the lifecycle (planning → execution → validation → closure). Mutates the project block. May emit two JSON objects: project-md upsert + phase-next result.
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
agent-workflow phase-next --code session035
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## stack
|
|
62
|
+
|
|
63
|
+
Detect the project stack — language, framework, database, build tool — by scanning the project root.
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
agent-workflow stack
|
|
67
|
+
agent-workflow stack --project-dir /Users/me/Git/some-repo
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## workflows
|
|
71
|
+
|
|
72
|
+
Dump registered specialty workflows. Empty when no flow plugin is loaded; useful for diagnostics.
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
agent-workflow workflows
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## skill-index
|
|
79
|
+
|
|
80
|
+
Lazy-load the skill index of the host plugin (frontmatter only — does not load skill bodies).
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
agent-workflow skill-index --plugin-root /Users/me/Git/core-workflow-plugin
|
|
84
|
+
agent-workflow skill-index --plugin-root /path --flow dev
|
|
85
|
+
agent-workflow skill-index --plugin-root /path --exported-only
|
|
86
|
+
```
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Self — manage the CLI itself
|
|
2
|
+
|
|
3
|
+
`agent-workflow self <subcommand>` covers tasks that target the CLI binary itself: namespace inspection, install diagnostics, in-place upgrade, and skill installation.
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
agent-workflow self <namespace|doctor|update|install-skill>
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## self namespace
|
|
10
|
+
|
|
11
|
+
Print the resolved namespace and the source it came from (env / flag / config / default).
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
agent-workflow self namespace
|
|
15
|
+
|
|
16
|
+
# Result:
|
|
17
|
+
# { "namespace": "qtc", "source": "env", "expected_paths": { "user_dir": "~/.qtc", "workspace": ".qtc" } }
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Use this when paths look wrong — it tells you exactly which override won the precedence chain.
|
|
21
|
+
|
|
22
|
+
## self doctor
|
|
23
|
+
|
|
24
|
+
Health check the CLI install: binary location, Node version, namespace config, expected paths, and whether the skill is installed under `~/.claude/skills/agent-workflow/`.
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
agent-workflow self doctor
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Returns a structured report. Non-zero exit when something is broken.
|
|
31
|
+
|
|
32
|
+
## self update
|
|
33
|
+
|
|
34
|
+
Wraps `npm install -g @tacuchi/agent-workflow-cli@latest`. Confirms interactively when stdout is a TTY.
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
agent-workflow self update
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Skips confirmation in non-TTY contexts. Failures from the underlying `npm` invocation propagate.
|
|
41
|
+
|
|
42
|
+
## self install-skill
|
|
43
|
+
|
|
44
|
+
Copy the bundled skill (shipped inside the CLI tarball) to `~/.claude/skills/agent-workflow/`. After installation the skill is auto-discovered by Claude Code on next session start.
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
# Default — copy from the bundled location inside the CLI tarball
|
|
48
|
+
agent-workflow self install-skill
|
|
49
|
+
|
|
50
|
+
# Override the source (local checkout, fork)
|
|
51
|
+
agent-workflow self install-skill --from /Users/me/Git/agent-workflow-cli/skills/agent-workflow
|
|
52
|
+
|
|
53
|
+
# Overwrite an existing install
|
|
54
|
+
agent-workflow self install-skill --force
|
|
55
|
+
|
|
56
|
+
# Print the plan without executing
|
|
57
|
+
agent-workflow self install-skill --dry-run
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
Flags:
|
|
61
|
+
|
|
62
|
+
| Flag | Default | Notes |
|
|
63
|
+
|---|---|---|
|
|
64
|
+
| `--from <path>` | bundled location inside the CLI tarball | Accepts a local filesystem path only. Remote URLs are no longer supported — the skill is bundled-only. |
|
|
65
|
+
| `--force` | off | Required to overwrite an existing `~/.claude/skills/agent-workflow/` directory. |
|
|
66
|
+
| `--dry-run` | off | Print the resolved source/destination and exit without copying. |
|
|
67
|
+
|
|
68
|
+
The installer validates that the source contains a `SKILL.md` with valid frontmatter (`name`, `description`) before copying.
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Session management
|
|
2
|
+
|
|
3
|
+
Commands that create, list, resume, and close sessions, plus the consolidated artifact dump.
|
|
4
|
+
|
|
5
|
+
A session lives at `<workspace>/.<namespace>/sessions/sessionNNN-<flow>-<slug>/` and is registered as a row in `<workspace>/.<namespace>/HISTORY.md` plus an entry in the `<NS>-PROJECT` block of `CLAUDE.md` / `AGENTS.md`.
|
|
6
|
+
|
|
7
|
+
## sessions
|
|
8
|
+
|
|
9
|
+
List sessions with state counts and the next correlative number.
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
agent-workflow sessions
|
|
13
|
+
agent-workflow sessions --state active
|
|
14
|
+
agent-workflow sessions --state closed
|
|
15
|
+
agent-workflow sessions --all # alias of --state all
|
|
16
|
+
agent-workflow sessions --include-legacy # also walk .claude/.codex legacy folders
|
|
17
|
+
agent-workflow sessions --verbose # include extra metadata per session
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Output (truncated):
|
|
21
|
+
|
|
22
|
+
```json
|
|
23
|
+
{
|
|
24
|
+
"namespace": "agent-workflow",
|
|
25
|
+
"next_number": 36,
|
|
26
|
+
"active": [{ "code": "session035", "folder": "...", "flow": "dev" }],
|
|
27
|
+
"closed_count": 34,
|
|
28
|
+
"total": 35
|
|
29
|
+
}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## session-create
|
|
33
|
+
|
|
34
|
+
Create a new session: scaffolds the folder, writes a stub `OBJETIVO.md`, adds a row to `HISTORY.md`, and registers the session in the project block. Returns the upserted project block JSON.
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
agent-workflow session-create \
|
|
38
|
+
--flow dev \
|
|
39
|
+
--name fix-login-loop \
|
|
40
|
+
--objetivo "Resolver redirect loop tras login en producción"
|
|
41
|
+
|
|
42
|
+
# With phased / refactor metadata:
|
|
43
|
+
agent-workflow session-create --flow dev --name normalize-codusuario \
|
|
44
|
+
--tipo refactor \
|
|
45
|
+
--branches "core:feature/normalize,solicitud:feature/normalize"
|
|
46
|
+
|
|
47
|
+
# Origen handoff (this session continues from a previous one):
|
|
48
|
+
agent-workflow session-create --flow dev --name aw-skill-repo \
|
|
49
|
+
--from "design:034"
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Flags:
|
|
53
|
+
|
|
54
|
+
| Flag | Required | Notes |
|
|
55
|
+
|---|---|---|
|
|
56
|
+
| `--flow <core\|dev\|design\|analyze>` | yes | Determines slug prefix and downstream specialty composition. |
|
|
57
|
+
| `--name <slug>` | yes | Kebab-case; becomes the session slug suffix. |
|
|
58
|
+
| `--objetivo <text>` | yes | Free-form requirement description that lands in `OBJETIVO.md`. |
|
|
59
|
+
| `--branches <alias:branch[,alias:branch]>` | no | Pre-fills the work branch table. |
|
|
60
|
+
| `--from <flow:NNN>` | no | Records origin handoff. |
|
|
61
|
+
| `--tipo <feature\|refactor\|bugfix>` | no | Persisted in `OBJETIVO.md` for dev sessions. |
|
|
62
|
+
| `--modalidad <tecnica\|datos\|incidente>` | no | Persisted for analyze sessions. |
|
|
63
|
+
|
|
64
|
+
## session-resume
|
|
65
|
+
|
|
66
|
+
Load the resume payload (objetivo + phase) for a session.
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
agent-workflow session-resume # active session in workspace
|
|
70
|
+
agent-workflow session-resume --code session035 # explicit code
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Use this for the cold-start flow when you do not have a CHECKPOINT.md yet (newer sessions: prefer `checkpoint-read` + `resume-summary`).
|
|
74
|
+
|
|
75
|
+
## session-close
|
|
76
|
+
|
|
77
|
+
Close a session: marks the HISTORY row as closed and removes the entry from `<NS>-PROJECT`. Emits two JSON objects on stdout (project-md upsert first, then close result), mirroring the legacy Python contract.
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
agent-workflow session-close --code session035
|
|
81
|
+
agent-workflow session-close --code session035 \
|
|
82
|
+
--graduated-decisions "DEC-007,DEC-009" \
|
|
83
|
+
--graduated-plan "TASKS" \
|
|
84
|
+
--graduated-scripts "019" \
|
|
85
|
+
--refs "[CHECKPOINT](.qtc/sessions/session035-dev-aw-skill-repo/CHECKPOINT.md)"
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
Flags:
|
|
89
|
+
|
|
90
|
+
| Flag | Notes |
|
|
91
|
+
|---|---|
|
|
92
|
+
| `--code <sessionNNN>` | Required if multiple active sessions. |
|
|
93
|
+
| `--graduated-decisions <list>` | Comma-separated DEC-NNN ids that were promoted to `docs/decisiones/`. |
|
|
94
|
+
| `--graduated-plan <slug>` | Marks plan graduation (typically `TASKS`). |
|
|
95
|
+
| `--graduated-scripts <NNN>` | SQL release bundle correlative if applicable. |
|
|
96
|
+
| `--graduated-design <slug>` | Design entrega graduation. |
|
|
97
|
+
| `--graduated-rfc <slug>` | RFC graduation. |
|
|
98
|
+
| `--refs <markdown>` | Replace the auto-generated Refs cell in HISTORY.md. |
|
|
99
|
+
|
|
100
|
+
## session-artifacts
|
|
101
|
+
|
|
102
|
+
Consolidated dump of a session's artifacts (OBJETIVO + TASKS + flags). Useful for prompt context or for debugging when you want everything at once.
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
agent-workflow session-artifacts --code session035
|
|
106
|
+
agent-workflow session-artifacts --code session035 --verbose
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Flags: `--code <sessionNNN>`, `--verbose`.
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Sources, branches, project block, multi-root
|
|
2
|
+
|
|
3
|
+
Workspace state lives in the `<NS>-PROJECT` block of `CLAUDE.md` / `AGENTS.md`. These commands read or update that state, plus surface git context for declared sources.
|
|
4
|
+
|
|
5
|
+
## sources
|
|
6
|
+
|
|
7
|
+
List sources from the project block, enriched with git status (current branch, dirty flag, ahead/behind).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
agent-workflow sources
|
|
11
|
+
agent-workflow sources --no-git # skip git enrichment (fast)
|
|
12
|
+
agent-workflow sources --session session035 # constrain to sources of a session
|
|
13
|
+
agent-workflow sources --scope core,dev,design # filter by alias
|
|
14
|
+
agent-workflow sources --flow dev # heuristic source filtering by flow
|
|
15
|
+
agent-workflow sources --verbose
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## check-branch
|
|
19
|
+
|
|
20
|
+
Verify a source branch matches the expected work branch declared in the project block.
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
agent-workflow check-branch --source core # by alias
|
|
24
|
+
agent-workflow check-branch --path /Users/me/Git/foo # by path
|
|
25
|
+
agent-workflow check-branch --file /Users/me/Git/foo/src/x.ts # by descendant file
|
|
26
|
+
agent-workflow check-branch --source core --strict # exit 2 on mismatch
|
|
27
|
+
agent-workflow check-branch --source core --session session035
|
|
28
|
+
agent-workflow check-branch --source core --flow dev
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Returns `{ match: true|false, expected, current, ... }`. `--strict` makes mismatch cause a non-zero exit.
|
|
32
|
+
|
|
33
|
+
## workspace-mode
|
|
34
|
+
|
|
35
|
+
Read the workspace mode (`project` vs `hub`) plus declared sources and current working branches.
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
agent-workflow workspace-mode
|
|
39
|
+
agent-workflow workspace-mode --verbose
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
`hub` mode means the workspace coordinates ≥2 sources (the project block has a `Mode: hub` marker). Otherwise `project`.
|
|
43
|
+
|
|
44
|
+
## project-md-upsert
|
|
45
|
+
|
|
46
|
+
Read or update the `<NS>-PROJECT` block.
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# Read mode
|
|
50
|
+
agent-workflow project-md-upsert --read
|
|
51
|
+
agent-workflow project-md-upsert --read --verbose
|
|
52
|
+
|
|
53
|
+
# Init the block (creates it if missing)
|
|
54
|
+
agent-workflow project-md-upsert --init --proyecto "Marketplace" --mode hub
|
|
55
|
+
|
|
56
|
+
# Add a session entry
|
|
57
|
+
agent-workflow project-md-upsert --add-session sessionNNN-dev-foo \
|
|
58
|
+
--phase planning --branches "core:feature/foo,dev:feature/foo"
|
|
59
|
+
|
|
60
|
+
# Update the phase of an existing session
|
|
61
|
+
agent-workflow project-md-upsert --update-phase --add-session sessionNNN-dev-foo --phase execution
|
|
62
|
+
|
|
63
|
+
# Remove a session
|
|
64
|
+
agent-workflow project-md-upsert --remove-session sessionNNN-dev-foo
|
|
65
|
+
|
|
66
|
+
# Set a working branch
|
|
67
|
+
agent-workflow project-md-upsert --working-branch "core:feature/custom-CLI"
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Operations are mutually exclusive — pick one of `--read | --init | --add-session | --remove-session | --update-phase`.
|
|
71
|
+
|
|
72
|
+
## upgrade-hub-mode
|
|
73
|
+
|
|
74
|
+
Detect when ≥2 sources are declared in a workspace stuck in `project` mode and apply the `Mode: hub` upgrade.
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
agent-workflow upgrade-hub-mode --dry-run # preview only
|
|
78
|
+
agent-workflow upgrade-hub-mode # apply
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## attach-multiroot
|
|
82
|
+
|
|
83
|
+
Configure multi-root visibility for the host harness (Claude Code + Codex CLI). Useful when a hub workspace coordinates folders that live outside the primary root.
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
agent-workflow attach-multiroot --from-sources # use declared sources
|
|
87
|
+
agent-workflow attach-multiroot --path /Users/me/Git/core --path /Users/me/Git/dev
|
|
88
|
+
agent-workflow attach-multiroot --paths "/Users/me/Git/core,/Users/me/Git/dev"
|
|
89
|
+
agent-workflow attach-multiroot --from-sources --global # write to user-level config
|
|
90
|
+
agent-workflow attach-multiroot --from-sources --workspace foo # named workspace slot
|
|
91
|
+
agent-workflow attach-multiroot --from-sources --skip-codex # only Claude Code
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## detach-multiroot
|
|
95
|
+
|
|
96
|
+
Reverse of `attach-multiroot`.
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
agent-workflow detach-multiroot --from-sources
|
|
100
|
+
agent-workflow detach-multiroot --path /Users/me/Git/core
|
|
101
|
+
agent-workflow detach-multiroot --global --workspace foo
|
|
102
|
+
```
|