refactor: rename lint command to format

This commit is contained in:
2025-09-15 20:15:43 +02:00
parent c884b9ab3b
commit 3af93eaee4
3 changed files with 16 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ This file provides guidelines for AI coding agents operating within this reposit
- **Local VM**: `make vm` (Starts local VM that simulates USB environment)
- **Test**: `make status-cloud` (Health checks for cloud infrastructure)
- **Deploy**: `make deploy-cloud` (Deploys 15 VMs to Hetzner Cloud)
- **Format**: `make format` (Format Nix files)
## Code Style Guidelines