Commit graph

15 commits

Author SHA1 Message Date
ecd47fe3db revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00
Codex
fcb9c189e5 fix(agentic): harden TODO workspace write
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 08:54:32 +01:00
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
Virgil
44321aab25 fix(agentic): use typed EOF handling
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:08:20 +00:00
Virgil
1b986f9f2d fix(agentic): preserve fleet SSE event names
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 05:33:16 +00:00
Virgil
a3043e786a feat(agentic): preserve nullable fleet task id
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 04:42:58 +00:00
Virgil
cf8af42027 feat(agentic): award credits on fleet task completion
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:54:13 +00:00
Virgil
8712c7c921 feat(agentic): type fleet compute budgets
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:50:26 +00:00
Virgil
dbbc09b09c refactor(agentic): remove io import from fleet event reader
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:39:25 +00:00
Virgil
a472afe4fd feat(agentic): add fleet event polling fallback
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 17:43:49 +00:00
Virgil
57ee930717 feat(agentic): add fleet event SSE surface
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 19:04:06 +00:00
Virgil
f2f29ceb5f refactor(agentic): clarify AX local identifiers
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:48:21 +00:00
Virgil
bad6d66abf feat(agentic): harden RFC platform sync handling
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 13:19:18 +00:00
Virgil
2a1e13662d fix(agentic): align platform action aliases
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 11:42:02 +00:00
Virgil
85f3a02361 feat(agentic): add fleet platform actions and commands
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 11:02:11 +00:00