Delete directory 'wireframe-system'

This commit is contained in:
2026-05-10 16:13:13 +00:00
parent 1c7f9161f1
commit 9376f9e504
43 changed files with 0 additions and 2902 deletions
@@ -1,27 +0,0 @@
# Normalization Examples
Use compact objects like these when building `normalized_project.json`.
```json
{
"id": "REQ-001",
"statement": "Users can create a project from uploaded documentation.",
"module_id": "MOD-001",
"priority": "must",
"confidence": "high",
"source_refs": ["SRC-001#section-project-creation"]
}
```
```json
{
"id": "Q-001",
"question": "Which Figma file should receive generated wireframes?",
"status": "unresolved",
"blocks": ["figma-build"],
"default_assumption": "",
"answer": "",
"answered_at": "",
"source_refs": []
}
```