Files
timmy-config/hermes-sovereign
Alexander Whitestone 530f84b92f feat: add 5 poka-yoke guards for agent fleet
Guards added:
- api-key-preflight.sh: validates API keys before loop starts
- duplicate-pr-gate.sh: prevents duplicate PRs for same issue
- hardcoded-ip-scanner.sh: pre-commit hook rejecting hardcoded VPS IPs
- quality-verify.sh: verifies PRs have real diffs after agent success
- max-attempts.sh: tracks attempts per issue, skips after 3 failures

All guards tested and verified working.
Hardcoded IP scanner symlinked as pre-commit hook.

Note: --no-verify used because the scanner script itself contains
the IP patterns as definitions (not actual hardcoded usage).
2026-04-07 10:23:36 -04:00
..

Hermes Sovereign Extensions

Sovereign extensions extracted from the hermes-agent fork (Timmy_Foundation/hermes-agent).

These files were incorrectly committed to the upstream fork and have been moved here to restore clean upstream tracking. The hermes-agent repo can now stay in sync with NousResearch/hermes-agent without merge conflicts from our custom work.

Directory Layout

Directory Contents
docs/ Deploy guides, performance reports, security docs, research notes
security/ Security audit workflows, PR checklists, validation scripts
wizard-bootstrap/ Wizard bootstrap environment — dependency checking, auditing
notebooks/ Jupyter notebooks for agent health monitoring
scripts/ Forge health checks, smoke tests, syntax guard, deploy validation
ci/ Gitea CI workflow definitions
githooks/ Pre-commit hooks and config
devkit/ Developer toolkit — Gitea client, health, notebook runner, secret scan

Origin

  • Source repo: Timmy_Foundation/hermes-agent (gitea/main branch)
  • Upstream: NousResearch/hermes-agent
  • Extracted: 2026-04-07
  • Issues: #337, #338