# CLAUDE.project.md — Project Overlay

> This file is never modified by kit upgrades. Add project-specific rules here.
> Rules in this file override kit defaults when there's a conflict.

---

## Project Context
<!-- Describe your project's unique constraints, patterns, and conventions here. -->
<!-- Examples: -->
<!-- - This is an offline-first app using Dexie.js for IndexedDB -->
<!-- - Real-time features use SignalR, not WebSockets directly -->
<!-- - All API responses follow the envelope pattern: { data, error, meta } -->

---

## Additional Agent Docs
<!-- Point to project-specific guides in agent_docs/project/ -->
<!-- Example: -->
<!-- - Offline sync patterns → `agent_docs/project/offline-first.md` -->
<!-- - Real-time patterns → `agent_docs/project/signalr.md` -->

---

## Project-Specific Protected Changes
<!-- Add to the kit's protected changes list -->
<!-- Example: -->
<!-- - Changes to sync conflict resolution logic -->
<!-- - IndexedDB schema version bumps -->

---

## Stack-Specific Rules
<!-- Add rules that are specific to your tech stack beyond what the kit covers -->
