@@ -59,11 +59,10 @@ After ANY source code change, sync **before committing**:
5959
60601 . ** ` CHANGELOG.md ` ** — Add entry under ` [Unreleased] ` section (create section if missing)
61612 . ** ` 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.
0 commit comments