Commit graph

2 commits

Author SHA1 Message Date
Snider
d2410f50a3 feat(ax-10): bring php to v0.8.0-alpha.1 + CLI test scaffold
- Migrate module path: dappco.re/go/core/php -> dappco.re/go/php
- Bump dappco.re/go/* deps to v0.8.0-alpha.1 in go.mod (any forge.lthn.ai/core/* paths migrated to canonical dappco.re/go/* form)
- Update Go source imports across 21 .go files
- Add tests/cli/php/Taskfile.yaml AX-10 scaffold (build/vet/test under default deps), per RFC-CORE-008-AGENT-EXPERIENCE.md §10

Co-Authored-By: Athena <athena@lthn.ai>
2026-04-24 23:44:15 +01:00
Snider
74ef3ec5e4 refactor: move Go source files to pkg/php/
Some checks failed
CI / PHP 8.4 (push) Failing after 2m8s
CI / PHP 8.3 (push) Failing after 2m18s
Restructure for production embedding — all Go source now under pkg/php/
with locales embedded alongside. Entry point at cmd/core-php/ imports
forge.lthn.ai/core/php/pkg/php. Prepares for Gin router frontend and
native binary production deployment.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-12 19:14:14 +00:00
Renamed from testing.go (Browse further)