more template fixes from botched husky job

This commit is contained in:
Brian Madison
2025-06-17 22:13:07 -05:00
parent b03aece79e
commit 7ecf47f8cf
3 changed files with 6 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ Document the choice and key services that will be used.]]
### Repository Structure
[[LLM: Define the repository approach based on PRD requirements and platform choice:
[[LLM: Define the repository approach based on PRD requirements and platform choice, explain your rationale or ask quetsions to the user if unsure:
1. For modern fullstack apps, monorepo is often preferred
2. Consider tooling (Nx, Turborepo, Lerna, npm workspaces)
@@ -262,7 +262,7 @@ interface UserProfile {
bio?: string;
preferences: Record<string, any>;
}
```text
```
**Relationships:**
@@ -508,7 +508,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
```text
{{route_structure}}
```text
```
**Protected Route Pattern:**