diff options
| author | soryu <soryu@soryu.co> | 2025-12-03 18:35:04 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:17 +0000 |
| commit | d6b52bdcff50115cd0c8b88118984dd788ecb042 (patch) | |
| tree | d96ba66a9d4bc271aa8ba152ae0d9fd58d8cc0b4 /AGENTS.md | |
| parent | 50ffad4ab80724f4ab45fe32ba951af067af90e7 (diff) | |
| download | soryu-d6b52bdcff50115cd0c8b88118984dd788ecb042.tar.gz soryu-d6b52bdcff50115cd0c8b88118984dd788ecb042.zip | |
Update commit guidelines: avoid Conventional Commits
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/`. |
