agent/php
Snider 39914fbf14 refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:00 +01:00
..
Actions refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
Configs agent updates 2026-03-21 11:10:44 +00:00
Console/Commands feat(agentic): add canonical generate command 2026-04-02 04:54:20 +00:00
Controllers feat(session): persist handoff notes on end 2026-04-02 04:03:12 +00:00
docs agent updates 2026-03-21 11:10:44 +00:00
Facades agent updates 2026-03-21 11:10:44 +00:00
Jobs agent updates 2026-03-21 11:10:44 +00:00
Lang/en_GB agent updates 2026-03-21 11:10:44 +00:00
Mcp refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
Middleware feat(agent): implement fleet and sync RFC surfaces 2026-03-31 07:27:15 +00:00
Migrations fix(agentic): align php state and fleet runtime 2026-03-31 08:08:04 +00:00
Models feat(brain): expose supersession metadata 2026-04-02 07:53:58 +00:00
Routes feat(agent): implement fleet and sync RFC surfaces 2026-03-31 07:27:15 +00:00
Service agent updates 2026-03-21 11:10:44 +00:00
Services feat(session): persist handoff notes on end 2026-04-02 04:03:12 +00:00
Support agent updates 2026-03-21 11:10:44 +00:00
tests refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
View refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
.DS_Store refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
agentic.php agent updates 2026-03-21 11:10:44 +00:00
AGENTS.md agent updates 2026-03-21 11:10:44 +00:00
Boot.php feat(agentic): add canonical generate command 2026-04-02 04:54:20 +00:00
config.php agent updates 2026-03-21 11:10:44 +00:00
FINDINGS.md agent updates 2026-03-21 11:10:44 +00:00
GEMINI.md agent updates 2026-03-21 11:10:44 +00:00
TODO.md agent updates 2026-03-21 11:10:44 +00:00