haikdc
|
f0d3cabc47
|
[haik]: refactor: standardize backend naming and import structure - strip leading underscores from all internal functions/constants across agents, settings, session, and provider modules in favor of public names or P_ prefix for module-private symbols; replace nine_router/init.py barrel re-exports with direct submodule imports (process, sync, sync_custom, oauth); hoist inline stdlib imports to module level; delete dead openai_passthrough.py GPT-5 proxy and the redundant _save_settings alias
|
2026-06-13 19:30:34 -07:00 |
|
ciregenz
|
249f425a2d
|
[eric] backend: stat-validated caches for settings.json and tools dir, disk parse only on change
|
2026-06-05 16:45:33 -07:00 |
|
Eric
|
41031a7790
|
[eric] backend: load_settings never bricks boot on a corrupt or version-drifted settings.json - preserve unparseable files aside and drop only the invalid fields instead of raising, plus a migration test suite
|
2026-05-28 21:41:01 -07:00 |
|
ciregenz
|
33aa485a12
|
[eric] cycles: extract settings persistence into store leaf
|
2026-05-23 07:12:19 -07:00 |
|