|
|
e58986a3b4
|
revert fcb9c189e5
revert fix(agentic): harden TODO workspace write
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-23 12:32:57 +01:00 |
|
Codex
|
cbc262add4
|
fix(agentic): harden TODO workspace write
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-23 12:32:57 +01:00 |
|
Virgil
|
0779a7dbe5
|
refactor(setup-monitor): align service option names with RFC
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-02 08:13:16 +00:00 |
|
Virgil
|
f0c903d8c3
|
fix(ax): replace typed service lookups with Core.Service
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 05:43:14 +00:00 |
|
Virgil
|
40a26ca28c
|
fix(ax): continue AX comment cleanup
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 22:30:05 +00:00 |
|
Virgil
|
3aa9760ead
|
fix(ax): continue AX comment cleanup
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 21:52:40 +00:00 |
|
Virgil
|
f11d1d47a1
|
fix(ax): continue AX naming cleanup
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 21:11:06 +00:00 |
|
Virgil
|
f9eca5e395
|
fix(ax): align runtime names with AX principles
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-30 20:53:36 +00:00 |
|
Virgil
|
ad3373b134
|
fix(ax): align setup package docs and tests
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-29 21:34:46 +00:00 |
|
Snider
|
f83c753277
|
feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport
go-process:
- Register factory, Result lifecycle, 5 named Action handlers
- Start/Run/StartWithOptions/RunWithOptions all return core.Result
- core.ID() replaces fmt.Sprintf, core.As replaces errors.As
core/agent:
- PrepSubsystem + monitor.Subsystem + setup.Service embed ServiceRuntime[T]
- 22 named Actions + agent.completion Task pipeline in OnStartup
- ChannelNotifier removed — all IPC via c.ACTION(messages.X{})
- proc.go: all methods via s.Core().Process(), returns core.Result
- status.go: WriteAtomic + JSONMarshalString
- paths.go: Fs.NewUnrestricted() replaces unsafe.Pointer
- transport.go: ONE net/http file — HTTPGet/HTTPPost/HTTPDo/MCP transport
- All disallowed imports eliminated from source files (13 quality gates)
- String concat eliminated — core.Concat() throughout
- 1:1 _test.go + _example_test.go for every source file
- Reference docs synced from core/go v0.8.0
- RFC-025 updated with net/http, net/url, io/fs quality gates
- lib.go: io/fs eliminated via Data.ListNames, Array[T].Deduplicate
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-26 01:27:46 +00:00 |
|