Commit graph

3 commits

Author SHA1 Message Date
Snider
2659490924 fix(uptelligence): DX audit — fix strict_types and CLAUDE.md commands
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 3s
CI / PHP 8.4 (pull_request) Failing after 3s
- Add missing declare(strict_types=1) to config.php and routes/admin.php
- Fix artisan command prefixes in CLAUDE.md: three commands use
  uptelligence: prefix not upstream: (check-updates, send-digests,
  sync-altum-versions)
- PSR-12 compliance verified (no tabs, no trailing whitespace)
- composer test blocked: ../php path repo not available in workspace

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:11:03 +00:00
Snider
15d95840c8 feat: add sync-forge command and update config defaults
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
- Add SyncForgeCommand to register Forge repos as tracked vendors
- Register SyncForgeCommand in onConsole() event handler
- Update gitea config defaults: forge.lthn.ai URL, FORGE_TOKEN fallback, core org
- Fix PHP 8.5 parse error: use string concatenation for ANSI-tagged output

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 15:27:47 +00:00
Snider
40d893af44 monorepo sepration 2026-01-26 23:56:46 +00:00