docs: create ARCHITECTURE.org, move TODO to docs/, realign document scopes

- New docs/ARCHITECTURE.org with four quadrants, code map, pipeline flow, skill lifecycle, protocol format

- TODO.org moved to docs/TODO.org

- README now answers What/Why, links to 6 specialized documents

- Each document now answers exactly one of the six Ws
This commit is contained in:
2026-05-03 07:44:42 -04:00
parent b6923d5584
commit 227ad81b30
3 changed files with 97 additions and 7 deletions

View File

@@ -53,14 +53,14 @@ See [[file:docs/USER_MANUAL.org][User Manual]] for the full guide.
* Project Documentation
| Document | What it answers |
|----------|----------------|
| Document | Answers |
|----------|---------|
| [[file:docs/USER_MANUAL.org][User Manual]] | How do I use it? |
| [[file:docs/ROADMAP.org][Roadmap]] | Where is it going? |
| [[file:docs/DESIGN_DECISIONS.org][Design Decisions]] | Why is it built this way? |
| [[file:docs/CONTRIBUTING.org][Contributing]] | How do I add a skill? |
| [[file:TODO.org][TODO]] | What is being worked on? |
| [[file:docs/CHANGELOG.org][Changelog]] | What changed between versions? |
| [[file:docs/ARCHITECTURE.org][Architecture]] | How does it work inside? |
| [[file:docs/DESIGN_DECISIONS.org][Design Decisions]] | Why was it built this way? |
| [[file:docs/ROADMAP.org][Roadmap]] | Where is it going? When? |
| [[file:docs/TODO.org][TODO]] | Who is doing what? |
| [[file:docs/CONTRIBUTING.org][Contributing]] | How do I contribute? |
* License