Uh oh!
There was an error while loading. Please reload this page.
LLP 0118-0125: hermes log forwarding cluster - #331
Merged
Conversation
…, plan) Design docs for a @hypaware/hermes client adapter that imports Hermes Agent (NousResearch/hermes-agent) activity into ai_gateway_messages: - 0118 spec: requirements R1-R10 for capturing hermes sessions - 0119 decision: pull from ~/.hermes/state.db (not push, not the wire) - 0120 decision: rows materialize into ai_gateway_messages via ai_gateway.projected_exchange, no new table - 0121 decision: bundled in plugins-workspace beside claude/codex - 0122 design: node:sqlite reader, watermark poll, session-end part, projection mapping - 0123 plan: T1-T6 - 0124 decision: channel sessions get canonical policy scope path ~/.hermes/channels/<source> (default full, standard marking machinery covers local-only/ignore) - 0125 decision: engines floor moves to Node >=22.12 Grilled with Phil 2026-07-20; cluster renumbered from 0115-0121 after claude-desktop-attach claimed 0115-0117. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Status Draft -> Accepted on all eight docs; plan note updated to reflect the cluster landing via its own docs PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Docs-only PR: the LLP cluster for a new
@hypaware/hermesclient adapter that forwards Hermes Agent activity into HypAware. All eight docs are Accepted (approved for implementation; they flip to Active as the implementation PRs land). No code.The cluster
ai_gateway_messages, idempotent, policy-honoring, read-only against hermes, auto-ongoing, observable~/.hermes/state.db(canonical SQLite store); rejects a hermes-side push plugin andbase_urlwire attachai_gateway.projected_exchangewithclient_name='hermes'; no new tableplugins-workspace/beside claude/codexnode:sqliteread-only reader, per-session watermark poll, deterministic session-end part, full projection mapping~/.hermes/channels/<source>: defaultfull, standard marking machinery coverslocal-only/ignore, no bespoke config keyenginesfloor moves to Node>=22.12(Node 20 is EOL;node:sqliteneeded); CI gains a 22+24 matrixNotes
claude-desktop-attachclaimed 0115-0117.🤖 Generated with Claude Code