feat: sync IDE configurations across all platforms
- Updated .bmad-core/web-bundles to include latest agent definitions - Synced sm.md agent configuration across .claude, .windsurf, and .roo platforms - Added fullstack-architecture-tmpl.md template to architect agent bundles - Updated Roo Code README.md with current agent list - Ensured consistent agent personas and commands across all IDEs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2008,7 +2008,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**Component Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{component_structure}}
|
||||
```text
|
||||
|
||||
@@ -2034,7 +2034,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
state_structure;
|
||||
}
|
||||
}
|
||||
````
|
||||
`````
|
||||
|
||||
**State Management Patterns:**
|
||||
|
||||
@@ -2049,7 +2049,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```text
|
||||
{{route_structure}}
|
||||
```
|
||||
```text
|
||||
|
||||
**Protected Route Pattern:**
|
||||
|
||||
@@ -2119,7 +2119,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
^^CONDITION: traditional_server^^
|
||||
**Controller/Route Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{controller_structure}}
|
||||
```text
|
||||
|
||||
@@ -2143,7 +2143,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```sql
|
||||
{{database_schema}}
|
||||
````
|
||||
`````
|
||||
|
||||
**Data Access Layer:**
|
||||
|
||||
@@ -2396,7 +2396,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
{{frontend_test_structure}}
|
||||
|
||||
```text
|
||||
````text
|
||||
|
||||
**Backend Tests:**
|
||||
|
||||
@@ -2408,7 +2408,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**E2E Tests:**
|
||||
|
||||
```
|
||||
````
|
||||
|
||||
{{e2e_test_structure}}
|
||||
|
||||
|
||||
@@ -2622,7 +2622,7 @@ You are now operating as a Documentation Indexer. Your goal is to ensure all doc
|
||||
|
||||
The index should be organized as follows:
|
||||
|
||||
````markdown
|
||||
`````markdown
|
||||
# Documentation Index
|
||||
|
||||
## Root Documents
|
||||
@@ -2666,6 +2666,8 @@ Each entry should follow this format:
|
||||
|
||||
Brief description of the document's purpose and contents.
|
||||
````
|
||||
`````
|
||||
|
||||
````
|
||||
|
||||
### Rules of Operation
|
||||
@@ -2744,6 +2746,7 @@ Please provide:
|
||||
5. Whether to include hidden files/folders (starting with `.`)
|
||||
|
||||
Would you like to proceed with documentation indexing? Please provide the required input above.
|
||||
````
|
||||
==================== END: tasks#index-docs ====================
|
||||
|
||||
==================== START: tasks#shard-doc ====================
|
||||
@@ -5991,7 +5994,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**Component Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{component_structure}}
|
||||
```text
|
||||
|
||||
@@ -6017,7 +6020,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
state_structure;
|
||||
}
|
||||
}
|
||||
````
|
||||
`````
|
||||
|
||||
**State Management Patterns:**
|
||||
|
||||
@@ -6032,7 +6035,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```text
|
||||
{{route_structure}}
|
||||
```
|
||||
```text
|
||||
|
||||
**Protected Route Pattern:**
|
||||
|
||||
@@ -6102,7 +6105,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
^^CONDITION: traditional_server^^
|
||||
**Controller/Route Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{controller_structure}}
|
||||
```text
|
||||
|
||||
@@ -6126,7 +6129,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```sql
|
||||
{{database_schema}}
|
||||
````
|
||||
`````
|
||||
|
||||
**Data Access Layer:**
|
||||
|
||||
@@ -6379,7 +6382,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
{{frontend_test_structure}}
|
||||
|
||||
```text
|
||||
````text
|
||||
|
||||
**Backend Tests:**
|
||||
|
||||
@@ -6391,7 +6394,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**E2E Tests:**
|
||||
|
||||
```
|
||||
````
|
||||
|
||||
{{e2e_test_structure}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user