summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index f173a7e..2ad5347 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -7,13 +7,13 @@
## 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`).
## Stack
Bun + TypeScript (strict, project references via `tsc -b`). Biome for
-lint/format (tabs, double quotes, semicolons, width 100). Vitest for tests.
+lint/format (2-space indent, double quotes, semicolons, width 100). Vitest for tests.
SQLite via `bun:sqlite`. AI SDK (`ai` + `@ai-sdk/*`) for providers.
## The non-negotiable architecture rules