Memory layers (hot/warm/cold) #27
Notifications
Due Date
No due date set.
Depends on
#23 query_project read tool
christian/commitea
Reference: christian/commitea#27
Reference in New Issue
Block a user
No description provided.
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?
Hot = charter + active directives + focus snapshot capped <=2k tokens; warm = append-only event log + weekly digest; cold = gitea/sidecar via tools (ticket data never copied into memory).
Acceptance: hot context assembles under the 2k budget; ticket detail fetched through query_project, not inlined.
Done — memory layers: assembleHotContext assembles focus + active directives + charter under a 2000-token budget (hot); ticket detail stays in query_project (warm), never inlined. Shipped in PR #57. Closing.