Skip to content

Commit 8ec6644

Browse files
committed
align
1 parent c9d8d40 commit 8ec6644

File tree

6 files changed

+5
-13
lines changed

6 files changed

+5
-13
lines changed

.cursorrules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ai/AGENTS.md

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,5 @@ examples/notebooks/wandb/
145145
wandb/
146146

147147
# AI agent generated artifacts
148-
/AGENTS.md
149-
/CLAUDE.md
150148
/.agents/skills
151149
/.claude/skills

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ai/AGENTS.md

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ai/AGENTS.md

CONTRIBUTING.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,6 @@ By following this classification, you ensure that warnings, information, and exc
414414
415415
This repository keeps AI-agent configuration in `.ai/` and exposes local agent files via symlinks.
416416
417-
- Edit source files only: `.ai/AGENTS.md` and `.ai/skills/...`
418-
- Do not edit generated paths: `AGENTS.md`, `CLAUDE.md`, `.agents/skills`, `.claude/skills`
417+
Skills can be exposed to agents by running `make codex` or `make claude`
419418
420-
```bash
421-
make codex
422-
make claude
423-
```
424-
425-
- `make codex`: links `AGENTS.md -> .ai/AGENTS.md` and `.agents/skills -> ../.ai/skills`
426-
- `make claude`: links `CLAUDE.md -> .ai/AGENTS.md` and `.claude/skills -> ../.ai/skills`
427-
- `make clean-ai`: removes generated links
419+
Cursor reads `AGENTS.md` and reads skills from Claude or Codex paths, so setting up the repository for Claude or Codex will work for Claude.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ cursor:
3434
ln -snf .ai/AGENTS.md .cursorrules
3535

3636
clean-ai:
37-
rm -f AGENTS.md CLAUDE.md .cursorrules
3837
rm -rf .agents/skills .claude/skills

0 commit comments

Comments
 (0)