richardcase / richardcase/clowder
Support sessions
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 16
Description
Currently AttentionState/HookEvent only report an agent's live status (Idle/Working/NeedsInput/Completed/Exited) — nothing persists a transcript, scrollback, or hook-event log for later review. Once a pane closes or a worktree is discarded, its history is gone.
Proposal: persist a session record per agent run (scrollback and/or structured hook-event log), with a way to list past sessions per project and reopen/replay one read-only. Scope note: decide whether this stores raw terminal scrollback, structured events, or both, and where it's retained (local state dir vs. per-worktree).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing AttentionState and HookEvent concepts to understand what live agent status and hook events currently expose. Define the session record, retention location, and whether history uses raw scrollback, structured events, or both; done means sessions can be listed per project and reopened or replayed read-only after a pane or worktree is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100