Skip to content

feat: add Hermes conservative preset#18

Merged
cafitac merged 1 commit intomainfrom
feat/hermes-conservative-preset
Apr 30, 2026
Merged

feat: add Hermes conservative preset#18
cafitac merged 1 commit intomainfrom
feat/hermes-conservative-preset

Conversation

@cafitac
Copy link
Copy Markdown
Owner

@cafitac cafitac commented Apr 30, 2026

Summary

  • add a named Hermes hook preset surface with conservative defaults selected by default
  • make bootstrap/install/snippet/doctor render conservative hook budgets explicitly, with --preset balanced for the previous verbose shape
  • document the safe always-on Hermes defaults and balanced opt-in path

Conservative default contract

  • --top-k 1
  • --max-prompt-lines 6
  • --max-prompt-chars 800
  • --max-prompt-tokens 200
  • --max-verification-steps 1
  • --max-alternatives 0
  • --max-guidelines 1
  • --no-reason-codes
  • timeout: 8

Test plan

  • uv run pytest tests/test_cli.py::test_python_module_cli_hermes_bootstrap_defaults_to_user_paths_and_conservative_preset tests/test_cli.py::test_python_module_cli_hermes_hook_config_snippet_can_use_balanced_preset -q
  • uv run pytest tests/test_cli.py tests/test_repository_trust_docs.py -q
  • uv run pytest tests/ -q
  • uv run python scripts/check_release_metadata.py
  • uv run python scripts/smoke_release_readiness.py
  • npm pack --dry-run
  • git diff --check

@cafitac cafitac merged commit eeeff7c into main Apr 30, 2026
2 checks passed
@cafitac cafitac deleted the feat/hermes-conservative-preset branch April 30, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant