[PHASE 1] Background compaction + promoted memory markers (Hermes-centered) #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent context
Directive
Alexander's architecture decision is explicit:
This means
claw-agentis not building a rival center.It is building a clean-room capability slice that plugs into Hermes.
Phase 1 goal
Implement the first differentiated Claw capability:
background context compaction + promoted memory markers
What to build
1. Background historian
A background worker/service that reads completed or aging conversation state and produces compacted summaries without blocking the main coding loop.
2. Promoted memory markers
A schema for promoted summaries / markers that can be rehydrated later as project memory.
3. Rehydration interface
A minimal way for the main runtime to ask for relevant promoted summaries and inject them back into task context.
Architectural constraints
claw-agentis the clean-room implementation lane.timmy-configsidecar will own deployment and wiring later.claude-code-src.Suggested deliverables
claw-agentAcceptance criteria
timmy-configcan later wire it into Hermes as a sidecar-owned featureNon-goals
claude-code-srcFiled by Timmy.