|
7 | 7 | - [Report an Issue](../../issues/new) |
8 | 8 | - [Open Pull Requests](../../pulls) |
9 | 9 | - [Start a Discussion](../../discussions) |
10 | | -- [Technical Documentation](docs/TECHNICAL.md) — Architecture, end-to-end flow, folder map, how to write tests |
| 10 | +- [Technical Documentation](docs/contributing/TECHNICAL.md) — Architecture, end-to-end flow, folder map, how to write tests |
11 | 11 |
|
12 | 12 | --- |
13 | 13 |
|
@@ -203,7 +203,7 @@ your branch --> develop (review + CI + integration testing) --> version branch - |
203 | 203 |
|
204 | 204 | Every change **must** include tests. We follow **TDD (Red-Green-Refactor)**: write a failing test first, implement the minimum to pass, then refactor. |
205 | 205 |
|
206 | | -For how to write tests (fixtures, snapshots, token savings verification), see [docs/TECHNICAL.md — Testing](docs/TECHNICAL.md#testing). |
| 206 | +For how to write tests (fixtures, snapshots, token savings verification), see [docs/contributing/TECHNICAL.md — Testing](docs/contributing/TECHNICAL.md#testing). |
207 | 207 |
|
208 | 208 | ### Test Types |
209 | 209 |
|
@@ -242,12 +242,12 @@ Every change **must** include documentation updates. Use this table to find whic |
242 | 242 | | New Rust filter (`src/cmds/`) | Ecosystem `README.md` (e.g., `src/cmds/git/README.md`), [README.md](README.md) command list, [CHANGELOG.md](CHANGELOG.md) | |
243 | 243 | | New TOML filter (`src/filters/`) | [src/filters/README.md](src/filters/README.md) if naming conventions change, [README.md](README.md) command list, [CHANGELOG.md](CHANGELOG.md) | |
244 | 244 | | New rewrite pattern | `src/discover/rules.rs` — see [Adding a New Command Filter](src/cmds/README.md#adding-a-new-command-filter) | |
245 | | -| Core infrastructure (`src/core/`) | [src/core/README.md](src/core/README.md), [docs/TECHNICAL.md](docs/TECHNICAL.md) if flow changes | |
| 245 | +| Core infrastructure (`src/core/`) | [src/core/README.md](src/core/README.md), [docs/contributing/TECHNICAL.md](docs/contributing/TECHNICAL.md) if flow changes | |
246 | 246 | | Hook system (`src/hooks/`) | [src/hooks/README.md](src/hooks/README.md), [hooks/README.md](hooks/README.md) for agent-facing docs | |
247 | | -| Architecture or design change | [ARCHITECTURE.md](ARCHITECTURE.md), [docs/TECHNICAL.md](docs/TECHNICAL.md) | |
| 247 | +| Architecture or design change | [ARCHITECTURE.md](docs/contributing/ARCHITECTURE.md), [docs/contributing/TECHNICAL.md](docs/contributing/TECHNICAL.md) | |
248 | 248 | | Bug fix or breaking change | [CHANGELOG.md](CHANGELOG.md) | |
249 | 249 |
|
250 | | -**Navigation**: [CONTRIBUTING.md](CONTRIBUTING.md) (you are here) → [docs/TECHNICAL.md](docs/TECHNICAL.md) (architecture + flow) → each folder's `README.md` (implementation details). |
| 250 | +**Navigation**: [CONTRIBUTING.md](CONTRIBUTING.md) (you are here) → [docs/contributing/TECHNICAL.md](docs/contributing/TECHNICAL.md) (architecture + flow) → each folder's `README.md` (implementation details). |
251 | 251 |
|
252 | 252 | Keep documentation concise and practical -- examples over explanations. |
253 | 253 |
|
|
0 commit comments