docs: require Conventional Commits in agents guide

This commit is contained in:
2026-04-04 14:02:49 -04:00
parent 3e28502750
commit 0f4acc1b6d

View File

@@ -11,6 +11,7 @@ This document is a working guide for coding agents in this repository. It captur
- When requirements are exploratory, help turn them into concrete workflows, domain language, and next implementation steps. - When requirements are exploratory, help turn them into concrete workflows, domain language, and next implementation steps.
- Do not rewrite broad areas of the codebase without clear justification from the current task. - Do not rewrite broad areas of the codebase without clear justification from the current task.
- Preserve user changes in the worktree and treat uncommitted files as active collaboration unless told otherwise. - Preserve user changes in the worktree and treat uncommitted files as active collaboration unless told otherwise.
- When creating commits, use the Conventional Commits format, for example `docs: update product planning`.
## Repository Layout ## Repository Layout
- `backend/`: ASP.NET Core (`net9.0`) API using FastEndpoints, EF Core (PostgreSQL), Stripe, Azure Blob Storage, and ASP.NET Identity. - `backend/`: ASP.NET Core (`net9.0`) API using FastEndpoints, EF Core (PostgreSQL), Stripe, Azure Blob Storage, and ASP.NET Identity.