@christianmaf80/agentic-workflow 1.41.0-beta.11 → 1.42.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.es.md +13 -94
- package/README.md +14 -94
- package/RELEASE_PROCESS.md +3 -6
- package/bin/cli.js +31 -72
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/acceptance.md +70 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-scores.md +22 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/1-dev-agent-scaffold.md +106 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/2-dev-agent-manifest-command.md +105 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/3-dev-agent-marketplace-evidence.md +103 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/4-qa-agent-verify-build.md +103 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/analysis.md +197 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/architect/review.md +131 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/changelog.md +26 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/metrics.md +40 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/plan.md +175 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/researcher/research.md +157 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/results-acceptance.md +168 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/task.md +119 -0
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/verification.md +79 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/analysis.md +24 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/roadmap-audit.md +34 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/task.md +58 -0
- package/dist/agent/artifacts/12-npm-workspaces/acceptance.md +78 -0
- package/dist/agent/artifacts/12-npm-workspaces/analysis.md +179 -0
- package/dist/agent/artifacts/12-npm-workspaces/plan.md +237 -0
- package/dist/agent/artifacts/12-npm-workspaces/researcher/research.md +186 -0
- package/dist/agent/artifacts/12-npm-workspaces/task.md +126 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/acceptance.md +75 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/researcher/research.md +121 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/task.md +104 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/acceptance.md +75 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/architect/analysis.md +90 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/planner/implementation_plan.md +44 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/researcher/research.md +113 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/task.md +107 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verification/walkthrough.md +37 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verifier/walkthrough.md +0 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/acceptance.md +68 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/1-dev-agent-contribution-points-assets.md +107 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/2-dev-agent-webview-provider.md +106 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/3-dev-agent-webview-ui.md +104 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/4-dev-agent-chat-participant.md +104 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/5-dev-agent-migrate-to-root.md +103 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-1-dev-agent-chat-participant-types.md +108 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-2-dev-agent-view-container-id.md +106 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-3-dev-agent-container-id-lowercase.md +105 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-4-dev-agent-container-id-hyphen.md +105 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-5-dev-agent-view-type-webview.md +103 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/analysis.md +179 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/architect/review.md +118 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/plan.md +171 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/researcher/research.md +113 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/results-acceptance.md +171 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/task.md +119 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/verification.md +85 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/acceptance.md +69 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-scores.md +23 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/1-dev-agent-create-project.md +89 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/2-dev-agent-contributes-activitybar.md +88 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/3-dev-agent-webview-panel.md +88 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/4-dev-agent-chat-participant.md +88 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/5-dev-agent-launch-config.md +90 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/fix-1-dev-agent-view-container-ids.md +90 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/analysis.md +175 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/architect/review.md +118 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/changelog.md +26 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/metrics.md +43 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/plan.md +167 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/researcher/research.md +115 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/results-acceptance.md +122 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/task.md +119 -0
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/verification.md +85 -0
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/acceptance.md +67 -0
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/architect/implementation.md +31 -0
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/brief.md +103 -0
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/closure.md +101 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/acceptance.md +72 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-scores.md +20 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/1-dev-agent-reestructurar-carpetas.md +101 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/2-dev-agent-scaffolding-yeoman.md +111 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/3-dev-agent-merge-extension.md +110 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/4-dev-agent-merge-config.md +107 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/5-dev-agent-update-scripts.md +111 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/6-qa-agent-validation-install.md +108 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/7-dev-agent-fix-cli-entrypoint.md +104 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/8-qa-agent-validation-install-retry.md +106 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/analysis.md +125 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/architect/review.md +84 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/changelog.md +34 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/metrics.md +44 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/plan.md +157 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/researcher/research.md +105 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/results-acceptance.md +105 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/task.md +107 -0
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/verification.md +79 -0
- package/dist/agent/artifacts/6-release-beta-11/agent-tasks/1-dev-agent-release-bump.md +44 -0
- package/dist/agent/artifacts/6-release-beta-11/architect/implementation.md +37 -0
- package/dist/agent/artifacts/6-release-beta-11/brief.md +89 -0
- package/dist/agent/artifacts/6-release-beta-11/closure.md +83 -0
- package/dist/agent/artifacts/6-release-beta-11/task.md +65 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/acceptance.md +70 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-scores.md +24 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/1-vscode-specialist-scaffold-extension.md +99 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/2-vscode-specialist-update-manifest.md +101 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/3-vscode-specialist-webview-provider.md +96 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/4-vscode-specialist-activitybar-icon.md +95 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/5-qa-agent-manual-verify.md +97 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/analysis.md +195 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/architect/review.md +124 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/changelog.md +9 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/metrics.md +43 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/plan.md +181 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/researcher/research.md +118 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/results-acceptance.md +146 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/task.md +119 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/verification.md +81 -0
- package/dist/agent/artifacts/8-create-agentic-runtime-cli-first-as-the-single-execution-engine/task.md +126 -0
- package/dist/agent/artifacts/candidate/acceptance.md +23 -0
- package/dist/agent/artifacts/candidate/brief.md +39 -0
- package/dist/agent/artifacts/candidate/init.md +24 -0
- package/dist/agent/artifacts/candidate/task.md +5 -0
- package/dist/agent/artifacts/task-20260128-reorganize-structure/acceptance.md +68 -0
- package/dist/agent/artifacts/task-20260128-reorganize-structure/brief.md +100 -0
- package/dist/agent/artifacts/task-20260128-reorganize-structure/closure.md +40 -0
- package/dist/agent/artifacts/task-20260128-reorganize-structure/implementation.md +48 -0
- package/dist/agent/artifacts/task-20260128-reorganize-structure/task.md +66 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/acceptance.md +65 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-scores.md +26 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1-neo-agent-deps-chatkit.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/15-vscode-specialist-views-router.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1b-vscode-specialist-review-deps.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/2-neo-agent-local-server.md +111 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/22-vscode-specialist-external-js.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/23-qa-agent-coverage-tests.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/24-vscode-specialist-class-refactor.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/25-vscode-specialist-external-html.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/26-vscode-specialist-template-js-html.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/27-vscode-specialist-fix-loading-setup.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/28-vscode-specialist-webview-debug-setup.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/29-vscode-specialist-webview-logging.md +109 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/3-neo-agent-webview-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/30-vscode-specialist-csp-source.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/31-vscode-specialist-logging-prefix.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/32-vscode-specialist-logging-visibility.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/33-vscode-specialist-lit-setup.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/34-vscode-specialist-core-lit-base.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/35-vscode-specialist-lit-decorators-ts.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/36-vscode-specialist-lit-module-start.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/37-vscode-specialist-lit-ready-state.md +86 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/4-qa-agent-verification.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/5-vscode-specialist-api-key-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/6-vscode-specialist-refactor-protocol.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/7-qa-agent-unit-tests.md +104 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-10-vscode-specialist-api-key-handshake.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-11-vscode-specialist-api-key-button-style.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-12-vscode-specialist-key-gate-view.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-13-vscode-specialist-status-timeout.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-14-vscode-specialist-init-flow.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-16-vscode-specialist-view-context.md +87 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-17-vscode-specialist-clear-key-command.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-18-vscode-specialist-context-sync.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-19-vscode-specialist-setup-visible.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-20-vscode-specialist-loading-state.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-21-vscode-specialist-loading-label.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-8-vscode-specialist-api-key-detect.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-9-vscode-specialist-api-key-state.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/analysis.md +156 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/architect/review.md +141 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/changelog.md +30 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/metrics.md +43 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/plan.md +151 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/research.md +115 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/results-acceptance.md +171 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/verification.md +87 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/acceptance.md +64 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/architect/implementation.md +30 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/brief.md +102 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/closure.md +95 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/acceptance.md +68 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/architect/implementation.md +33 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/brief.md +104 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/closure.md +100 -0
- package/dist/agent/artifacts/task-beta-release/acceptance.md +23 -0
- package/dist/agent/artifacts/task-beta-release/brief.md +39 -0
- package/dist/agent/artifacts/task-beta-release/closure.md +29 -0
- package/dist/agent/artifacts/task-beta-release/init.md +26 -0
- package/dist/agent/artifacts/task-beta-release/task.md +64 -0
- package/dist/agent/index.md +69 -30
- package/dist/agent/rules/constitution/agents-behavior.md +110 -158
- package/dist/agent/rules/constitution/backend.md +27 -0
- package/dist/agent/rules/constitution/background.md +30 -0
- package/dist/agent/rules/constitution/clean-code.md +5 -6
- package/dist/agent/rules/constitution/modular-architecture.md +66 -0
- package/dist/agent/rules/constitution/view.md +41 -0
- package/dist/agent/rules/constitution/vscode-extensions.md +32 -0
- package/dist/agent/rules/roles/architect.md +1 -2
- package/dist/agent/rules/roles/backend.md +21 -0
- package/dist/agent/rules/roles/background.md +20 -0
- package/dist/agent/rules/roles/devops.md +20 -0
- package/dist/agent/rules/roles/engine.md +26 -0
- package/dist/agent/rules/roles/neo.md +12 -13
- package/dist/agent/rules/roles/researcher.md +2 -2
- package/dist/agent/rules/roles/view.md +22 -0
- package/dist/agent/rules/roles/vscode-specialist.md +24 -0
- package/dist/agent/templates/acceptance.md +19 -25
- package/dist/agent/templates/agent-task.md +39 -39
- package/dist/agent/templates/analysis.md +92 -92
- package/dist/agent/templates/brief.md +96 -0
- package/dist/agent/templates/changelog.md +8 -8
- package/dist/agent/templates/closure.md +95 -0
- package/dist/agent/templates/coding/coding-integration-report.md +102 -0
- package/dist/agent/templates/coding/coding-layer-report.md +78 -0
- package/dist/agent/templates/init.md +2 -23
- package/dist/agent/templates/planning.md +73 -73
- package/dist/agent/templates/research.md +43 -43
- package/dist/agent/templates/results-acceptance.md +94 -94
- package/dist/agent/templates/review.md +59 -59
- package/dist/agent/templates/subtask-implementation.md +29 -29
- package/dist/agent/templates/supplemental-report.md +0 -6
- package/dist/agent/templates/task-metrics.md +14 -14
- package/dist/agent/templates/task.md +18 -33
- package/dist/agent/templates/todo-item.md +23 -23
- package/dist/agent/workflows/coding/coding-backend.md +147 -0
- package/dist/agent/workflows/coding/coding-background.md +149 -0
- package/dist/agent/workflows/coding/coding-integration.md +174 -0
- package/dist/agent/workflows/coding/coding-view.md +151 -0
- package/dist/agent/workflows/init.md +93 -133
- package/dist/agent/workflows/scaffold-module.md +38 -0
- package/dist/agent/workflows/tasklifecycle-long/phase-0-acceptance-criteria.md +124 -134
- package/dist/agent/workflows/tasklifecycle-long/phase-1-research.md +103 -97
- package/dist/agent/workflows/tasklifecycle-long/phase-2-analysis.md +107 -102
- package/dist/agent/workflows/tasklifecycle-long/phase-3-planning.md +125 -120
- package/dist/agent/workflows/tasklifecycle-long/phase-4-implementation.md +121 -125
- package/dist/agent/workflows/tasklifecycle-long/phase-5-verification.md +105 -101
- package/dist/agent/workflows/tasklifecycle-long/phase-6-results-acceptance.md +82 -78
- package/dist/agent/workflows/tasklifecycle-long/phase-7-evaluation.md +84 -75
- package/dist/agent/workflows/tasklifecycle-long/phase-8-commit-push.md +94 -89
- package/dist/agent/workflows/tasklifecycle-short/short-phase-1-brief.md +117 -0
- package/dist/agent/workflows/tasklifecycle-short/short-phase-2-implementation.md +114 -0
- package/dist/agent/workflows/tasklifecycle-short/short-phase-3-closure.md +111 -0
- package/dist/cli/commands/create.js +4 -29
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/fork.js +45 -0
- package/dist/cli/commands/fork.js.map +1 -0
- package/dist/cli/commands/init.js +4 -78
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/mcp.js +3 -17
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/cli/commands/scaffold.js +57 -0
- package/dist/cli/commands/scaffold.js.map +1 -0
- package/dist/cli/index.js +0 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/infrastructure/context/manager.js +0 -2
- package/dist/infrastructure/context/manager.js.map +1 -1
- package/dist/infrastructure/index.js +0 -5
- package/dist/infrastructure/index.js.map +1 -1
- package/dist/runtime/engine/emitter.js +28 -0
- package/dist/runtime/engine/emitter.js.map +1 -0
- package/dist/runtime/engine/engine.js +128 -0
- package/dist/runtime/engine/engine.js.map +1 -0
- package/dist/runtime/engine/index.js +7 -0
- package/dist/runtime/engine/index.js.map +1 -0
- package/dist/runtime/engine/service.js +78 -0
- package/dist/runtime/engine/service.js.map +1 -0
- package/dist/runtime/engine/state-store.js +24 -0
- package/dist/runtime/engine/state-store.js.map +1 -0
- package/dist/runtime/{task-loader.js → engine/task-loader.js} +24 -5
- package/dist/runtime/engine/task-loader.js.map +1 -0
- package/dist/runtime/engine/workflow-loader.js +82 -0
- package/dist/runtime/engine/workflow-loader.js.map +1 -0
- package/dist/runtime/index.js +2 -4
- package/dist/runtime/index.js.map +1 -1
- package/dist/runtime/mcp/index.js +2 -0
- package/dist/runtime/mcp/index.js.map +1 -0
- package/dist/runtime/mcp/server.js +249 -0
- package/dist/runtime/mcp/server.js.map +1 -0
- package/media/agent-chat.svg +20 -0
- package/media/codicons/codicon.css +698 -0
- package/media/codicons/codicon.ttf +0 -0
- package/media/providers/claude.png +0 -0
- package/media/providers/gemini.png +0 -0
- package/media/providers/openai.png +0 -0
- package/package.json +125 -57
- package/dist/agent/DIAGRAMS.md +0 -183
- package/dist/agent/PRESENTATION.html +0 -369
- package/dist/agent/agentic_domain_structure.png +0 -0
- package/dist/agent/agentic_structure_deep_dive.png +0 -0
- package/dist/agent/agentic_structure_rules.png +0 -0
- package/dist/agent/agentic_system_hq_diagram.png +0 -0
- package/dist/agent/agents_and_tools_structure.png +0 -0
- package/dist/agent/artifacts/candidate/index.md +0 -26
- package/dist/agent/artifacts/index.md +0 -25
- package/dist/agent/conceptual_architecture.png +0 -0
- package/dist/agent/rules/constitution/index.md +0 -26
- package/dist/agent/rules/constitution/runtime-integration.md +0 -102
- package/dist/agent/rules/index.md +0 -70
- package/dist/agent/rules/roles/index.md +0 -44
- package/dist/agent/skills/index.md +0 -23
- package/dist/agent/skills/runtime-governance/SKILL.md +0 -62
- package/dist/agent/templates/analisis.md +0 -86
- package/dist/agent/templates/index.md +0 -43
- package/dist/agent/templates/plan.md +0 -49
- package/dist/agent/templates/qa-results.md +0 -70
- package/dist/agent/workflows/index.md +0 -30
- package/dist/agent/workflows/tasklifecycle-long/index.md +0 -172
- package/dist/agent/workflows/tasklifecycle-short/index.md +0 -77
- package/dist/agent/workflows/tasklifecycle-short/short-phase-1-analisis.md +0 -116
- package/dist/agent/workflows/tasklifecycle-short/short-phase-2-plan.md +0 -81
- package/dist/agent/workflows/tasklifecycle-short/short-phase-3-implementation.md +0 -115
- package/dist/agent/workflows/tasklifecycle-short/short-phase-4-qa-results.md +0 -84
- package/dist/cli/commands/bootstrap.js +0 -111
- package/dist/cli/commands/bootstrap.js.map +0 -1
- package/dist/cli/commands/register-mcp.js +0 -135
- package/dist/cli/commands/register-mcp.js.map +0 -1
- package/dist/infrastructure/context/index.js +0 -2
- package/dist/infrastructure/context/index.js.map +0 -1
- package/dist/infrastructure/logger/index.js +0 -41
- package/dist/infrastructure/logger/index.js.map +0 -1
- package/dist/infrastructure/mapping/index.js +0 -2
- package/dist/infrastructure/mapping/index.js.map +0 -1
- package/dist/infrastructure/migration/index.js +0 -4
- package/dist/infrastructure/migration/index.js.map +0 -1
- package/dist/infrastructure/utils/index.js +0 -2
- package/dist/infrastructure/utils/index.js.map +0 -1
- package/dist/mcp/emitter.js +0 -24
- package/dist/mcp/emitter.js.map +0 -1
- package/dist/mcp/handlers.js +0 -74
- package/dist/mcp/handlers.js.map +0 -1
- package/dist/mcp/index.js +0 -3
- package/dist/mcp/index.js.map +0 -1
- package/dist/mcp/resources.js +0 -69
- package/dist/mcp/resources.js.map +0 -1
- package/dist/mcp/server.js +0 -94
- package/dist/mcp/server.js.map +0 -1
- package/dist/mcp/tools.js +0 -189
- package/dist/mcp/tools.js.map +0 -1
- package/dist/runtime/frontmatter-sync.js +0 -100
- package/dist/runtime/frontmatter-sync.js.map +0 -1
- package/dist/runtime/reconcile.js +0 -37
- package/dist/runtime/reconcile.js.map +0 -1
- package/dist/runtime/runtime.js +0 -427
- package/dist/runtime/runtime.js.map +0 -1
- package/dist/runtime/task-loader.js.map +0 -1
- package/dist/runtime/task-resolver.js +0 -401
- package/dist/runtime/task-resolver.js.map +0 -1
- package/dist/runtime/write-guard.js +0 -200
- package/dist/runtime/write-guard.js.map +0 -1
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# SKILL: runtime-governance
|
|
2
|
-
|
|
3
|
-
> [!IMPORTANT]
|
|
4
|
-
> **Exclusividad**: Este skill es de uso exclusivo para el **architect-agent**.
|
|
5
|
-
> **Severidad**: PERMANENT
|
|
6
|
-
|
|
7
|
-
## Objetivo
|
|
8
|
-
Proveer al arquitecto de un conjunto de herramientas y procedimientos para garantizar que el LLM (y otros agentes) utilicen estrictamente el Runtime MCP para la gobernanza del workflow, detectando evasiones de forma reactiva.
|
|
9
|
-
|
|
10
|
-
## 1. Procedimiento de Trazabilidad (Step 0)
|
|
11
|
-
|
|
12
|
-
Cuando un workflow solicite "Verificar Trazabilidad", el arquitecto debe:
|
|
13
|
-
1. Llamar a `runtime_chat` o `runtime_emit_event` con un mensaje de activación (ej: "Verifying traceability for session [ID]").
|
|
14
|
-
2. Esperar la confirmación del runtime (`{status: "ok"}`).
|
|
15
|
-
3. Solo tras recibir confirmación, registrar `traceability.verified: true` en el artefacto correspondiente.
|
|
16
|
-
4. **Ruta obligatoria para init**:
|
|
17
|
-
- `runtime_run` **DEBE** llamarse con `taskPath: ".agent/artifacts/candidate"` (sin `/` final).
|
|
18
|
-
- **PROHIBIDO** usar:
|
|
19
|
-
- `.agent/artifacts/candidate/`
|
|
20
|
-
- `.agent/artifacts/candidate/init.md`
|
|
21
|
-
5. **Completar init vía Runtime (OBLIGATORIO)**:
|
|
22
|
-
- Tras `runtime_run`, llamar a `runtime_update_init` con los datos recolectados.
|
|
23
|
-
- El init candidate **NO** puede quedar con placeholders `{{...}}`.
|
|
24
|
-
|
|
25
|
-
## 2. Huella Digital de Gobernanza (Obligatoria)
|
|
26
|
-
|
|
27
|
-
Antes de cada transición de fase (Gate), el arquitecto debe asegurar que los logs de stderr contienen la siguiente secuencia para el `runId` actual:
|
|
28
|
-
|
|
29
|
-
1. `runtime_run`: Debe existir para la tarea activa.
|
|
30
|
-
2. `runtime_update_init`: Debe existir para init antes de validar gate.
|
|
31
|
-
2. `runtime_validate_gate`: Llamado antes del `notify_user` de fin de fase.
|
|
32
|
-
3. `runtime_advance_phase`: Llamado inmediatamente después de recibir el "SI" del usuario.
|
|
33
|
-
|
|
34
|
-
## 2. Detección Reactiva de Bypasses
|
|
35
|
-
|
|
36
|
-
El arquitecto debe comparar el estado del sistema de archivos con los logs obtenidos mediante `debug_read_logs`:
|
|
37
|
-
|
|
38
|
-
- **Anomalía A**: Existe un artefacto de fase (ej: `planning.md`) cuyas marcas de tiempo son posteriores a un mensaje de chat de aprobación, pero **NO** hay registro de `runtime_advance_phase`.
|
|
39
|
-
- **Anomalía B**: El archivo `task.md` marca un paso como completado (`[x]`) sin que el log de runtime muestre la actividad correspondiente en esa ventana temporal.
|
|
40
|
-
- **Anomalía C (Init)**: El init candidate contiene placeholders `{{...}}` o no hay log de `runtime_update_init`.
|
|
41
|
-
|
|
42
|
-
**Acción ante Bypass**:
|
|
43
|
-
- Invalidar la fase actual.
|
|
44
|
-
- Realizar rollback de los archivos modificados sin gobernanza.
|
|
45
|
-
- Notificar al usuario la violación de gobernanza y solicitar re-ejecución del gate.
|
|
46
|
-
|
|
47
|
-
## 3. Procedimiento de Validación de Gate
|
|
48
|
-
|
|
49
|
-
1. Cargar el artefacto de la fase (ej: `analysis.md`).
|
|
50
|
-
2. Llamar a `runtime_validate_gate` con `expectedPhase`.
|
|
51
|
-
3. Si el runtime falla (error visualizado en stdout), **CORREGIR** el artefacto antes de pedir aprobación al usuario.
|
|
52
|
-
4. Una vez aprobado por el usuario, llamar a `runtime_advance_phase`.
|
|
53
|
-
|
|
54
|
-
## 4. Auditoría de Logs (Checklist)
|
|
55
|
-
|
|
56
|
-
Para verificar que el sistema está funcionando, busca estos patrones en los logs:
|
|
57
|
-
- `[INFO] [MCP] Server started` -> Servidor activo.
|
|
58
|
-
- `[INFO] [Runtime] Chat message received` -> Comunicación activa.
|
|
59
|
-
- `[INFO] [MCP] Tool called: runtime_...` -> Uso de herramientas.
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
*Garantizando la integridad del proceso agentic-workflow.*
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
artifact: analisis
|
|
3
|
-
phase: short-phase-1-analisis
|
|
4
|
-
owner: architect-agent
|
|
5
|
-
implementation_owner: architect-agent
|
|
6
|
-
status: draft | approved
|
|
7
|
-
related_task: <taskId>-<taskTitle>
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Analisis — <taskId>-<taskTitle>
|
|
11
|
-
|
|
12
|
-
## Identificacion del agente (OBLIGATORIA)
|
|
13
|
-
Primera linea del documento:
|
|
14
|
-
`<icono> **<nombre-agente>**: <mensaje>`
|
|
15
|
-
|
|
16
|
-
## 1. Identificacion de la tarea
|
|
17
|
-
|
|
18
|
-
**Titulo**: <titulo de la tarea>
|
|
19
|
-
**Objetivo**: <objetivo principal>
|
|
20
|
-
**Estrategia**: Short
|
|
21
|
-
**Owner de implementacion**: <agent-id> (por defecto: architect-agent)
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
## 2. Las 5 Preguntas Obligatorias
|
|
26
|
-
|
|
27
|
-
| # | Pregunta (formulada por architect) | Respuesta (del desarrollador) |
|
|
28
|
-
|---|-----------------------------------|-------------------------------|
|
|
29
|
-
| 1 | | |
|
|
30
|
-
| 2 | | |
|
|
31
|
-
| 3 | | |
|
|
32
|
-
| 4 | | |
|
|
33
|
-
| 5 | | |
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
## 3. Acceptance Criteria
|
|
38
|
-
|
|
39
|
-
Derivados de las respuestas anteriores:
|
|
40
|
-
|
|
41
|
-
1. **Alcance**:
|
|
42
|
-
2. **Entradas/Datos**:
|
|
43
|
-
3. **Salidas esperadas**:
|
|
44
|
-
4. **Restricciones**:
|
|
45
|
-
5. **Criterio de Done**:
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
## 4. Analisis simplificado
|
|
50
|
-
|
|
51
|
-
### Estado actual (As-Is)
|
|
52
|
-
- Estructura afectada:
|
|
53
|
-
- Limitaciones conocidas:
|
|
54
|
-
|
|
55
|
-
### Evaluacion de complejidad
|
|
56
|
-
|
|
57
|
-
| Indicador | Estado | Comentario |
|
|
58
|
-
|-----------|--------|------------|
|
|
59
|
-
| Afecta mas de 3 paquetes | ☐ Si ☐ No | |
|
|
60
|
-
| Requiere investigacion APIs | ☐ Si ☐ No | |
|
|
61
|
-
| Cambios breaking | ☐ Si ☐ No | |
|
|
62
|
-
| Tests E2E complejos | ☐ Si ☐ No | |
|
|
63
|
-
|
|
64
|
-
**Resultado de complejidad**: ☐ BAJA (continuar Short) ☐ ALTA (recomendar abortar a Long)
|
|
65
|
-
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
## 5. Evaluacion de agentes
|
|
69
|
-
|
|
70
|
-
| Agente | Desempeno (1-10) | Propuestas de mejora |
|
|
71
|
-
|--------|------------------|----------------------|
|
|
72
|
-
| | | |
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## 6. Aprobacion del desarrollador (OBLIGATORIA)
|
|
77
|
-
|
|
78
|
-
```yaml
|
|
79
|
-
approval:
|
|
80
|
-
developer:
|
|
81
|
-
decision: SI | NO
|
|
82
|
-
date: <ISO-8601>
|
|
83
|
-
comments: <opcional>
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
> Sin aprobacion, esta fase NO puede avanzar a Plan.
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: templates.index
|
|
3
|
-
owner: architect-agent
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
severity: PERMANENT
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# INDEX — Templates
|
|
9
|
-
|
|
10
|
-
## Objetivo
|
|
11
|
-
Este fichero enumera los **templates contractuales** del sistema.
|
|
12
|
-
Los workflows y agentes **DEBEN** referenciar estas plantillas
|
|
13
|
-
por alias en vez de rutas directas.
|
|
14
|
-
|
|
15
|
-
## Aliases (YAML)
|
|
16
|
-
```yaml
|
|
17
|
-
templates:
|
|
18
|
-
task: .agent/templates/task.md
|
|
19
|
-
acceptance: .agent/templates/acceptance.md
|
|
20
|
-
init: .agent/templates/init.md
|
|
21
|
-
analysis: .agent/templates/analysis.md
|
|
22
|
-
planning: .agent/templates/planning.md
|
|
23
|
-
subtask_implementation: .agent/templates/subtask-implementation.md
|
|
24
|
-
review: .agent/templates/review.md
|
|
25
|
-
verification: .agent/templates/verification.md
|
|
26
|
-
results_acceptance: .agent/templates/results-acceptance.md
|
|
27
|
-
task_metrics: .agent/templates/task-metrics.md
|
|
28
|
-
agent_scores: .agent/templates/agent-scores.md
|
|
29
|
-
research: .agent/templates/research.md
|
|
30
|
-
agent_task: .agent/templates/agent-task.md
|
|
31
|
-
todo_item: .agent/templates/todo-item.md
|
|
32
|
-
changelog: .agent/templates/changelog.md
|
|
33
|
-
supplemental_report: .agent/templates/supplemental-report.md
|
|
34
|
-
|
|
35
|
-
# Templates del ciclo Short
|
|
36
|
-
analisis: .agent/templates/analisis.md
|
|
37
|
-
plan: .agent/templates/plan.md
|
|
38
|
-
qa_results: .agent/templates/qa-results.md
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Reglas
|
|
42
|
-
- Solo declarar templates contractuales del sistema.
|
|
43
|
-
- Cualquier nuevo template **DEBE** añadirse aquí antes de ser referenciado.
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
artifact: plan
|
|
3
|
-
phase: short-phase-2-plan
|
|
4
|
-
owner: architect-agent
|
|
5
|
-
status: draft | approved
|
|
6
|
-
related_task: <taskId>-<taskTitle>
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# Plan — <taskId>-<taskTitle>
|
|
10
|
-
|
|
11
|
-
## Identificacion del agente (OBLIGATORIA)
|
|
12
|
-
Primera linea del documento:
|
|
13
|
-
`<icono> **<nombre-agente>**: <mensaje>`
|
|
14
|
-
|
|
15
|
-
## 1. Resumen del plan
|
|
16
|
-
- Objetivo resumido
|
|
17
|
-
- Resultado esperado
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## 2. Pasos de implementacion
|
|
22
|
-
|
|
23
|
-
### Paso 1
|
|
24
|
-
- Descripcion:
|
|
25
|
-
- Entregables:
|
|
26
|
-
|
|
27
|
-
### Paso 2
|
|
28
|
-
- Descripcion:
|
|
29
|
-
- Entregables:
|
|
30
|
-
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
## 3. Verificacion prevista
|
|
34
|
-
- Tests / validaciones:
|
|
35
|
-
- Criterios de exito:
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## 4. Aprobacion del desarrollador (OBLIGATORIA)
|
|
40
|
-
|
|
41
|
-
```yaml
|
|
42
|
-
approval:
|
|
43
|
-
developer:
|
|
44
|
-
decision: SI | NO
|
|
45
|
-
date: <ISO-8601>
|
|
46
|
-
comments: <opcional>
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
> Sin aprobacion, esta fase NO puede avanzar a Implementacion.
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
artifact: qa-results
|
|
3
|
-
phase: short-phase-4-qa-results
|
|
4
|
-
owner: architect-agent
|
|
5
|
-
status: draft | approved
|
|
6
|
-
related_task: <taskId>-<taskTitle>
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# QA Results — <taskId>-<taskTitle>
|
|
10
|
-
|
|
11
|
-
## Identificacion del agente (OBLIGATORIA)
|
|
12
|
-
Primera linea del documento:
|
|
13
|
-
`<icono> **<nombre-agente>**: <mensaje>`
|
|
14
|
-
|
|
15
|
-
## 1. Resumen de la tarea
|
|
16
|
-
|
|
17
|
-
**Titulo**: <titulo>
|
|
18
|
-
**Estrategia**: Short
|
|
19
|
-
**Estado final**: ☐ Completada ☐ Abortada
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
## 2. Verificacion
|
|
24
|
-
|
|
25
|
-
### Tests ejecutados
|
|
26
|
-
|
|
27
|
-
| Tipo | Comando/Metodo | Resultado |
|
|
28
|
-
|------|----------------|-----------|
|
|
29
|
-
| Unit | | ☐ Pass ☐ Fail ☐ N/A |
|
|
30
|
-
| Integration | | ☐ Pass ☐ Fail ☐ N/A |
|
|
31
|
-
| E2E | | ☐ Pass ☐ Fail ☐ N/A |
|
|
32
|
-
|
|
33
|
-
### Justificacion (si no hay tests)
|
|
34
|
-
<Explicar por que no aplican tests>
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## 3. Estado de Acceptance Criteria
|
|
39
|
-
|
|
40
|
-
| AC | Descripcion | Estado |
|
|
41
|
-
|----|-------------|--------|
|
|
42
|
-
| 1 | | ☐ ✅ ☐ ❌ |
|
|
43
|
-
| 2 | | ☐ ✅ ☐ ❌ |
|
|
44
|
-
| 3 | | ☐ ✅ ☐ ❌ |
|
|
45
|
-
| 4 | | ☐ ✅ ☐ ❌ |
|
|
46
|
-
| 5 | | ☐ ✅ ☐ ❌ |
|
|
47
|
-
|
|
48
|
-
---
|
|
49
|
-
|
|
50
|
-
## 4. Cambios realizados
|
|
51
|
-
|
|
52
|
-
### Ficheros modificados/creados
|
|
53
|
-
|
|
54
|
-
| Fichero | Accion | Descripcion |
|
|
55
|
-
|---------|--------|-------------|
|
|
56
|
-
| | Created/Modified/Deleted | |
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## 5. Aceptacion final del desarrollador (OBLIGATORIA)
|
|
61
|
-
|
|
62
|
-
```yaml
|
|
63
|
-
approval:
|
|
64
|
-
developer:
|
|
65
|
-
decision: SI | NO
|
|
66
|
-
date: <ISO-8601>
|
|
67
|
-
comments: <opcional>
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
> Sin aceptacion, la tarea NO puede marcarse como completada.
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: workflows.index
|
|
3
|
-
owner: architect-agent
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
severity: PERMANENT
|
|
6
|
-
description: Índice raíz de workflows del sistema.
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# INDEX — Workflows (Root)
|
|
10
|
-
|
|
11
|
-
## Objetivo
|
|
12
|
-
Este índice define los **workflows raíz** del sistema.
|
|
13
|
-
No lista fases ni workflows internos; solo puntos de entrada principales.
|
|
14
|
-
|
|
15
|
-
Los workflows que representen un dominio complejo (ej. `tasklifecycle`)
|
|
16
|
-
**DEBEN** tener su propio `index.md` local.
|
|
17
|
-
|
|
18
|
-
```yaml
|
|
19
|
-
workflows:
|
|
20
|
-
init: .agent/workflows/init.md
|
|
21
|
-
tasklifecycle-long: .agent/workflows/tasklifecycle-long/index.md
|
|
22
|
-
tasklifecycle-short: .agent/workflows/tasklifecycle-short/index.md
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Reglas
|
|
26
|
-
- Este índice es **estable y minimalista**.
|
|
27
|
-
- Los workflows NO deben referenciar rutas largas directamente.
|
|
28
|
-
- Las fases **NO deben** declararse en este índice.
|
|
29
|
-
- Para fases o sub-workflows, cargar siempre el `index.md` local del dominio.
|
|
30
|
-
- Si un workflow listado aquí no existe → FAIL.
|
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: workflow.tasklifecycle-long
|
|
3
|
-
owner: architect-agent
|
|
4
|
-
version: 6.0.0
|
|
5
|
-
severity: PERMANENT
|
|
6
|
-
description: Orquesta el ciclo de vida completo (Long) de una tarea a partir de un init válido.
|
|
7
|
-
trigger:
|
|
8
|
-
commands: ["tasklifecycle-long", "/tasklifecycle-long"]
|
|
9
|
-
blocking: true
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# WORKFLOW: tasklifecycle-long (Index)
|
|
13
|
-
|
|
14
|
-
## Índices requeridos (OBLIGATORIO)
|
|
15
|
-
Este workflow **NO** define aliases fuera de su dominio (`tasklifecycle-long`).
|
|
16
|
-
Para artifacts y templates, **DEBE** cargar índices globales:
|
|
17
|
-
|
|
18
|
-
- Artifacts index: `.agent/artifacts/index.md`
|
|
19
|
-
- Templates index: `.agent/templates/index.md`
|
|
20
|
-
|
|
21
|
-
## Aliases del dominio `tasklifecycle-long` (OBLIGATORIO)
|
|
22
|
-
Este workflow define aliases **solo** del dominio `tasklifecycle-long` (task lifecycle long).
|
|
23
|
-
Existe **un único namespace** `aliases.tasklifecycle-long.phases.*` que contiene:
|
|
24
|
-
- `id` de fase
|
|
25
|
-
- `workflow` (path del workflow de la fase)
|
|
26
|
-
|
|
27
|
-
## Aliases (YAML)
|
|
28
|
-
```yaml
|
|
29
|
-
aliases:
|
|
30
|
-
tasklifecycle-long:
|
|
31
|
-
phases:
|
|
32
|
-
phase_0:
|
|
33
|
-
id: phase-0-acceptance-criteria
|
|
34
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-0-acceptance-criteria.md
|
|
35
|
-
phase_1:
|
|
36
|
-
id: phase-1-research
|
|
37
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-1-research.md
|
|
38
|
-
phase_2:
|
|
39
|
-
id: phase-2-analysis
|
|
40
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-2-analysis.md
|
|
41
|
-
phase_3:
|
|
42
|
-
id: phase-3-planning
|
|
43
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-3-planning.md
|
|
44
|
-
phase_4:
|
|
45
|
-
id: phase-4-implementation
|
|
46
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-4-implementation.md
|
|
47
|
-
phase_5:
|
|
48
|
-
id: phase-5-verification
|
|
49
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-5-verification.md
|
|
50
|
-
phase_6:
|
|
51
|
-
id: phase-6-results-acceptance
|
|
52
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-6-results-acceptance.md
|
|
53
|
-
phase_7:
|
|
54
|
-
id: phase-7-evaluation
|
|
55
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-7-evaluation.md
|
|
56
|
-
phase_8:
|
|
57
|
-
id: phase-8-commit-push
|
|
58
|
-
workflow: .agent/workflows/tasklifecycle-long/phase-8-commit-push.md
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
## Input (REQUIRED)
|
|
62
|
-
- Existe el init candidate (contrato de bootstrap) con timestamp:
|
|
63
|
-
- `.agent/artifacts/candidate/<timestamp>-init.md`
|
|
64
|
-
- El artefacto `init` **DEBE** contener en su bloque YAML:
|
|
65
|
-
- `language.value` no vacío
|
|
66
|
-
- `language.confirmed == true`
|
|
67
|
-
- El desarrollador **DEBE haber respondido** a la pregunta del **Paso 10 (PASS) del workflow `init`**:
|
|
68
|
-
- definición de la tarea
|
|
69
|
-
- objetivo de la tarea
|
|
70
|
-
|
|
71
|
-
## Output (REQUIRED)
|
|
72
|
-
- Crear task candidate (definido en el **Artifacts index**):
|
|
73
|
-
- `artifacts.candidate.task`
|
|
74
|
-
- El fichero `task candidate` **DEBE** seguir exactamente el template (definido en el **Templates index**):
|
|
75
|
-
- `templates.task`
|
|
76
|
-
|
|
77
|
-
## Objetivo (ONLY)
|
|
78
|
-
- Verificar los requisitos mínimos para **iniciar la Fase 0** (inputs obligatorios).
|
|
79
|
-
- Crear el **task candidate** usando el template contractual.
|
|
80
|
-
- Verificar que los workflows de fase del dominio `tasklifecycle-long` existen y se pueden cargar.
|
|
81
|
-
- Si falta algún requisito, **bloquear** y pedir la acción mínima para poder iniciar la **Fase 0**.
|
|
82
|
-
|
|
83
|
-
> Este workflow **NO** controla si las fases se han completado.
|
|
84
|
-
> La validación y avance de fase es responsabilidad del `architect-agent` dentro de cada fase (gate propio).
|
|
85
|
-
|
|
86
|
-
## Dispatch / Routing (OBLIGATORIO)
|
|
87
|
-
- El routing de fases **DEBE** basarse en `task.phase.current`.
|
|
88
|
-
- La fase activa **DEBE** mapearse a `aliases.tasklifecycle-long.phases.*.workflow`.
|
|
89
|
-
- Si no existe mapping → **FAIL** (fase inválida o índice corrupto).
|
|
90
|
-
- Solo el `architect-agent` puede cambiar `task.phase.current`.
|
|
91
|
-
|
|
92
|
-
## Pasos obligatorios
|
|
93
|
-
1. Cargar índices globales:
|
|
94
|
-
- Cargar `.agent/artifacts/index.md` y `.agent/templates/index.md`.
|
|
95
|
-
- Si no se pueden cargar → ir a **Paso 7 (FAIL)**.
|
|
96
|
-
|
|
97
|
-
2. Verificar input:
|
|
98
|
-
- Comprobar que existe `.agent/artifacts/candidate/<timestamp>-init.md`.
|
|
99
|
-
- Leer su bloque YAML y validar:
|
|
100
|
-
- `language.value` no vacío
|
|
101
|
-
- `language.confirmed == true`
|
|
102
|
-
- Si falla → ir a **Paso 7 (FAIL)**.
|
|
103
|
-
|
|
104
|
-
3. Cargar el template contractual de task:
|
|
105
|
-
- `templates.task`
|
|
106
|
-
- Si no existe o no se puede cargar → ir a **Paso 7 (FAIL)**.
|
|
107
|
-
|
|
108
|
-
4. Crear el directorio de candidate (si no existe):
|
|
109
|
-
- `artifacts.candidate.dir`
|
|
110
|
-
|
|
111
|
-
5. Crear el artefacto task candidate:
|
|
112
|
-
- Escribir `artifacts.candidate.task`
|
|
113
|
-
- El contenido **DEBE** ser conforme al template (sin omitir claves obligatorias).
|
|
114
|
-
- **DEBE incluir** la información proporcionada por el desarrollador:
|
|
115
|
-
- descripción de la tarea
|
|
116
|
-
- objetivo de la tarea
|
|
117
|
-
- Inicializar `task.phase.current` a `aliases.tasklifecycle-long.phases.phase_0.id`.
|
|
118
|
-
- Si no se puede crear/escribir → ir a **Paso 7 (FAIL)**.
|
|
119
|
-
|
|
120
|
-
6. Verificar disponibilidad de fases (solo existencia/carga)
|
|
121
|
-
- Los workflows de fase **DEBEN** existir como ficheros (no se ejecutan aquí):
|
|
122
|
-
- `aliases.tasklifecycle-long.phases.phase_0.workflow`
|
|
123
|
-
- `aliases.tasklifecycle-long.phases.phase_1.workflow`
|
|
124
|
-
- `aliases.tasklifecycle-long.phases.phase_2.workflow`
|
|
125
|
-
- `aliases.tasklifecycle-long.phases.phase_3.workflow`
|
|
126
|
-
- `aliases.tasklifecycle-long.phases.phase_4.workflow`
|
|
127
|
-
- `aliases.tasklifecycle-long.phases.phase_5.workflow`
|
|
128
|
-
- `aliases.tasklifecycle-long.phases.phase_6.workflow`
|
|
129
|
-
- `aliases.tasklifecycle-long.phases.phase_7.workflow`
|
|
130
|
-
- `aliases.tasklifecycle-long.phases.phase_8.workflow`
|
|
131
|
-
- Si falta alguno → ir a **Paso 7 (FAIL)**.
|
|
132
|
-
|
|
133
|
-
7. FAIL (obligatorio)
|
|
134
|
-
- Declarar `tasklifecycle` como **NO listo para iniciar la Fase 0**.
|
|
135
|
-
- Indicar exactamente qué caso aplica (uno o más):
|
|
136
|
-
- índices globales no cargables (`.agent/artifacts/index.md` / `.agent/templates/index.md`)
|
|
137
|
-
- `init` no existe (`.agent/artifacts/candidate/<timestamp>-init.md`)
|
|
138
|
-
- idioma no definido o no confirmado en `init`
|
|
139
|
-
- template inaccesible (`templates.task`)
|
|
140
|
-
- no se pudo crear `task candidate` (`artifacts.candidate.task`)
|
|
141
|
-
- falta uno o más workflows de fase (`aliases.tasklifecycle-long.phases.*.workflow`)
|
|
142
|
-
- Pedir la acción mínima para solventar:
|
|
143
|
-
- ejecutar `init`
|
|
144
|
-
- confirmar idioma
|
|
145
|
-
- corregir índices globales
|
|
146
|
-
- corregir permisos/ruta para crear el candidate
|
|
147
|
-
- crear/restaurar el workflow de fase faltante
|
|
148
|
-
- Terminar bloqueado: hasta solventar errores, **no se puede comenzar la Fase 0**.
|
|
149
|
-
|
|
150
|
-
## Orden oficial de ejecución de fases
|
|
151
|
-
Las fases del ciclo de vida **DEBEN ejecutarse estrictamente en el orden numérico establecido**.
|
|
152
|
-
No se permite saltar, reordenar ni paralelizar fases.
|
|
153
|
-
|
|
154
|
-
Orden obligatorio:
|
|
155
|
-
0. `aliases.tasklifecycle-long.phases.phase_0.id`
|
|
156
|
-
1. `aliases.tasklifecycle-long.phases.phase_1.id`
|
|
157
|
-
2. `aliases.tasklifecycle-long.phases.phase_2.id`
|
|
158
|
-
3. `aliases.tasklifecycle-long.phases.phase_3.id`
|
|
159
|
-
4. `aliases.tasklifecycle-long.phases.phase_4.id`
|
|
160
|
-
5. `aliases.tasklifecycle-long.phases.phase_5.id`
|
|
161
|
-
6. `aliases.tasklifecycle-long.phases.phase_6.id`
|
|
162
|
-
7. `aliases.tasklifecycle-long.phases.phase_7.id`
|
|
163
|
-
8. `aliases.tasklifecycle-long.phases.phase_8.id`
|
|
164
|
-
|
|
165
|
-
## Gate (REQUIRED)
|
|
166
|
-
Requisitos (todos obligatorios):
|
|
167
|
-
1. Existe `artifacts.candidate.task`.
|
|
168
|
-
2. `artifacts.candidate.task` cumple el template `templates.task`.
|
|
169
|
-
3. Están disponibles (existencia) todos los workflows de fase listados en el Paso 6.
|
|
170
|
-
|
|
171
|
-
Si Gate FAIL:
|
|
172
|
-
- Ejecutar **Paso 7 (FAIL)**.
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: workflow.tasklifecycle-short
|
|
3
|
-
owner: architect-agent
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
severity: PERMANENT
|
|
6
|
-
description: Orquesta el ciclo de vida simplificado (Short) de una tarea a partir de un init válido.
|
|
7
|
-
trigger:
|
|
8
|
-
commands: ["tasklifecycle-short", "/tasklifecycle-short"]
|
|
9
|
-
blocking: true
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# WORKFLOW: tasklifecycle-short (Index)
|
|
13
|
-
|
|
14
|
-
## Índices requeridos (OBLIGATORIO)
|
|
15
|
-
Este workflow **NO** define aliases fuera de su dominio (`tasklifecycle-short`).
|
|
16
|
-
Para artifacts y templates, **DEBE** cargar índices globales:
|
|
17
|
-
|
|
18
|
-
- Artifacts index: `.agent/artifacts/index.md`
|
|
19
|
-
- Templates index: `.agent/templates/index.md`
|
|
20
|
-
|
|
21
|
-
## Aliases del dominio `tasklifecycle-short` (OBLIGATORIO)
|
|
22
|
-
Este workflow define aliases **solo** del dominio `tasklifecycle-short` (task lifecycle short).
|
|
23
|
-
Existe **un único namespace** `aliases.tasklifecycle-short.phases.*` que contiene:
|
|
24
|
-
- `id` de fase
|
|
25
|
-
- `workflow` (path del workflow de la fase)
|
|
26
|
-
|
|
27
|
-
## Aliases (YAML)
|
|
28
|
-
```yaml
|
|
29
|
-
aliases:
|
|
30
|
-
tasklifecycle-short:
|
|
31
|
-
phases:
|
|
32
|
-
init:
|
|
33
|
-
id: init
|
|
34
|
-
workflow: .agent/workflows/init.md
|
|
35
|
-
short_phase_1:
|
|
36
|
-
id: short-phase-1-analisis
|
|
37
|
-
workflow: .agent/workflows/tasklifecycle-short/short-phase-1-analisis.md
|
|
38
|
-
short_phase_2:
|
|
39
|
-
id: short-phase-2-plan
|
|
40
|
-
workflow: .agent/workflows/tasklifecycle-short/short-phase-2-plan.md
|
|
41
|
-
short_phase_3:
|
|
42
|
-
id: short-phase-3-implementation
|
|
43
|
-
workflow: .agent/workflows/tasklifecycle-short/short-phase-3-implementation.md
|
|
44
|
-
short_phase_4:
|
|
45
|
-
id: short-phase-4-qa-results
|
|
46
|
-
workflow: .agent/workflows/tasklifecycle-short/short-phase-4-qa-results.md
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## Input (REQUIRED)
|
|
50
|
-
- Existe el init candidate con `task.strategy == "short"` en `.agent/artifacts/candidate/<timestamp>-init.md`.
|
|
51
|
-
- El desarrollador ha definido título y objetivo de la tarea.
|
|
52
|
-
|
|
53
|
-
## Output (REQUIRED)
|
|
54
|
-
- Task candidate con `task.strategy: short`.
|
|
55
|
-
- Artefactos de cada fase: `analisis.md`, `plan.md`, `implementation.md`, `qa-results.md`.
|
|
56
|
-
|
|
57
|
-
## Objetivo (ONLY)
|
|
58
|
-
- Ejecutar un ciclo simplificado de 4 fases para tareas de baja complejidad.
|
|
59
|
-
- Mantener la integridad de los gates arquitectónicos.
|
|
60
|
-
- Si se detecta complejidad alta en Analisis, ofrecer abortar a Long.
|
|
61
|
-
|
|
62
|
-
## Orden oficial de ejecución de fases
|
|
63
|
-
Las fases del ciclo Short **DEBEN ejecutarse estrictamente en orden**:
|
|
64
|
-
|
|
65
|
-
1. `aliases.tasklifecycle-short.phases.short_phase_1.id` (Analisis)
|
|
66
|
-
2. `aliases.tasklifecycle-short.phases.short_phase_2.id` (Plan)
|
|
67
|
-
3. `aliases.tasklifecycle-short.phases.short_phase_3.id` (Implementation)
|
|
68
|
-
4. `aliases.tasklifecycle-short.phases.short_phase_4.id` (QA + Resultados)
|
|
69
|
-
|
|
70
|
-
## Gate (REQUIRED)
|
|
71
|
-
Requisitos (todos obligatorios):
|
|
72
|
-
1. Existe `artifacts.candidate.task` con `task.strategy: short`.
|
|
73
|
-
2. Están disponibles todos los workflows de fase del dominio `tasklifecycle-short`.
|
|
74
|
-
|
|
75
|
-
Si Gate FAIL:
|
|
76
|
-
- Indicar exactamente qué requisito falta.
|
|
77
|
-
- Bloquear hasta resolver.
|