summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 01:08:32 +0900
committerAdam Malczewski <[email protected]>2026-06-27 01:08:32 +0900
commit63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a (patch)
treec9896deb21cd5a76f196492a191d56f8656c8109 /AGENTS.md
parente59dc11f63b1df51142259bb2c406af8c9c8c2bb (diff)
downloaddispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.tar.gz
dispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.zip
chore: update path references for directory rename (dispatch-backend → backend, dispatch-web → frontend)
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index f173a7e..d815e84 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -7,7 +7,7 @@
## What this project is
A **minimal kernel + extensions** agent runtime. The kernel runs ONE agent turn
and hosts extensions. Every feature is an extension. Tiers: **kernel → core →
-standard**. The web frontend is a SEPARATE repo (`../dispatch-web`), built to
+standard**. The web frontend is a SEPARATE repo (`../frontend`), built to
the same methodology and consuming the backend's typed contracts (see
`notes/frontend-design.md`).