Add CLAUDE.md

This commit is contained in:
Zaldimmar 2026-09-25 03:05:45 -05:00
parent 1d84400aef
commit bce1a3fcf6

12
CLAUDE.md Normal file
View file

@ -0,0 +1,12 @@
# NGU-Web
## Git workflow
- Remote is a self-hosted Forgejo server, not GitHub. Do not use `gh`.
- Use `tea` for pull requests: `tea pr create --base main --head <branch> --title "..." --description "..."`
- Never commit directly to main. Create a branch for each change, push it, and open a PR.
- Versions are marked with annotated tags (v1.0, v2.0). Don't create or move tags unless asked.
## Project
- Package manager: pnpm (not npm or yarn)
- Frontend: Vite + TypeScript in src/
- Backend in server/; server/dev.db is local only and never committed