Commit graph

4 commits

Author SHA1 Message Date
Snider
6adcd6ec0b fix(dx): add strict_types, composer scripts, and Pint config
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 2s
CI / PHP 8.4 (pull_request) Failing after 3s
- Add declare(strict_types=1) to all 12 PHP files missing it
- Add composer test/lint scripts to composer.json
- Add laravel/pint to require-dev for PSR-12 compliance
- Add pint.json with Laravel preset
- Update CLAUDE.md commands to match monorepo conventions

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:08:38 +00:00
Snider
518305142e refactor: relocate module from app/Mod/Developer to src/
Move module to standard package structure with namespace change
from Mod\Developer to Core\Developer. Updates composer.json
autoload configuration accordingly.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 16:25:31 +00:00
Snider
579d88b123 core-developer module 2026-01-26 20:23:54 +00:00
Snider
c19612d751
Initial commit 2026-01-26 18:40:00 +00:00