mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-15 07:04:45 +00:00
update
This commit is contained in:
parent
177f5b0c8d
commit
41b716efa9
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Analyze the current session and extract learnings to memory
|
description: Analyze the current session and extract learnings to memory
|
||||||
allowed-tools: Read, Edit
|
allowed-tools: Read, Edit, Grep, Bash, Task
|
||||||
---
|
---
|
||||||
|
|
||||||
# Session Retrospective
|
# Session Retrospective
|
||||||
|
|
@ -11,6 +11,14 @@ Analyze this coding session and extract valuable learnings to improve future ses
|
||||||
|
|
||||||
### 1. Review What Happened This Session
|
### 1. Review What Happened This Session
|
||||||
|
|
||||||
|
The session transcript is at: $CLAUDE_SESSION_TRANSCRIPT_PATH
|
||||||
|
|
||||||
|
**Important**: Session transcripts can be large. Use these strategies:
|
||||||
|
- Use `Read` with `offset` and `limit` parameters to read portions (e.g., last 500 lines)
|
||||||
|
- Use `Grep` to search for specific patterns like "Error", "Edit", "Write" to find key moments
|
||||||
|
- Use `Bash` with `tail` or `head` to get specific portions
|
||||||
|
- Focus on the most recent activity (end of file) for the session summary
|
||||||
|
|
||||||
Reflect on the session:
|
Reflect on the session:
|
||||||
- What code was written or modified?
|
- What code was written or modified?
|
||||||
- What problems were solved?
|
- What problems were solved?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue