cleanup phase 1

This commit is contained in:
hamid
2026-07-30 02:26:52 +03:30
parent d3ec723119
commit c889c46110
36 changed files with 4251 additions and 2552 deletions
+3 -3
View File
@@ -27,7 +27,7 @@ The entry point. Start here, follow one link, stop reading.
| Section | What it holds | Status |
| --- | --- | --- |
| [rules/](rules/index.md) | What must never be broken — the tiered rule set behind the `CLAUDE.md` files | not yet written · phase 1 |
| [rules/](rules/index.md) | What must never be broken — the tiered rule set behind the `CLAUDE.md` files | **written** · phase 1 |
| [integration/](integration/index.md) | The client↔server seam in one place: contract, config, topology, OpenAPI | OpenAPI snapshot only · phase 2 |
| [flows/](flows/index.md) | What is implemented, and how to test it — one file per user journey | not yet written · phase 3 |
| [status/](status/index.md) | Where the project actually is: implemented, backlog, decisions | not yet written · phase 4 |
@@ -52,5 +52,5 @@ Two documents stay outside this tree on purpose:
3. **Write short.** A reference doc over ~400 lines should be split.
4. **English throughout**, including in files that describe Persian UI copy.
The full convention lands in `docs/rules/documentation.md` (phase 1), enforced by a pre-commit warning
(phase 7).
The full convention is in [docs/rules/documentation.md](rules/documentation.md), to be enforced by a
pre-commit warning (phase 7).