forked from akitaonrails/ai-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04-low-signal-session.json
More file actions
13 lines (13 loc) · 1012 Bytes
/
Copy path04-low-signal-session.json
File metadata and controls
13 lines (13 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "low-signal-session",
"description": "A short, mundane session with no durable lessons — just minor edits. Tests whether the model RESISTS the urge to manufacture concept/decision pages and just returns the session log. (The system prompt explicitly says to favour returning only the session page when there's no reusable insight.)",
"observations": [
{"kind": "session-start", "title": "session start", "body": "cwd=/mnt/data/Projects/ai-memory"},
{"kind": "user-prompt", "title": "user prompt", "body": "fix the typo in README — should be 'Karpathy' not 'Karparthy'"},
{"kind": "pre-tool-use", "title": "Edit", "body": "README.md: Karparthy → Karpathy"},
{"kind": "post-tool-use", "title": "git diff", "body": "1 line changed"},
{"kind": "user-prompt", "title": "user prompt", "body": "commit it"},
{"kind": "pre-tool-use", "title": "git commit", "body": "docs: fix Karpathy spelling"},
{"kind": "session-end", "title": "session end", "body": "trivial"}
]
}