|
35 | 35 |
|
36 | 36 | ## Technical Context |
37 | 37 |
|
38 | | -| Aspect | Details | |
39 | | -|--------|---------| |
40 | | -| **Language/Version** | [e.g., Python 3.11, Swift 5.9, Rust 1.75 or NEEDS CLARIFICATION] | |
41 | | -| **Primary Dependencies** | [e.g., FastAPI, UIKit, LLVM or NEEDS CLARIFICATION] | |
42 | | -| **Storage** | [if applicable, e.g., PostgreSQL, CoreData, files or N/A] | |
43 | | -| **Testing** | [e.g., pytest, XCTest, cargo test or NEEDS CLARIFICATION] | |
44 | | -| **Target Platform** | [e.g., Linux server, iOS 15+, Wasm or NEEDS CLARIFICATION] | |
45 | | -| **Project Type** | [single/web/mobile - determines source structure] | |
46 | | -| **Performance Goals** | [domain-specific, e.g., 1000 req/s, 10k lines/sec, 60 fps or NEEDS CLARIFICATION] | |
47 | | -| **Constraints** | [domain-specific, e.g., <200ms p95, <100MB memory, offline-capable or NEEDS CLARIFICATION] | |
48 | | -| **Scale/Scope** | [domain-specific, e.g., 10k users, 1M LOC, 50 screens or NEEDS CLARIFICATION] | |
| 38 | +| Aspect | Details | |
| 39 | +| ------------------------ | ------------------------------------------------------------------------------------------ | |
| 40 | +| **Language/Version** | [e.g., Python 3.11, Swift 5.9, Rust 1.75 or NEEDS CLARIFICATION] | |
| 41 | +| **Primary Dependencies** | [e.g., FastAPI, UIKit, LLVM or NEEDS CLARIFICATION] | |
| 42 | +| **Storage** | [if applicable, e.g., PostgreSQL, CoreData, files or N/A] | |
| 43 | +| **Testing** | [e.g., pytest, XCTest, cargo test or NEEDS CLARIFICATION] | |
| 44 | +| **Target Platform** | [e.g., Linux server, iOS 15+, Wasm or NEEDS CLARIFICATION] | |
| 45 | +| **Project Type** | [single/web/mobile - determines source structure] | |
| 46 | +| **Performance Goals** | [domain-specific, e.g., 1000 req/s, 10k lines/sec, 60 fps or NEEDS CLARIFICATION] | |
| 47 | +| **Constraints** | [domain-specific, e.g., <200ms p95, <100MB memory, offline-capable or NEEDS CLARIFICATION] | |
| 48 | +| **Scale/Scope** | [domain-specific, e.g., 10k users, 1M LOC, 50 screens or NEEDS CLARIFICATION] | |
49 | 49 |
|
50 | 50 | ## Constitution Check |
51 | 51 |
|
@@ -243,10 +243,10 @@ directories captured above] |
243 | 243 |
|
244 | 244 | *Fill ONLY if Constitution Check has violations that must be justified* |
245 | 245 |
|
246 | | -| Violation | Why Needed | Simpler Alternative Rejected Because | |
247 | | -|-----------|------------|-------------------------------------| |
248 | | -| [e.g., 4th project] | [current need] | [why 3 projects insufficient] | |
249 | | -| [e.g., Repository pattern] | [specific problem] | [why direct DB access insufficient] | |
| 246 | +| Violation | Why Needed | Simpler Alternative Rejected Because | |
| 247 | +| -------------------------- | ------------------ | ------------------------------------ | |
| 248 | +| [e.g., 4th project] | [current need] | [why 3 projects insufficient] | |
| 249 | +| [e.g., Repository pattern] | [specific problem] | [why direct DB access insufficient] | |
250 | 250 |
|
251 | 251 | ## Progress Tracking |
252 | 252 |
|
|
0 commit comments