style: apply formatting fixes and yaml standardization

- Auto-formatting applied by prettier and yaml-format tools
- Standardized YAML code blocks to use 'yaml' instead of 'yml'
- Fixed quote escaping in YAML strings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Brian Madison
2025-06-15 14:23:33 -05:00
parent ba1e5ceb36
commit 49e34f41b6
14 changed files with 386 additions and 364 deletions

View File

@@ -467,7 +467,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
**Component Organization:**
```text
`````text
{{component_structure}}
```text
@@ -493,7 +493,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
state_structure;
}
}
````
`````
**State Management Patterns:**
@@ -508,7 +508,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
```text
{{route_structure}}
```
```text
**Protected Route Pattern:**
@@ -578,7 +578,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
^^CONDITION: traditional_server^^
**Controller/Route Organization:**
```text
`````text
{{controller_structure}}
```text
@@ -602,7 +602,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
```sql
{{database_schema}}
````
`````
**Data Access Layer:**
@@ -855,7 +855,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
{{frontend_test_structure}}
```text
````text
**Backend Tests:**
@@ -867,7 +867,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
**E2E Tests:**
```
````
{{e2e_test_structure}}