summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 22:14:36 +0900
committerAdam Malczewski <[email protected]>2026-06-04 22:14:36 +0900
commita6119e0434597399c773da6f0b31363003f6aa09 (patch)
tree46efb86279b446ba286e7ebb02db95d6dae3bc35 /README.md
parent394f1ed37ce860da6fdc385769bf29f9737105cd (diff)
downloaddispatch-a6119e0434597399c773da6f0b31363003f6aa09.tar.gz
dispatch-a6119e0434597399c773da6f0b31363003f6aa09.zip
chore: scaffold monorepo + AI harness (constitution, rules, glossary, kernel stub)
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..07a380a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Dispatch (architecture rewrite)
+
+Minimal **kernel + extensions** agent runtime. The kernel runs one agent turn and
+hosts extensions; every feature is an extension. Tiers: kernel → core → standard.
+
+- Design & rationale: `notes/restructure-plan.md`
+- Agent constitution: `AGENTS.md`
+- Vocabulary: `GLOSSARY.md`
+
+## Dev
+```
+bun install
+bun run typecheck # tsc -b
+bun run test # vitest
+bun run check # biome
+```
+
+Status: **MVP in progress** — kernel + core extensions to complete one turn
+against OpenCode Go (flash), verified via a thin HTTP `/chat` + curl.