diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..459fd4a --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,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. + |
