251219:1659 On going update to 1.7.0: Documnet Number
This commit is contained in:
@@ -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.
|
- *Crucial:* Check `specs/05-decisions/` (ADRs) to ensure you do not violate previously agreed-upon technical decisions.
|
||||||
|
|
||||||
5. **💾 DATABASE & SCHEMA (`specs/07-databasee/`)**
|
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.
|
- *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.6.0.md`** for field meanings and business rules.
|
- **Consult `specs/07-database/data-dictionary-v1.7.0.md`** for field meanings and business rules.
|
||||||
- **Check `specs/07-database/lcbp3-v1.6.0-seed.sql`** to understand initial data states.
|
- **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.
|
- *Constraint:* NEVER invent table names or columns. Use ONLY what is defined here.
|
||||||
|
|
||||||
6. **⚙️ IMPLEMENTATION DETAILS (`specs/03-implementation/`)**
|
6. **⚙️ IMPLEMENTATION DETAILS (`specs/03-implementation/`)**
|
||||||
|
|||||||
@@ -663,7 +663,8 @@
|
|||||||
"liveServer.settings.multiRootWorkspaceName": "🎯 Root",
|
"liveServer.settings.multiRootWorkspaceName": "🎯 Root",
|
||||||
"vitest.commandLine": "npm run test --",
|
"vitest.commandLine": "npm run test --",
|
||||||
"vitest.enable": true,
|
"vitest.enable": true,
|
||||||
"yaml.maxItemsComputed": 6000
|
"yaml.maxItemsComputed": 6000,
|
||||||
|
"powershell.cwd": "🎯 Root"
|
||||||
},
|
},
|
||||||
// ========================================
|
// ========================================
|
||||||
// LAUNCH CONFIGURATIONS
|
// LAUNCH CONFIGURATIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user