Add project documentation and beads configuration

- Added CLAUDE.md with project overview and architecture details
- Added PRD.md with product requirements
- Added AGENTS.md for agent workflow documentation
- Initialized beads issue tracking system
- Added .gitattributes for Git configuration
This commit is contained in:
Oliver Jakoubek 2026-01-30 09:38:32 +01:00
commit 9f613b1901
12 changed files with 933 additions and 1 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module code.beautifulmachines.dev/jakoubek/bookstack-api
go 1.25.6