# README

# AI AGENT INSTRUCTIONS - Primebrick Backend

**IMPORTANT:** Read [AGENTS.md](./AGENTS.md) for complete AI agent instructions, GitFlow rules, and commands.

## ⚠️ CRITICAL: NEVER COMMIT AUTOMATICALLY

**AI agents MUST NEVER commit changes without explicit user instruction.**

- **WAIT for the user to explicitly tell you to commit** before running any `git commit` command
- This applies to ALL situations - no exceptions
- See [docs/gitflow.md](./docs/gitflow.md) for complete GitFlow rules

## Quick Start

- Read [AGENTS.md](./AGENTS.md) for repository overview, commands, and GitFlow rules
- See [docs/ai/](./docs/ai/) for skills selection and suggested workflows
- See [docs/skills/](./docs/skills/) for operational guides (port conflicts, terminal errors, PostgreSQL migrations)

## Repository Overview

Independent Git repository containing the Primebrick API, database, and endpoints.

See [AGENTS.md](./AGENTS.md) for complete instructions.
