# File Ownership Map

> Maps source files to their primary owners/maintainers.
> **Last Updated:** {{LAST_UPDATED}}

---

## Overview

This document tracks file ownership for the codebase. When modifying files, check with the owner for context on design decisions and constraints.

---

## Ownership Categories

### Core Files

| File/Directory | Owner | Notes |
|----------------|-------|-------|
| `src/` | {{OWNER}} | Main application code |
| `tests/` | {{OWNER}} | Test suites |
| `docs/` | {{OWNER}} | Documentation |

### Configuration

| File | Owner | Notes |
|------|-------|-------|
| `package.json` | {{OWNER}} | Dependencies and scripts |
| `.ai-context/` | {{OWNER}} | Claude Code configuration |

### Infrastructure

| File/Directory | Owner | Notes |
|----------------|-------|-------|
| `.github/` | {{OWNER}} | CI/CD workflows |
| `Dockerfile` | {{OWNER}} | Container configuration |

---

## How to Use

1. **Before major changes**: Contact the file owner
2. **Adding new files**: Update this map
3. **Transferring ownership**: Document the handoff

---

## Maintenance

Update this file when:
- New files/directories are added
- Ownership changes
- Team members join/leave

---

*Template file - populate with actual ownership data*
