From a4011e73e4b7fd8e09675647d9ba3fd65954b999 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Wed, 30 Jul 2025 09:30:46 +0200 Subject: [PATCH] add agents to README --- .gitignore | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cba41f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist-newstyle +dist-newstyle diff --git a/README.md b/README.md index 224aa9d..0bbc496 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ Mermaid code blocks (```mermaid) will be rendered to SVG and embedded. source ~/.ghcup/env && ghcup install ghc 9.12.2 source ~/.ghcup/env && ghcup install cabal 3.16.0.0 source ~/.ghcup/env && ghcup install hls 2.11.0.0 + +## Development + +See [agents.md](agents.md) for information about the Claude Code agents used for Haskell refactoring in this project.