Commit graph

5 commits

Author SHA1 Message Date
Snider
a36ae054c0 refactor: swap pkg/framework imports to pkg/core
Some checks failed
Security Scan / security (push) Successful in 6s
Test / test (push) Failing after 28s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 14:11:05 +00:00
Snider
76d2843753 refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
Some checks failed
Security Scan / security (push) Successful in 6s
Test / test (push) Failing after 1m31s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:42 +00:00
Snider
ce2ca60268 feat: standalone core-php binary with build tags
Some checks failed
Security Scan / security (push) Successful in 7s
Test / test (push) Failing after 1m22s
- Remove init() registration, use cli.Main() pattern
- Build-tag FrankenPHP files (cgo/!cgo)
- Add Taskfile.yml
- Add CLAUDE.md

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 08:40:39 +00:00
Snider
e546fa438e chore: go mod tidy
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 1m1s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 17:25:29 +00:00
Claude
5436df2cf4
feat: FrankenPHP Go embedding library
Extracted from host-uk/core/cmd/core-app/ into a reusable package.

Provides:
- Handler: http.Handler serving PHP via in-process FrankenPHP
- Extract: embed.FS to temp dir extraction for PHP runtime
- PrepareEnvironment: .env, SQLite, persistent storage setup
- Bridge: localhost HTTP API for PHP → Go communication

Requires CGo + PHP headers. Build with: -tags nowatcher

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:49:46 +00:00