agent/pkg
Snider 63db9e8733 fix(runner): use c.Config().Get() instead of ConfigGet generic
ConfigGet type assertion fails across package boundaries —
agentic stores map[string]agentic.ConcurrencyLimit but runner
tries to retrieve map[string]runner.ConcurrencyLimit.

Use Core's c.Config().Get() → Result → type assert instead.
This is why concurrency limits were never enforced.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 11:30:38 +00:00
..
agentic fix(runner): use c.Config().Get() instead of ConfigGet generic 2026-03-26 11:30:38 +00:00
brain feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
lib feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
messages feat(runner): extract dispatch runner into independent Core service 2026-03-26 11:00:47 +00:00
monitor feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
runner fix(runner): use c.Config().Get() instead of ConfigGet generic 2026-03-26 11:30:38 +00:00
setup feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00