diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
| commit | a87e799634280e2b52a5fcacafc44cb28a0d288e (patch) | |
| tree | b0fb8aa3854f0982bef448599125c0d100ffd555 /CLAUDE.md | |
t4: scaffold ComicForge Go project
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. + |
