chore: add opencode config, replace AGENT.md with AGENTS.md
This commit is contained in:
parent
b04bd3e74b
commit
6dd8559912
3 changed files with 9 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
AGENT.md
|
||||
9
opencode.json
Normal file
9
opencode.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"cratedocs": {
|
||||
"type": "remote",
|
||||
"url": "http://127.0.0.1:3000/sse"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue