From c15f02f20c13906fb004094907377160851a61c3 Mon Sep 17 00:00:00 2001 From: Wickedness Date: Thu, 11 Jun 2026 23:08:33 +0900 Subject: [PATCH] Add project agent instructions --- AGENTS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..fc8f020 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,17 @@ +# Project Instructions + +## Git Workflow + +- After changing project files, run relevant validation or tests when available. +- Check `git status` before committing. +- Commit only the changes made for the current task. +- Push successful commits to `origin/main`. +- Skip commit or push only when the user explicitly asks not to. + +## Existing Validation + +- For content data changes, run: + +```bash +python3 scripts/validate_content.py +```