feat: improve VM command naming and add commit guidelines

This commit is contained in:
2025-08-16 18:28:04 +02:00
parent 2c34741b03
commit 296d2ec047
2 changed files with 9 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ This file provides guidelines for AI coding agents operating within this reposit
- **Domain**: Use `codecrispi.es` consistently across all environments
- **Password Policy**: Minimize password usage; prefer key-based authentication
- **Error Handling**: Handle errors explicitly. Use Nix's error reporting mechanisms.
- **Commit Messages**: Use conventional commit style (`type: subject`). Avoid scopes like `(makefile)`. The subject should be in lowercase.
## Container Architecture