diff options
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. |
