superpowers/tests/hermes
Jesse Vincent b6613057ae test(hermes): realign suite with the pre_llm_call mechanism; slim docs to the README section
The 20-test suite still exercised the dead on_session_start/inject_message
mechanism (17 failures against the rewritten plugin). Rewritten for the
real contract: pre_llm_call registration + first-turn-only context return,
register_skill receiving pathlib.Path (the conftest mock now raises on str,
mirroring hermes' AttributeError that silently disables a plugin), both
install layouts resolving skills, loud failure when skills are missing,
tool mapping sourced verbatim from hermes-tools.md, and a bootstrap-size
guard against hermes' 10k-char context spill threshold. 19 tests, passing.

Install docs collapse into the README section per maintainer direction:
docs/README.hermes.md and .hermes-plugin/INSTALL.md are gone; the README
carries the two-line install plus the compaction caveat. plugin.yaml
version aligned to 6.1.1.
2026-07-23 16:05:54 -07:00
..
__init__.py feat(hermes): Hermes Agent harness support, rebased to a Hermes-only diff 2026-07-23 12:18:13 -07:00
conftest.py test(hermes): realign suite with the pre_llm_call mechanism; slim docs to the README section 2026-07-23 16:05:54 -07:00
test_bootstrap.py test(hermes): realign suite with the pre_llm_call mechanism; slim docs to the README section 2026-07-23 16:05:54 -07:00
test_plugin.py test(hermes): realign suite with the pre_llm_call mechanism; slim docs to the README section 2026-07-23 16:05:54 -07:00