summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 29ef7e3..4a48d6f 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -31,7 +31,7 @@ Backend (from repo root):
- Backend: `cargo test`. Unit tests in modules; integration tests in `tests/`. Validate `/health`, `/api/echo`, and streaming shapes (SSE/WS).
## Commit & Pull Request Guidelines
-- Commits: Conventional commits (`feat`, `fix`, `chore`, `style`, optional scope). Example: `feat(stream): add SSE transcript endpoint`.
+- Commits: Do not use Conventional Commits. Write clear, imperative subjects without prefixes (no `feat:`, `fix:`, etc.). Keep subjects concise; add a short body when useful to explain why and impact. Example: `Update mission screen to keep CTAs fixed`.
- PRs: Small, focused; include description, linked issues, and screenshots/GIFs for UI. When changing streaming payloads, document sample SSE and WS messages.
- Quality gate: `npm run build` passes; `cargo clippy` has no warnings. Do not commit `frontend/dist/`, `.vite/`, or Rust `target/`.