Files
timmy-config/hermes-sovereign/README.md
Alexander Whitestone 95d65a1155 feat: extract sovereign work from hermes-agent fork into sidecar
Extracted 52 files from Timmy_Foundation/hermes-agent (gitea/main) into
hermes-sovereign/ directory to restore clean upstream tracking.

Layout:
  docs/             19 files — deploy guides, performance reports, security docs, research
  security/          5 files — audit workflows, PR checklists, validation scripts
  wizard-bootstrap/  7 files — wizard environment, dependency checking, auditing
  notebooks/         2 files — Jupyter health monitoring notebooks
  scripts/           5 files — forge health, smoke tests, syntax guard, deploy validation
  ci/                2 files — Gitea CI workflow definitions
  githooks/          3 files — pre-commit hooks and config
  devkit/            8 files — developer toolkit (Gitea client, health, notebook runner)
  README.md          1 file  — directory overview

Addresses: #337, #338
2026-04-07 10:11:20 -04:00

28 lines
1.4 KiB
Markdown

# 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