Switch Ajax transport to JSON with proper Content-Type

Migrate $name from Form_Field to input components
Refactor form inputs: $name moves from Form_Field to input components

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-29 09:43:23 +00:00
parent 88aa57d591
commit 21a7149486
11 changed files with 197 additions and 96 deletions

View File

@@ -1078,7 +1078,8 @@ Detailed guidance for specific tasks is available via Claude Code skills. These
| `migrations` | Raw SQL, make:migration:safe, forward-only |
| `polymorphic` | Type refs, morphTo, Polymorphic_Field_Helper |
Skills location: `~/.claude/skills/` (symlinked from `system/docs/skills/`)
**Framework skills**: `~/.claude/skills/` (symlinked from `system/docs/skills/`) - READ-ONLY, do not modify
**Project skills**: `/var/www/html/.claude/skills/` - Custom skills for this specific project go here
---