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 /.env.example | |
| parent | 394f1ed37ce860da6fdc385769bf29f9737105cd (diff) | |
| download | dispatch-a6119e0434597399c773da6f0b31363003f6aa09.tar.gz dispatch-a6119e0434597399c773da6f0b31363003f6aa09.zip | |
chore: scaffold monorepo + AI harness (constitution, rules, glossary, kernel stub)
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4cc5dca --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Local test credentials — copy to .env (gitignored), never commit. +# OpenCode Go (OpenAI-compatible endpoint). +DISPATCH_API_KEY=sk-... +DISPATCH_BASE_URL=https://opencode.ai/zen/go/v1 +DISPATCH_MODEL=deepseek-v4-flash |
