@christianmaf80/agentic-workflow 1.24.0-beta.3 → 1.25.0-beta.3
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 -57
- package/README.md +14 -56
- package/bin/cli.js +22 -29
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-scores.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/1-dev-agent-scaffold.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/2-dev-agent-manifest-command.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/3-dev-agent-marketplace-evidence.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/4-qa-agent-verify-build.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/analysis.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/architect/review.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/metrics.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/plan.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/researcher/research.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/results-acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/task.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/verification.md +0 -6
- 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 +0 -6
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/task.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/acceptance.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/task.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/acceptance.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/architect/implementation.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/acceptance.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/1-dev-agent-reestructurar-carpetas.md +1 -1
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/task.md +0 -6
- package/dist/agent/artifacts/6-release-beta-11/task.md +0 -6
- 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 +3 -9
- package/dist/agent/artifacts/candidate/task.md +4 -71
- package/dist/agent/artifacts/task-20260128-reorganize-structure/acceptance.md +0 -6
- package/dist/agent/artifacts/task-20260128-reorganize-structure/brief.md +1 -1
- package/dist/agent/artifacts/task-20260128-reorganize-structure/closure.md +3 -3
- package/dist/agent/artifacts/task-20260128-reorganize-structure/implementation.md +2 -2
- package/dist/agent/artifacts/task-20260128-reorganize-structure/task.md +0 -6
- 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 -100
- 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 +43 -43
- package/dist/agent/templates/changelog.md +8 -8
- package/dist/agent/templates/closure.md +29 -29
- 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 +0 -6
- 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 +15 -15
- 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 +83 -90
- 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 +118 -118
- 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 +78 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-2-implementation.md +79 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-3-closure.md +73 -66
- package/dist/cli/commands/create.js +4 -29
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/mcp.js +0 -6
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/runtime/engine/engine.js +29 -57
- package/dist/runtime/engine/engine.js.map +1 -1
- package/dist/runtime/engine/service.js +1 -38
- package/dist/runtime/engine/service.js.map +1 -1
- package/dist/runtime/engine/task-loader.js +1 -1
- package/dist/runtime/engine/task-loader.js.map +1 -1
- package/dist/runtime/engine/workflow-loader.js +17 -25
- package/dist/runtime/engine/workflow-loader.js.map +1 -1
- package/dist/runtime/mcp/server.js +38 -277
- package/dist/runtime/mcp/server.js.map +1 -1
- package/package.json +69 -7
- package/dist/agent/artifacts/index.md +0 -25
- package/dist/agent/rules/constitution/index.md +0 -26
- package/dist/agent/rules/constitution/runtime-integration.md +0 -101
- package/dist/agent/rules/index.md +0 -70
- package/dist/agent/rules/roles/index.md +0 -44
- package/dist/agent/templates/index.md +0 -42
- 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 -70
- package/dist/cli/commands/register-mcp.js +0 -116
- package/dist/cli/commands/register-mcp.js.map +0 -1
- package/dist/runtime/engine/logger.js +0 -74
- package/dist/runtime/engine/logger.js.map +0 -1
- package/dist/runtime/mcp/check-tools.js +0 -66
- package/dist/runtime/mcp/check-tools.js.map +0 -1
|
@@ -8,22 +8,22 @@ related_task: <taskId>-<taskTitle>
|
|
|
8
8
|
|
|
9
9
|
# Brief — <taskId>-<taskTitle>
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
`<
|
|
11
|
+
## Agent Identification (MANDATORY)
|
|
12
|
+
First line of the document:
|
|
13
|
+
`<icon> **<agent-name>**: <message>`
|
|
14
14
|
|
|
15
|
-
## 1.
|
|
15
|
+
## 1. Task Identification
|
|
16
16
|
|
|
17
|
-
**
|
|
18
|
-
**
|
|
19
|
-
**
|
|
17
|
+
**Title**: <task title>
|
|
18
|
+
**Objective**: <main objective>
|
|
19
|
+
**Strategy**: Short
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
## 2.
|
|
23
|
+
## 2. The 5 Mandatory Questions
|
|
24
24
|
|
|
25
|
-
| # |
|
|
26
|
-
|
|
25
|
+
| # | Question (formulated by architect) | Answer (from developer) |
|
|
26
|
+
|---|-----------------------------------|------------------------|
|
|
27
27
|
| 1 | | |
|
|
28
28
|
| 2 | | |
|
|
29
29
|
| 3 | | |
|
|
@@ -34,63 +34,63 @@ Primera linea del documento:
|
|
|
34
34
|
|
|
35
35
|
## 3. Acceptance Criteria
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
Derived from the previous answers:
|
|
38
38
|
|
|
39
|
-
1. **
|
|
40
|
-
2. **
|
|
41
|
-
3. **
|
|
42
|
-
4. **
|
|
43
|
-
5. **
|
|
39
|
+
1. **Scope**:
|
|
40
|
+
2. **Inputs/Data**:
|
|
41
|
+
3. **Expected Outputs**:
|
|
42
|
+
4. **Constraints**:
|
|
43
|
+
5. **Done Criterion**:
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
## 4.
|
|
47
|
+
## 4. Simplified Analysis
|
|
48
48
|
|
|
49
|
-
###
|
|
50
|
-
-
|
|
51
|
-
-
|
|
49
|
+
### Current State (As-Is)
|
|
50
|
+
- Affected structure:
|
|
51
|
+
- Known limitations:
|
|
52
52
|
|
|
53
|
-
###
|
|
53
|
+
### Complexity Evaluation
|
|
54
54
|
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
55
|
+
| Indicator | Status | Comment |
|
|
56
|
+
|-----------|--------|---------|
|
|
57
|
+
| Affects more than 3 packages | ☐ Yes ☐ No | |
|
|
58
|
+
| Requires API research | ☐ Yes ☐ No | |
|
|
59
|
+
| Breaking changes | ☐ Yes ☐ No | |
|
|
60
|
+
| Complex E2E tests | ☐ Yes ☐ No | |
|
|
61
61
|
|
|
62
|
-
**
|
|
62
|
+
**Complexity result**: ☐ LOW (continue Short) ☐ HIGH (recommend abort to Long)
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
66
|
-
## 5. Plan
|
|
66
|
+
## 5. Implementation Plan
|
|
67
67
|
|
|
68
|
-
###
|
|
68
|
+
### Ordered Steps
|
|
69
69
|
|
|
70
|
-
1. **
|
|
71
|
-
-
|
|
72
|
-
-
|
|
70
|
+
1. **Step 1**
|
|
71
|
+
- Description:
|
|
72
|
+
- Deliverables:
|
|
73
73
|
|
|
74
|
-
2. **
|
|
75
|
-
-
|
|
76
|
-
-
|
|
74
|
+
2. **Step 2**
|
|
75
|
+
- Description:
|
|
76
|
+
- Deliverables:
|
|
77
77
|
|
|
78
|
-
(
|
|
78
|
+
(Add more steps as needed)
|
|
79
79
|
|
|
80
|
-
###
|
|
81
|
-
-
|
|
82
|
-
-
|
|
80
|
+
### Planned Verification
|
|
81
|
+
- Test type:
|
|
82
|
+
- Success criteria:
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
|
-
## 6.
|
|
86
|
+
## 6. Developer Approval (MANDATORY)
|
|
87
87
|
|
|
88
88
|
```yaml
|
|
89
89
|
approval:
|
|
90
90
|
developer:
|
|
91
91
|
decision: SI | NO
|
|
92
92
|
date: <ISO-8601>
|
|
93
|
-
comments: <
|
|
93
|
+
comments: <optional>
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
>
|
|
96
|
+
> Without approval, this phase CANNOT advance to Implementation.
|
|
@@ -9,18 +9,18 @@ target_branch: <branch-name>
|
|
|
9
9
|
|
|
10
10
|
# Changelog — <taskId>-<taskTitle>
|
|
11
11
|
|
|
12
|
-
## 1.
|
|
13
|
-
|
|
12
|
+
## 1. General Summary
|
|
13
|
+
Brief and clear description of the changes introduced by this task.
|
|
14
14
|
|
|
15
|
-
- **
|
|
16
|
-
- **
|
|
17
|
-
-
|
|
15
|
+
- **Task objective**:
|
|
16
|
+
- **Main impact**:
|
|
17
|
+
- **Affected areas** (components, workflows, etc.):
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
## 2. Commits
|
|
22
|
-
|
|
21
|
+
## 2. Included Commits
|
|
22
|
+
Complete and ordered list of commits performed.
|
|
23
23
|
|
|
24
24
|
### Commit 1
|
|
25
25
|
- **Hash**: `<commit-hash>`
|
|
26
|
-
- **
|
|
26
|
+
- **Message (Conventional Commit)**:
|
|
@@ -8,36 +8,36 @@ related_task: <taskId>-<taskTitle>
|
|
|
8
8
|
|
|
9
9
|
# Closure — <taskId>-<taskTitle>
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
`<
|
|
11
|
+
## Agent Identification (MANDATORY)
|
|
12
|
+
First line of the document:
|
|
13
|
+
`<icon> **<agent-name>**: <message>`
|
|
14
14
|
|
|
15
|
-
## 1.
|
|
15
|
+
## 1. Task Summary
|
|
16
16
|
|
|
17
|
-
**
|
|
18
|
-
**
|
|
19
|
-
**
|
|
17
|
+
**Title**: <title>
|
|
18
|
+
**Strategy**: Short
|
|
19
|
+
**Final status**: ☐ Completed ☐ Aborted
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
## 2.
|
|
23
|
+
## 2. Verification
|
|
24
24
|
|
|
25
|
-
### Tests
|
|
25
|
+
### Tests Executed
|
|
26
26
|
|
|
27
|
-
|
|
|
28
|
-
|
|
27
|
+
| Type | Command/Method | Result |
|
|
28
|
+
|------|---------------|--------|
|
|
29
29
|
| Unit | | ☐ Pass ☐ Fail ☐ N/A |
|
|
30
30
|
| Integration | | ☐ Pass ☐ Fail ☐ N/A |
|
|
31
31
|
| E2E | | ☐ Pass ☐ Fail ☐ N/A |
|
|
32
32
|
|
|
33
|
-
###
|
|
34
|
-
<
|
|
33
|
+
### Justification (if no tests)
|
|
34
|
+
<Explain why tests do not apply>
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
38
|
-
## 3.
|
|
38
|
+
## 3. Acceptance Criteria Status
|
|
39
39
|
|
|
40
|
-
| AC |
|
|
40
|
+
| AC | Description | Status |
|
|
41
41
|
|----|-------------|--------|
|
|
42
42
|
| 1 | | ☐ ✅ ☐ ❌ |
|
|
43
43
|
| 2 | | ☐ ✅ ☐ ❌ |
|
|
@@ -47,49 +47,49 @@ Primera linea del documento:
|
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
|
50
|
-
## 4.
|
|
50
|
+
## 4. Changes Made
|
|
51
51
|
|
|
52
|
-
###
|
|
52
|
+
### Files Modified/Created
|
|
53
53
|
|
|
54
|
-
|
|
|
55
|
-
|
|
54
|
+
| File | Action | Description |
|
|
55
|
+
|------|--------|-------------|
|
|
56
56
|
| | Created/Modified/Deleted | |
|
|
57
57
|
|
|
58
|
-
### Commits (
|
|
58
|
+
### Commits (if applicable)
|
|
59
59
|
|
|
60
60
|
```
|
|
61
|
-
<
|
|
61
|
+
<type>(<scope>): <description>
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
66
|
-
## 5.
|
|
66
|
+
## 5. Final Developer Acceptance (MANDATORY)
|
|
67
67
|
|
|
68
68
|
```yaml
|
|
69
69
|
approval:
|
|
70
70
|
developer:
|
|
71
71
|
decision: SI | NO
|
|
72
72
|
date: <ISO-8601>
|
|
73
|
-
comments: <
|
|
73
|
+
comments: <optional>
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
>
|
|
76
|
+
> Without acceptance, the task CANNOT be marked as completed.
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
-
## 6.
|
|
80
|
+
## 6. Agent Scores (MANDATORY)
|
|
81
81
|
|
|
82
|
-
|
|
|
83
|
-
|
|
82
|
+
| Agent | Score (1-10) | Notes |
|
|
83
|
+
|-------|-------------|-------|
|
|
84
84
|
| | | |
|
|
85
85
|
|
|
86
86
|
---
|
|
87
87
|
|
|
88
|
-
## 7. Push
|
|
88
|
+
## 7. Final Push (if applicable)
|
|
89
89
|
|
|
90
90
|
```yaml
|
|
91
91
|
push:
|
|
92
92
|
approved: SI | NO
|
|
93
|
-
branch: <
|
|
93
|
+
branch: <target branch>
|
|
94
94
|
date: <ISO-8601>
|
|
95
95
|
```
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: coding_integration_report
|
|
3
|
+
phase: phase-4-implementation
|
|
4
|
+
owner: architect-agent
|
|
5
|
+
status: draft | completed
|
|
6
|
+
related_task: "{{taskId}}-{{taskTitle}}"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Coding Integration Report — {{taskId}}-{{taskTitle}}
|
|
10
|
+
|
|
11
|
+
## 1. Layer Reports Summary
|
|
12
|
+
|
|
13
|
+
| Layer | Agent | Status | Gate |
|
|
14
|
+
|-------|-------|--------|------|
|
|
15
|
+
| Backend | {{backend_agent}} | {{status}} | SI / NO / N/A |
|
|
16
|
+
| Background | {{background_agent}} | {{status}} | SI / NO / N/A |
|
|
17
|
+
| View | {{view_agent}} | {{status}} | SI / NO / N/A |
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 2. Communication Validation Matrix
|
|
22
|
+
|
|
23
|
+
| Path | Method | Contract | Status |
|
|
24
|
+
|------|--------|----------|--------|
|
|
25
|
+
| View → Background | `core/messaging` Event Bus | `Message` interface | ✅ / ❌ |
|
|
26
|
+
| Background → Backend | Abstract transport / direct | Structured response | ✅ / ❌ |
|
|
27
|
+
| Background → View | `core/messaging` response | `Message` interface | ✅ / ❌ |
|
|
28
|
+
| View → Backend | **FORBIDDEN** | N/A | ✅ (no path) / ❌ (violation) |
|
|
29
|
+
|
|
30
|
+
### Validation Details
|
|
31
|
+
- (Describe each communication path validated)
|
|
32
|
+
- (Note any deviations or issues found and how they were resolved)
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 3. Constitution Compliance
|
|
37
|
+
|
|
38
|
+
### Backend (`constitution.backend`)
|
|
39
|
+
- [ ] Extends `AbstractServer`
|
|
40
|
+
- [ ] No `vscode` or `dom` imports
|
|
41
|
+
- [ ] Transport agnostic
|
|
42
|
+
- [ ] Structured error handling
|
|
43
|
+
- [ ] No direct View communication
|
|
44
|
+
|
|
45
|
+
### Background (`constitution.background`)
|
|
46
|
+
- [ ] Registered via `App.register()`
|
|
47
|
+
- [ ] Uses `core/messaging` for View communication
|
|
48
|
+
- [ ] Manages lifecycle correctly
|
|
49
|
+
- [ ] Gateway role maintained
|
|
50
|
+
|
|
51
|
+
### View (`constitution.view`)
|
|
52
|
+
- [ ] Lit with `@customElement`
|
|
53
|
+
- [ ] Triad structure (index/html/styles)
|
|
54
|
+
- [ ] No business logic
|
|
55
|
+
- [ ] Communication via Messaging wrapper
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 4. Cross-Layer Sequence Diagrams
|
|
60
|
+
|
|
61
|
+
> Include mermaid sequence diagrams for key integration flows.
|
|
62
|
+
|
|
63
|
+
```mermaid
|
|
64
|
+
sequenceDiagram
|
|
65
|
+
participant V as View
|
|
66
|
+
participant B as Background
|
|
67
|
+
participant BE as Backend
|
|
68
|
+
|
|
69
|
+
V->>B: Message (Event Bus)
|
|
70
|
+
B->>BE: Request (Transport)
|
|
71
|
+
BE-->>B: Response (Structured)
|
|
72
|
+
B-->>V: State Update (Messaging)
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 5. E2E Test Indications
|
|
78
|
+
|
|
79
|
+
### Integration Scenarios
|
|
80
|
+
- (List end-to-end scenarios that validate the full flow across layers)
|
|
81
|
+
|
|
82
|
+
### Test Setup
|
|
83
|
+
- (Prerequisites, extension host configuration, fixtures)
|
|
84
|
+
|
|
85
|
+
### Key Assertions
|
|
86
|
+
- (What to verify at each layer boundary)
|
|
87
|
+
- (Expected UI behavior after full round-trip)
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## 6. Issues and Resolutions
|
|
92
|
+
|
|
93
|
+
| Issue | Layer | Severity | Resolution |
|
|
94
|
+
|-------|-------|----------|------------|
|
|
95
|
+
| (description) | (backend/background/view) | (critical/warning) | (action taken) |
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 7. Final Assessment
|
|
100
|
+
- **Integration status**: PASS | FAIL
|
|
101
|
+
- **Constitution compliance**: FULL | PARTIAL
|
|
102
|
+
- **Ready for Phase 5 (Verification)**: YES | NO
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: coding_layer_report
|
|
3
|
+
phase: phase-4-implementation
|
|
4
|
+
owner: "{{agent}}"
|
|
5
|
+
status: draft | completed
|
|
6
|
+
related_task: "{{taskId}}-{{taskTitle}}"
|
|
7
|
+
layer: "{{layer}}"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Coding Layer Report — {{layer}} — {{taskId}}-{{taskTitle}}
|
|
11
|
+
|
|
12
|
+
## 1. Who (Agent Identity)
|
|
13
|
+
- **Agent**: {{agent}}
|
|
14
|
+
- **Role**: {{role}} (`roles.{{layer}}`)
|
|
15
|
+
- **Constitution**: `constitution.{{layer}}` + `constitution.clean_code`
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## 2. How (Technical Details)
|
|
20
|
+
|
|
21
|
+
### Changes Implemented
|
|
22
|
+
- **Files created/modified**: (list with paths)
|
|
23
|
+
- **APIs/contracts affected**: (interfaces, types, exports)
|
|
24
|
+
- **New functions/classes**: (names and purpose)
|
|
25
|
+
|
|
26
|
+
### Technical Specifications
|
|
27
|
+
- (Detailed description of implementation approach)
|
|
28
|
+
- (Architecture decisions and patterns used)
|
|
29
|
+
|
|
30
|
+
### Diagrams
|
|
31
|
+
> Include mermaid diagrams when the implementation involves:
|
|
32
|
+
> - New communication flows
|
|
33
|
+
> - State transitions
|
|
34
|
+
> - Component relationships
|
|
35
|
+
> - Data flow
|
|
36
|
+
|
|
37
|
+
```mermaid
|
|
38
|
+
graph TD
|
|
39
|
+
A[Component] --> B[Dependency]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 3. Why (Justification)
|
|
45
|
+
- **Objective**: (What problem does this solve?)
|
|
46
|
+
- **Reasoning**: (Why this approach over alternatives?)
|
|
47
|
+
- **Alternatives discarded**: (Brief description and reason)
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 4. Results
|
|
52
|
+
|
|
53
|
+
### Compilation
|
|
54
|
+
- `npm run compile`: PASS | FAIL
|
|
55
|
+
- Errors resolved: (list if any)
|
|
56
|
+
|
|
57
|
+
### Self-Validation Checklist
|
|
58
|
+
> Copy the checklist from the workflow and mark each item.
|
|
59
|
+
|
|
60
|
+
### Code Quality
|
|
61
|
+
- Clean code compliance: YES | NO
|
|
62
|
+
- Constitution compliance: YES | NO
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## 5. E2E Test Indications
|
|
67
|
+
|
|
68
|
+
### Required Test Scenarios
|
|
69
|
+
- (List scenarios that should be covered by e2e tests)
|
|
70
|
+
|
|
71
|
+
### Test Setup
|
|
72
|
+
- (Prerequisites, fixtures, or mock data needed)
|
|
73
|
+
|
|
74
|
+
### Assertions
|
|
75
|
+
- (Expected behaviors to verify per scenario)
|
|
76
|
+
|
|
77
|
+
### Integration Points
|
|
78
|
+
- (How this layer connects to others — what to test at boundaries)
|