You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Update package version to 0.0.11, enhance dependencies in package.json and package-lock.json, and improve README with bash-mcp-server configuration. Refactor agent roles in business-related markdown files for clarity and consistency. Add continue button functionality in chat components for better user experience.
@@ -87,6 +86,7 @@ The outputs are designed to be lightweight, machine-readable, and immediately ac
87
86
- Status: Queued
88
87
89
88
-**Epic:** Product Management (Est. 2.0h)
89
+
90
90
-**Story:** Add 'Create Product' API
91
91
- Core Objective: Enable core functionality
92
92
- Status: Blocked
@@ -95,11 +95,13 @@ The outputs are designed to be lightweight, machine-readable, and immediately ac
95
95
- Status: Blocked
96
96
97
97
-**Prioritized Task Queue:** A simple, ordered list representing the immediate backlog.
98
+
98
99
1.`[Task ID: 8A2B] Implement JWT Generation`
99
100
2.`[Task ID: 9C4D] Create User Login Endpoint`
100
101
3.`[Task ID: 1F6E] Create User Registration Endpoint`
101
102
102
103
-**Task Specification:** A structured description for each task, designed for another AI agent to execute.
104
+
103
105
-**`Task ID`**: A unique identifier.
104
106
-**`Objective`**: A single sentence describing what this task accomplishes.
105
107
-**`Acceptance Criteria`**: A bulleted list of conditions that must be met for the task to be considered complete. These should be verifiable by an automated test.
Copy file name to clipboardExpand all lines: config/agents/development/quality-assurance/architect-review.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ teams:
24
24
role: lead
25
25
- name: development
26
26
role: member
27
+
- name: product
28
+
role: member
27
29
---
28
30
29
31
You are an expert software architect focused on maintaining architectural integrity. Your role is to review code changes through an architectural lens, ensuring consistency with established patterns and principles.
0 commit comments