Initial commit

This commit is contained in:
Daniel Alves Rösel
2026-04-02 18:47:14 +02:00
committed by GitHub
commit 90ad5e0260
94 changed files with 7797 additions and 0 deletions

15
.claude/commands/build.md Normal file
View File

@@ -0,0 +1,15 @@
Read CLAUDE.md and AGENTS.md. Read the relevant existing code before making any changes.
Implement the feature or task described in the arguments end-to-end across the full stack as needed. Follow the code style rules in CLAUDE.md strictly:
- No redundant comments, no boilerplate, no fluff
- Pure functions preferred, side effects at boundaries
- Reuse what already exists in alveslib before writing new utilities
- Type all public interfaces
- Keep modules under 400 lines
After implementing, run a quick sanity check:
- If Python changed: check imports resolve correctly
- If Next.js changed: check TypeScript compiles (bun run typecheck)
- If docker-compose changed: verify YAML is valid
Do not create documentation files. Do not add emojis. Summarize what was done in one paragraph.