From 037924a4f4acacc2666fefdea47f0b50c2b52eef Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 15 Apr 2025 12:32:11 +0200 Subject: [PATCH] feat: add AGENT.md for project setup instructions and remove CLAUDE.md --- AGENT.md | 7 +++++++ CLAUDE.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 AGENT.md delete mode 120000 CLAUDE.md diff --git a/AGENT.md b/AGENT.md new file mode 100644 index 0000000..618c30f --- /dev/null +++ b/AGENT.md @@ -0,0 +1,7 @@ +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 2145a5c..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -.goosehints \ No newline at end of file