251219:1659 On going update to 1.7.0: Documnet Number
Some checks are pending
Spec Validation / validate-markdown (push) Waiting to run
Spec Validation / validate-diagrams (push) Waiting to run
Spec Validation / check-todos (push) Waiting to run

This commit is contained in:
admin
2025-12-19 16:59:12 +07:00
parent 83704377f4
commit c5d39c8605
2 changed files with 6 additions and 4 deletions

View File

@@ -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/`)**

View File

@@ -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