- TailReadJSONL: reverse-read JSONL without loading entire file - FindSessionForProcess: match PID to most recent JSONL via EncodePath - DetectState: heuristic based on last message stop_reason + tool name - ExtractPreview: extract first 3 lines of last assistant text - All 17 tests pass (session_test.go + state_test.go) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
78 B
Go
6 lines
78 B
Go
package main
|
|
|
|
func main() {
|
|
// Placeholder - will be implemented in Task 2
|
|
}
|