Skip to content

Commit 5c1d9bb

Browse files
committed
chore: remove AGENTS.md files in favor of Claude Code
AGENTS.md files are no longer needed — Claude Code with CLAUDE.md and .claude/rules/ provides better context management. - Delete 6 child AGENTS.md files (auth, database, http, routing, ui, validation) - Remove AGENTS.md section from CLAUDE.md post-change checklist - Remove AGENTS.md entries from .pubignore
1 parent 888a3c9 commit 5c1d9bb

8 files changed

Lines changed: 4 additions & 681 deletions

File tree

.pubignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
.claude/
33
CLAUDE.md
44
CLAUDE.md.bak
5-
AGENTS.md
6-
lib/src/*/AGENTS.md
75
.mcp.json
86

97
# IDEs

CLAUDE.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ After ANY source code change, sync **before committing**:
5959

6060
1. **`CHANGELOG.md`** — Add entry under `[Unreleased]` section (create section if missing)
6161
2. **`doc/`** — Update relevant documentation files (match existing format exactly)
62-
3. **`AGENTS.md`** — Update root and/or child AGENTS.md if API, facades, or architecture changed
63-
4. **`README.md`** — Update if new features, facades, or API changes affect the overview
64-
5. **`skills/magic-framework/`** — Update SKILL.md and references if API, facades, or patterns changed
65-
6. **`example/`** — Update or create example usage for changed/new features
66-
7. **`plugins/`** — If change affects magic_cli stubs or Wind UI integration, update those too
62+
3. **`README.md`** — Update if new features, facades, or API changes affect the overview
63+
4. **`skills/magic-framework/`** — Update SKILL.md and references if API, facades, or patterns changed
64+
5. **`example/`** — Update or create example usage for changed/new features
65+
6. **`plugins/`** — If change affects magic_cli stubs or Wind UI integration, update those too
6766

6867
## Testing
6968

@@ -89,17 +88,6 @@ After ANY source code change, sync **before committing**:
8988
| `MagicResponse.errors` format | Parses Laravel's `{"errors": {"field": ["msg"]}}` |
9089
| `analysis_options.yaml` excludes plugins | `plugins/**` excluded — each plugin has own analysis |
9190

92-
## Child AGENTS.md
93-
94-
| Path | Covers |
95-
|------|--------|
96-
| `lib/src/database/AGENTS.md` | Eloquent ORM, QueryBuilder, migrations, hybrid persistence |
97-
| `lib/src/http/AGENTS.md` | MagicController, middleware pipeline, Dio, MagicResponse |
98-
| `lib/src/auth/AGENTS.md` | AuthManager, guards, interceptor, token refresh |
99-
| `lib/src/ui/AGENTS.md` | MagicView, MagicForm, MagicFeedback, MagicCan |
100-
| `lib/src/routing/AGENTS.md` | MagicRouter, route definitions, middleware guards |
101-
| `lib/src/validation/AGENTS.md` | Validator, rules, FormValidator, i18n messages |
102-
10391
## Skills & Extensions
10492

10593
- **`skills/magic-framework/`** — Magic Framework skill for LLM agents. Teaches facades, Eloquent ORM, service providers, controllers, routing, and common anti-patterns.

lib/src/auth/AGENTS.md

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

lib/src/database/AGENTS.md

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

lib/src/http/AGENTS.md

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

0 commit comments

Comments
 (0)