From d6b52bdcff50115cd0c8b88118984dd788ecb042 Mon Sep 17 00:00:00 2001 From: soryu Date: Wed, 3 Dec 2025 18:35:04 +0000 Subject: Update commit guidelines: avoid Conventional Commits --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/`. -- cgit v1.2.3