Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ rm -rf .built-assets/ # Clear asset cache if needed
- Always use Bearer token authentication for API
- Delegate business logic to commands, keep controllers thin

## Git Usage

- **Do not use `git -C <path>`**. Instead, `cd` to the correct directory before running git commands. This avoids issues with worktrees and ensures hooks run in the right context.

## Critical Warnings

**Never cancel long-running operations:**
Expand Down
Loading