v0.24.3
v0.24.3 — Code maintenance sprint
Docs
- #526 Update ARCHITECTURE.md store path from
store.tstostores/index.ts(PR #530) - #528 Archive stale recon/prd docs from v0.4–v0.5 era (PR #532)
Chores
- #520 Fix 3 remaining
node:import prefix misses after #511 (PR #529) - #505 Document session-scoped routing limitation in agents route (PR #531)
- #501 Replace
console.warnwithchildLoggerin daemon code (PR #533) - #502 Narrow
as anytype casts inagent.tsandupdate.ts(PR #534) - #519 Split
api-schemas.tsinto per-route-family modules (PR #535) - #521 Break
createAgentTools()636-line function into per-tool modules (PR #536) - #522 Split
consolidation.tsinto focused submodules (PR #537) - #523 Split
config.tsintoenv/mode/validatemodules (PR #538) - #525 Decompose
initializeSchema()into focused helper functions (PR #539)
What's Changed
- chore: fix 3 remaining node: import prefix misses by @bketelsen in #529
- docs: update ARCHITECTURE.md store path from store.ts to stores/index.ts by @bketelsen in #530
- chore: address session-scoped routing TODO in agents route by @bketelsen in #531
- docs: archive stale recon and prd docs from v0.4-v0.5 era by @bketelsen in #532
- chore: replace console.warn with childLogger in daemon code by @bketelsen in #533
- chore: narrow 'as any' type casts in agent.ts and update.ts by @bketelsen in #534
- chore: split api-schemas.ts into per-route-family modules by @bketelsen in #535
- chore: break createAgentTools() into per-tool modules by @bketelsen in #536
- chore: split consolidation.ts into focused submodules by @bketelsen in #537
- chore: split config.ts into env/mode/validate modules by @bketelsen in #538
- chore: decompose initializeSchema() into focused helper functions by @bketelsen in #539
Full Changelog: v0.24.2...v0.24.3