summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-12 15:21:03 +0900
committerAdam Malczewski <[email protected]>2026-06-12 15:21:03 +0900
commite6f6bd86eab07954d8f06e740659969c3dfecc7f (patch)
tree0971fde464a28fd1ed8a5a6aaf6e8e7125c43878 /README.md
parent5ef7cc2916c544a66d68805063b02290f24d9a25 (diff)
downloaddispatch-web-e6f6bd86eab07954d8f06e740659969c3dfecc7f.tar.gz
dispatch-web-e6f6bd86eab07954d8f06e740659969c3dfecc7f.zip
docs: merge ORCHESTRATOR.md into AGENTS.md as a single-agent guide
One main agent does planning, contracts, and the feature writing — no summoning. Removes ORCHESTRATOR.md and the now-obsolete summoning artifacts (.dispatch/package-agent.md + .dispatch/rules/frontend-*.md, whose code rules are restated in AGENTS.md); keeps the contract mirrors + daisyui reference. Fixes dangling refs in README.md and backend-handoff.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d6e60c..9586b33 100644
--- a/README.md
+++ b/README.md
@@ -100,4 +100,4 @@ bun run check # biome (.ts/.js; .svelte correctness is svelte-check's job
## Documentation
- **Design + plan:** `../arch-rewrite/notes/frontend-design.md`
-- **Build rules:** `AGENTS.md` · **Orchestration:** `ORCHESTRATOR.md` · **Vocabulary:** `GLOSSARY.md`
+- **Build rules + workflow:** `AGENTS.md` · **Vocabulary:** `GLOSSARY.md`