mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
Initial commit
This commit is contained in:
15
.claude/commands/build.md
Normal file
15
.claude/commands/build.md
Normal 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.
|
||||
Reference in New Issue
Block a user