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