feat(context-keeper): Add session context persistence power#122
Open
logesh4v wants to merge 1 commit into
Open
feat(context-keeper): Add session context persistence power#122logesh4v wants to merge 1 commit into
logesh4v wants to merge 1 commit into
Conversation
Adds Context Keeper — a Knowledge Base Power that preserves session context across Kiro chat windows using hooks and steering files. - Auto-captures structured session summaries on agentStop - Auto-restores prior context on promptSubmit (branch-aware) - Manual snapshot and compression via userTriggered hooks - Maintains persistent project memory across all sessions - Zero external dependencies, pure hooks + steering architecture
|
Hi @logesh4v, thank you for your contribution! Please note that if you haven't already, you would also need to submit your power officially at kiro.dev/powers/submit so it can be reviewed for listing in the Kiro powers registry. |
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 free
to 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.
Summary
Adds Context Keeper — a Knowledge Base Power that preserves session context across Kiro chat windows using hooks and steering files.
What it does
agentStop(7-section format: decisions, files modified, patterns, preferences, next steps)promptSubmit(branch-aware, with fallback)userTriggeredhooksStructure
Testing
Why this power?
Context loss between sessions is one of the most reported pain points for Kiro users (see issues #5479, #1279, #2431). This power solves it with zero configuration — install and forget.