Skip to content

Commit 7bdadee

Browse files
docs(.ai): update readme with content from agnostic overview file
1 parent 1eea7b0 commit 7bdadee

File tree

2 files changed

+9
-113
lines changed

2 files changed

+9
-113
lines changed

.ai/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Coding agents should start with [`AGENTS.md`](../AGENTS.md) at the repository root. It summarizes how to use this directory as the canonical source for rules and skills.
44

5-
This directory contains rules and skills that coding agents use to enforce consistent formatting and structure in our codebase.
5+
This directory contains rules, skills, and accumulated memory that coding agents use to enforce consistent formatting and structure in our codebase.
6+
7+
## Why `.ai/`
8+
9+
All rules and skills now live in **`.ai/`** — a tool-agnostic, plain-markdown directory that any agent or tool can read. IDE-specific directories (`.cursor/`, `.claude/`) become thin adapters that point back to `.ai/` via symlinks:
10+
11+
- Edit once in `.ai/` → all tools see the update automatically
12+
- No sync step, no duplication, no drift between tools
13+
- New contributors or tools start from `AGENTS.md` at the repo root, which bootstraps everything
614

715
## Rules
816

agnostic-ai-branch-overview.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)