Zion Boggan zionboggan.com ↗

Video-first README, copy refresh, version bump to 0.9.2

- Replace prompt-tree.gif with hosted brand video poster (treetrace.dev/assets/treetrace-v43.mp4); demo.gif kept
- Update use-case headings to match canonical MESSAGING.md: "Where is it headed?" and "Dev & token efficiency insight"
- Bump version 0.9.1 -> 0.9.2
- CHANGELOG entry for 0.9.2
155d13a   Zion Boggan committed on Jun 19, 2026 (3 days ago)
CHANGELOG.md +8 -0
@@ -2,6 +2,14 @@
Notable changes to TreeTrace. The format follows Keep a Changelog, and the project uses semantic versioning.
+## 0.9.2 - 2026-06-19
+
+### Documentation
+
+- README leads with the hosted brand video poster (links to treetrace.dev/assets/treetrace-v43.mp4) instead of the prompt-tree.gif animation.
+- Removed prompt-tree.gif from the README; demo.gif in-terminal walkthrough kept.
+- Updated use-case section: heading is now "Where is it headed?" and "Dev & token efficiency" heading now reads "Dev & token efficiency insight", matching the canonical MESSAGING.md wording.
+
## 0.9.1 - 2026-06-19
### Added
README.md +3 -5
@@ -31,9 +31,7 @@
<a href="https://treetrace.dev">treetrace.dev</a>
</p>
-<a href="https://treetrace.dev">
- <img alt="TreeTrace launch video" src="https://raw.githubusercontent.com/TreeTraceTool/TreeTrace/main/.github/assets/prompt-tree.gif" width="760">
-</a>
+<p align="center"><a href="https://treetrace.dev/assets/treetrace-v43.mp4"><img src="https://treetrace.dev/assets/treetrace-v43-poster.jpg" alt="Watch the TreeTrace demo video" width="760"></a></p>
<picture>
<img alt="TreeTrace turning a session into a prompt tree, lessons, and redacted output" src="https://raw.githubusercontent.com/TreeTraceTool/TreeTrace/main/.github/assets/demo.gif" width="760">
@@ -73,7 +71,7 @@ Real corrections become regression evals. No LLM judge.
</td>
<td width="50%" valign="top">
-**Dev & token efficiency**
+**Dev & token efficiency insight**
See the cost of rework and where steering was needed.
@@ -81,7 +79,7 @@ See the cost of rework and where steering was needed.
</tr>
</table>
-### Where it's headed
+### Where is it headed?
<table>
<tr>
package.json +1 -1
@@ -1,6 +1,6 @@
{
"name": "treetrace",
- "version": "0.9.1",
+ "version": "0.9.2",
"description": "Prompt-lineage visibility for coding & CLI agent sessions. Turns a raw session into a structured, local record of every correction, refusal, token, and tool - for audit, training data, and token efficiency.",
"keywords": [
"claude-code",