fix: orchestractor yml

This commit is contained in:
Brian Madison
2025-06-17 22:22:05 -05:00
parent 7ecf47f8cf
commit 3727cc764a
11 changed files with 412 additions and 2339 deletions

View File

@@ -2015,7 +2015,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)
@@ -2193,7 +2193,7 @@ interface UserProfile {
bio?: string;
preferences: Record<string, any>;
}
```text
```
**Relationships:**
@@ -2439,7 +2439,7 @@ After presenting this section, apply `tasks#advanced-elicitation` protocol]]
```text
{{route_structure}}
```text
```
**Protected Route Pattern:**