diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 22:14:36 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 22:14:36 +0900 |
| commit | a6119e0434597399c773da6f0b31363003f6aa09 (patch) | |
| tree | 46efb86279b446ba286e7ebb02db95d6dae3bc35 /dispatch.toml | |
| parent | 394f1ed37ce860da6fdc385769bf29f9737105cd (diff) | |
| download | dispatch-a6119e0434597399c773da6f0b31363003f6aa09.tar.gz dispatch-a6119e0434597399c773da6f0b31363003f6aa09.zip | |
chore: scaffold monorepo + AI harness (constitution, rules, glossary, kernel stub)
Diffstat (limited to 'dispatch.toml')
| -rw-r--r-- | dispatch.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dispatch.toml b/dispatch.toml new file mode 100644 index 0000000..85eb9f6 --- /dev/null +++ b/dispatch.toml @@ -0,0 +1,7 @@ +# Dispatch (arch-rewrite) project config. +# +# LSP servers (typescript-language-server, biome) are inherited from the global +# ~/.config/dispatch/dispatch.toml — no per-repo LSP block needed. Agents can use +# the `lsp` tool (diagnostics / references / definition) on .ts files directly. +# +# Credentials for the rewrite live in .env (gitignored), read by auth-apikey. |
