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:
@@ -6635,7 +6635,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**Component Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{component_structure}}
|
||||
```text
|
||||
|
||||
@@ -6661,7 +6661,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
state_structure;
|
||||
}
|
||||
}
|
||||
````
|
||||
`````
|
||||
|
||||
**State Management Patterns:**
|
||||
|
||||
@@ -6676,7 +6676,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```text
|
||||
{{route_structure}}
|
||||
```
|
||||
```text
|
||||
|
||||
**Protected Route Pattern:**
|
||||
|
||||
@@ -6746,7 +6746,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
^^CONDITION: traditional_server^^
|
||||
**Controller/Route Organization:**
|
||||
|
||||
```text
|
||||
`````text
|
||||
{{controller_structure}}
|
||||
```text
|
||||
|
||||
@@ -6770,7 +6770,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
```sql
|
||||
{{database_schema}}
|
||||
````
|
||||
`````
|
||||
|
||||
**Data Access Layer:**
|
||||
|
||||
@@ -7023,7 +7023,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
{{frontend_test_structure}}
|
||||
|
||||
```text
|
||||
````text
|
||||
|
||||
**Backend Tests:**
|
||||
|
||||
@@ -7035,7 +7035,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
|
||||
|
||||
**E2E Tests:**
|
||||
|
||||
```
|
||||
````
|
||||
|
||||
{{e2e_test_structure}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user