| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "treetrace", | ||
| - | "version": "0.2.4", | |
| + | "version": "0.3.0", | |
| "description": "Turn AI coding sessions into regression-ready prompt lineage, failure analysis, eval cases, and handoff memory.", | ||
| "keywords": [ | ||
| "claude-code", |
| @@ -20,7 +20,7 @@ import { | ||
| import { makeTitle } from './extract.js'; | ||
| import { c, plural, truncate } from './util.js'; | ||
| - | const VERSION = '0.2.0'; | |
| + | const VERSION = '0.3.0'; | |
| const HELP = `TreeTrace - turn AI coding sessions into regression-ready prompt lineage |