This file serves as the entry point for AI agents working on this repository.
- Status: The central synchronization point for the project's state. You MUST read this first.
- Workflow Skill: MANDATORY. Defines how to work, coordinate, and hand off context (Vibe Coding).
You MUST read the relevant skill when working in that domain.
- Frontend: Architecture, UI/UX, and performance standards.
- Backend: Go standards, architecture, and libraries.
- Coding: General coding, testing, and commenting standards.
- Git: Branching, committing, and PR standards.
- ADR: How to write Architecture Decision Records.
- Requirements: How to write EARS requirements.
- Update or create requirements in case something changes without the user asking for doing that.
- Create ADRs proactive in case you see a gap.