```markdown # (): # Required. # # Purpose: # - Quickly communicates the intent when scanning `git log`. # - Follow Conventional Commits for consistency and tooling. # - Describe the intended outcome, not the implementation. # # Examples: # feat(auth): support OAuth device flow # fix(cache): prevent stale session reuse # refactor(api): simplify request validation ## Why ## Implementation Notes ## Impact --- # References (Git Trailers) # Structured metadata for traceability and tooling. # Use only the trailers that apply. Fixes: Refs: ADR: RFC: Design: Co-authored-by: Reviewed-by: Signed-off-by: BREAKING CHANGE: ```