Clean-room copy of the reusable engines from comiida, with all instance data, secrets, dependencies, and build output excluded: - app/ Astro theme skeleton (no comiida blog posts; hero image -> placeholder) - api/ SeedProject PHP framework (no vendor/.env/config.php) - content-pipeline/ engine only (scripts/admin/prompts; empty runtime state) - astroagent.config.json + app/.astroagent/skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
977 B
977 B
SeedProject Changelog
2026-04-27 — Cleanup and permissions
.claude/settings.local.json— addedCOMPOSER_ALLOW_SUPERUSER=1 composer installto allowed commands; reordered hooks blockSeedProjectNaked.zip— removed stale zip artifact from repo
2026-04-27 — Fix HTTP 500 on boot
PHP 8.3 Compatibility
core/Database.php— renamedquery()toexecQuery()to resolve fatal signature mismatch withPDO::query()in PHP 8.3; updated internal calls inretrieve()andpagination()app/Components/Role.php— updateddeletePerm()to callexecQuery()instead ofquery()
Composer / Autoloader
composer.json— created from scratch (was missing); addedautoload.classmapforcore/,app/Helpers,app/Controllers,app/Components,app/Gateways,system/so framework classes load via composervendor/— rancomposer dump-autoloadto regenerate autoload files with proper classmap