Commit graph

11 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
Snider
5f0878d93d fix(mcp): update Subsystem interface to match mcp v0.5.1 Service API
All RegisterTools and internal register*Tool methods updated from
*mcp.Server to *coremcp.Service. Tool registration calls updated to
use svc.Server() for SDK AddTool calls. Monitor subsystem updated
to store *coremcp.Service and access Server() for Sessions/ResourceUpdated.
Tests updated to create coremcp.Service via New() instead of raw SDK server.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-07 14:11:19 +01:00
Virgil
8fab46dcdc fix(agentic): snapshot template content in versions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:07:48 +00:00
Virgil
5e58608822 feat(agentic): version plan templates from stored snapshots
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:23:03 +00:00
Virgil
534df4278a feat(agentic): persist template metadata on plans
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 15:21:03 +00:00
Virgil
4fff6cc844 feat(agentic): expose plan template snapshot metadata
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 15:12:53 +00:00
Virgil
6b0de57496 feat(agentic): allow zero-variable template plans
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 13:47:26 +00:00
Virgil
06a915aafb feat(agentic): add task file-line references
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 12:21:08 +00:00
Virgil
9d90e7532f feat(agentic): add plan template compatibility tools
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 14:39:40 +00:00