diff --git a/.agent/rules/00-project-specs.md b/.agent/rules/00-project-specs.md index 2259053..7f156c2 100644 --- a/.agent/rules/00-project-specs.md +++ b/.agent/rules/00-project-specs.md @@ -31,9 +31,10 @@ Before generating code or planning a solution, you MUST conceptually load the co - *Crucial:* Check `specs/05-decisions/` (ADRs) to ensure you do not violate previously agreed-upon technical decisions. 5. **💾 DATABASE & SCHEMA (`specs/07-databasee/`)** - - *Action:* - **Read `specs/07-database/lcbp3-v1.6.0-schema.sql`** (or relevant `.sql` files) for exact table structures and constraints. - - **Consult `specs/07-database/data-dictionary-v1.6.0.md`** for field meanings and business rules. - - **Check `specs/07-database/lcbp3-v1.6.0-seed.sql`** to understand initial data states. + - *Action:* - **Read `specs/07-database/lcbp3-v1.7.0-schema.sql`** (or relevant `.sql` files) for exact table structures and constraints. + - **Consult `specs/07-database/data-dictionary-v1.7.0.md`** for field meanings and business rules. + - **Check `specs/07-database/lcbp3-v1.7.0-seed.sql`** to understand initial data states. + - **Check `specs/07-database/lcbp3-v1.7.0-seed-permissions.sql`** to understand initial permissions states. - *Constraint:* NEVER invent table names or columns. Use ONLY what is defined here. 6. **⚙️ IMPLEMENTATION DETAILS (`specs/03-implementation/`)** diff --git a/lcbp3.code-workspace b/lcbp3.code-workspace index 4020d59..cbb85eb 100644 --- a/lcbp3.code-workspace +++ b/lcbp3.code-workspace @@ -663,7 +663,8 @@ "liveServer.settings.multiRootWorkspaceName": "🎯 Root", "vitest.commandLine": "npm run test --", "vitest.enable": true, - "yaml.maxItemsComputed": 6000 + "yaml.maxItemsComputed": 6000, + "powershell.cwd": "🎯 Root" }, // ======================================== // LAUNCH CONFIGURATIONS