diff --git a/AGENTS.md b/AGENTS.md index 2379da2..5f58aa6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -74,3 +74,7 @@ sis/ - Conventional commits: `feat:`, `deps:`, `test:`, `chore:`, `docs:`. - Each commit should be a self-contained logical change. - Run `./scripts/test` before committing. Tests must pass. + +## Agent Autonomy +- As changes are completed then verify functionality using Playwright +- Once functionality is confirmed then commit and push changes