add agents to README

This commit is contained in:
Willem van den Ende 2025-07-30 09:30:46 +02:00
parent 907fcb3884
commit a4011e73e4
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
dist-newstyle
dist-newstyle

View File

@ -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 ghc 9.12.2
source ~/.ghcup/env && ghcup install cabal 3.16.0.0 source ~/.ghcup/env && ghcup install cabal 3.16.0.0
source ~/.ghcup/env && ghcup install hls 2.11.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.