agent-orchestrator/backend/internal/config
Harshit Singh Bhandari 9c7866daba
chore: change default data/config dir from ~/Library/Application Support to ~/.ao (#187)
Replaces os.UserConfigDir() + "agent-orchestrator/..." fallback with
os.UserHomeDir() + ".ao/..." in resolveRunFilePath() and resolveDataDir(),
so the default layout is:
  ~/.ao/running.json
  ~/.ao/data/

AO_RUN_FILE and AO_DATA_DIR env overrides are unchanged.

Closes #183
2026-06-11 20:09:36 +05:30
..
config.go chore: change default data/config dir from ~/Library/Application Support to ~/.ao (#187) 2026-06-11 20:09:36 +05:30
config_test.go chore: change default data/config dir from ~/Library/Application Support to ~/.ao (#187) 2026-06-11 20:09:36 +05:30