add AGENTS.md with git config instructions for AI agents

This commit is contained in:
2026-06-08 17:51:18 +02:00
parent 97edcf3f99
commit b0b4505622
+16
View File
@@ -0,0 +1,16 @@
# Agent Instructions
## Git Configuration
Before making any commits, always run:
```bash
git config user.name "Celestia Ludenberg"
git config user.email "ash8820@proton.me"
```
This must be done in **every session** before committing or pushing. Do not use any default git identity.
## Repository
- Arch Linux live ISO based on EndeavourOS-ISO
- Provides KDE Plasma live environment with Cnchi installer
- Build with: `./prepare.sh && sudo ./mkarchiso -v "."`