summaryrefslogtreecommitdiff
path: root/CLAUDE.md
blob: 459fd4ac6c478721fbb976e8ea9499738b0f6f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ComicForge

## Repository Notes

- Go module: `codeberg.org/snonux/comicforge`
- Binary entrypoint: `cmd/comicforge/main.go`
- Build, test, install, and clean tasks live in `Magefile.go`
- Version is defined in `internal/version.go`

## Conventions

- Keep `cmd/comicforge/main.go` small: flag parsing and command wiring only.
- Put application logic under `internal/`.
- Use `mage` for project tasks.