updated tasks

This commit is contained in:
2026-02-10 15:04:43 +03:00
parent 76b98fcf8f
commit edb2dd5263
2 changed files with 25 additions and 23 deletions

View File

@@ -74,6 +74,8 @@ You **MUST** consider the user input before proceeding (if not empty).
2. **Design & Verify Contracts (Semantic Protocol)**:
- **Drafting**: Define [DEF] Headers and Contracts for all new modules based on `semantic_protocol.md`.
- **TIER Classification**: Explicitly assign `@TIER: [CRITICAL|STANDARD|TRIVIAL]` to each module.
- **CRITICAL Requirements**: For all CRITICAL modules, define full `@PRE`, `@POST`, and (if UI) `@UX_STATE` contracts.
- **Self-Review**:
- *Completeness*: Do `@PRE`/`@POST` cover edge cases identified in Research?
- *Connectivity*: Do `@RELATION` tags form a coherent graph?