fleet-memory/.github/workflows
Nicolò Boschi 0ff36548e0
feat(hermes): file-based config + updated docs (#686)
* feat(hermes): file-based config + updated docs

Replace the old dataclass/configure() singleton with a plain dict
config loaded from ~/.hindsight/hermes.json — same field names and
conventions as the openclaw and claude-code integrations.

Loading order: defaults → config file → env var overrides.

- config.py: rewritten with load_config() returning a plain dict,
  DEFAULTS matching openclaw/claude-code fields, ENV_OVERRIDES with
  typed casting
- tools.py: register() uses load_config() instead of raw env vars
- __init__.py: clean exports (removed configure/get_config/reset_config)
- README.md: full rewrite with config file examples, tables by category
- docs/hermes.md: full rewrite with quick start, architecture, all
  config tables, gateway section, troubleshooting
- tests: updated for new config pattern, 46 tests pass

* ci: add test job for hermes integration

* chore: regenerate docs skill for hermes integration
2026-03-25 16:11:38 +01:00
..
deploy-docs.yml chore(deps): bump actions/setup-node from 4 to 6 (#557) 2026-03-13 14:10:39 +01:00
release-integration.yml chore(deps): bump actions/setup-python from 5 to 6 (#654) 2026-03-24 07:48:44 +01:00
release.yml feat: independent versioning for integrations (#565) 2026-03-18 17:53:46 +01:00
test.yml feat(hermes): file-based config + updated docs (#686) 2026-03-25 16:11:38 +01:00