Initial commit: Clean slate for Mai project

This commit is contained in:
Mai Development
2026-01-26 22:40:49 -05:00
commit 7c98aec306
70 changed files with 28199 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
name: check
description: Run repo checks (ruff + pytest).
disable-model-invocation: true
---
Run:
- Windows: powershell -ExecutionPolicy Bypass -File scripts/check.ps1
- Linux/WSL: bash scripts/check.sh
If a check fails:
- capture the error output
- propose the smallest safe fix
- re-run checks