Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit cd7e4fa

Browse files
committed
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.
1 parent 9c7c326 commit cd7e4fa

19 files changed

Lines changed: 455 additions & 249 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Stdio MCP Servers can be added by updating the mcp.json file:
5454

5555
```json
5656
{
57+
"bash-mcp-server": {
58+
"command": "npx",
59+
"args": ["-y", "@artinet/bash-mcp"]
60+
},
5761
"secure-filesystem-server": {
5862
"command": "npx",
5963
"args": [

config/agents/business/business-analyst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tools:
1717
- mcp-fetch
1818
- memory-server
1919
teams:
20-
- name: business
20+
- name: product
2121
role: member
2222
---
2323

config/agents/business/product-manager.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ tools:
2929
- sequential-thinking-server
3030
- memory-server
3131
teams:
32-
- name: business
32+
- name: product
3333
role: lead
34-
- name: development
35-
role: member
3634
---
3735

3836
# Product Manager
@@ -76,6 +74,7 @@ The outputs are designed to be lightweight, machine-readable, and immediately ac
7674
**Example Roadmap:**
7775

7876
- **Epic:** User Authentication (Est. 1.5h)
77+
7978
- **Story:** Implement JWT Generation (Est. Minutes: N/A)
8079
- Core Objective: Secure user access
8180
- Status: **In Progress**
@@ -87,6 +86,7 @@ The outputs are designed to be lightweight, machine-readable, and immediately ac
8786
- Status: Queued
8887

8988
- **Epic:** Product Management (Est. 2.0h)
89+
9090
- **Story:** Add 'Create Product' API
9191
- Core Objective: Enable core functionality
9292
- Status: Blocked
@@ -95,11 +95,13 @@ The outputs are designed to be lightweight, machine-readable, and immediately ac
9595
- Status: Blocked
9696

9797
- **Prioritized Task Queue:** A simple, ordered list representing the immediate backlog.
98+
9899
1. `[Task ID: 8A2B] Implement JWT Generation`
99100
2. `[Task ID: 9C4D] Create User Login Endpoint`
100101
3. `[Task ID: 1F6E] Create User Registration Endpoint`
101102

102103
- **Task Specification:** A structured description for each task, designed for another AI agent to execute.
104+
103105
- **`Task ID`**: A unique identifier.
104106
- **`Objective`**: A single sentence describing what this task accomplishes.
105107
- **`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.

config/agents/business/sales-automator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tools:
1919
- sequential-thinking-server
2020
- memory-server
2121
teams:
22-
- name: business
22+
- name: product
2323
role: member
2424
---
2525

config/agents/development/core/backend-architect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ tools:
2424
teams:
2525
- name: development
2626
role: lead
27+
- name: product
28+
role: member
2729
---
2830

2931
# Backend Architect

config/agents/development/frontend/frontend-developer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ tools:
2121
teams:
2222
- name: development
2323
role: member
24+
- name: product
25+
role: member
2426
- name: frontend
2527
role: lead
2628
---

config/agents/development/quality-assurance/architect-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ teams:
2424
role: lead
2525
- name: development
2626
role: member
27+
- name: product
28+
role: member
2729
---
2830

2931
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

Comments
 (0)