From 6dd8559912800b483f8b00d18a7ba5757f7e693d Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 4 May 2026 22:15:32 +0200 Subject: [PATCH] chore: add opencode config, replace AGENT.md with AGENTS.md --- AGENT.md => AGENTS.md | 2 -- CLAUDE.md | 1 - opencode.json | 9 +++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) rename AGENT.md => AGENTS.md (71%) delete mode 120000 CLAUDE.md create mode 100644 opencode.json diff --git a/AGENT.md b/AGENTS.md similarity index 71% rename from AGENT.md rename to AGENTS.md index 618c30f..684cd0c 100644 --- a/AGENT.md +++ b/AGENTS.md @@ -1,7 +1,5 @@ You are on a nix system. This rust project contains a `flake.nix`. -To run any command `CMD` use the nix develop shell like this `nix develop --command bash -c 'CMD'`. - If you don't know a crate or the current crate version, use the `cratedoc` extension to get the crate documentation. Read the file `README.md` for further information about this project. diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 120000 index ac534a3..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -AGENT.md \ No newline at end of file diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..543625e --- /dev/null +++ b/opencode.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "cratedocs": { + "type": "remote", + "url": "http://127.0.0.1:3000/sse" + } + } +} \ No newline at end of file