From 0a9a19a36eb1c7f5a91432dc4e866a08f22d39b8 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 8 Jan 2026 18:20:50 -0500 Subject: [PATCH] add opencode configuration file --- opencode.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 opencode.json diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..1100871 --- /dev/null +++ b/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "instructions": [ + "CLAUDE.md", + "docs/implementation_plan.md" + ] +} \ No newline at end of file