Initial commit: design spec for session retrospective tool

Claude Code session efficiency analysis tool — self-assessment of
action impact + token/time retrospectives via JSONL parsing.
This commit is contained in:
2026-03-20 20:45:23 +00:00
commit 0033751900
2 changed files with 339 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Build artifacts
.stack-work/
*.hi
*.o
*.dyn_hi
*.dyn_o
# Reports (generated, local-only)
reports/
# Editor
*~
*.swp
.vscode/