- DefaultBaseURL was api.core-agentic.dev (nonexistent domain). Changed
to http://localhost:8080 for local dev. Set AGENTIC_BASE_URL for prod.
- HourlyRateLimit and CostCeiling on ModelQuota annotated as reserved:
stored but not enforced. Enforcement requires AllowanceStore interface
changes (sliding window) — deferred.
- Phase 6 marked complete in TODO.md.
Co-Authored-By: Virgil <virgil@lethean.io>