agent/ui
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
..
dist feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00
src feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00
.DS_Store refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
index.html feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00
package-lock.json feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00
package.json feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00
tsconfig.json feat(ui): core-agent-panel Lit custom element 2026-03-16 08:16:30 +00:00