Zion Boggan zionboggan.com ↗

Set canonical repo URL to Tree-Trace/treetrace

fbc8a78   Zion Boggan committed on Jun 12, 2026 (1 week ago)
examples/weather-dashboard/.treetrace/failures.json +1 -1
@@ -2,7 +2,7 @@
"schemaVersion": "0.2",
"project": {
"name": "weather-dashboard",
- "generatedAt": "2026-06-12T04:12:12.307Z"
+ "generatedAt": "2026-06-12T04:29:00.937Z"
},
"summary": {
"totalFailureSignals": 1,
examples/weather-dashboard/.treetrace/tree.json +2 -2
@@ -3,11 +3,11 @@
"generator": {
"name": "treetrace",
"version": "0.2.0",
- "url": "https://github.com/REPLACE-ME-ORG/treetrace"
+ "url": "https://github.com/Tree-Trace/treetrace"
},
"project": {
"name": "weather-dashboard",
- "generatedAt": "2026-06-12T04:12:12.307Z",
+ "generatedAt": "2026-06-12T04:29:00.937Z",
"sourceType": "claude-code-jsonl"
},
"stats": {
examples/weather-dashboard/PROMPT_TREE.md +2 -2
@@ -2,7 +2,7 @@
> **4 prompts** · **1 session** · **1 day** · 1 correction · 1 scope change · 2 tool calls · 1 file touched
>
-> The prompt lineage that built this project, extracted from real sessions, curated and redacted by the author, generated by [treetrace](https://github.com/REPLACE-ME-ORG/treetrace).
+> The prompt lineage that built this project, extracted from real sessions, curated and redacted by the author, generated by [treetrace](https://github.com/Tree-Trace/treetrace).
## Goal
@@ -48,4 +48,4 @@ A distilled, replayable version of the accepted path. Paste into a fresh agent t
---
-*Generated by [treetrace](https://github.com/REPLACE-ME-ORG/treetrace) · 4 prompts across 1 session · machine-readable lineage in `.treetrace/tree.json` ([schema](https://github.com/REPLACE-ME-ORG/treetrace/blob/main/SCHEMA.md))*
+*Generated by [treetrace](https://github.com/Tree-Trace/treetrace) · 4 prompts across 1 session · machine-readable lineage in `.treetrace/tree.json` ([schema](https://github.com/Tree-Trace/treetrace/blob/main/SCHEMA.md))*
examples/weather-dashboard/TREETRACE_REPORT.md +4 -4
@@ -1,6 +1,6 @@
# TreeTrace Report - weather-dashboard
-Generated: 2026-06-12T04:12:12.307Z
+Generated: 2026-06-12T04:29:00.937Z
This is the human-readable rollup. Keep the split `.treetrace/` artifacts for agents, CI, eval harnesses, and other tools.
@@ -112,7 +112,7 @@ Source nodes: node_002, node_003, node_004
> **4 prompts** · **1 session** · **1 day** · 1 correction · 1 scope change · 2 tool calls · 1 file touched
>
-> The prompt lineage that built this project, extracted from real sessions, curated and redacted by the author, generated by [treetrace](https://github.com/REPLACE-ME-ORG/treetrace).
+> The prompt lineage that built this project, extracted from real sessions, curated and redacted by the author, generated by [treetrace](https://github.com/Tree-Trace/treetrace).
#### Goal
@@ -158,8 +158,8 @@ A distilled, replayable version of the accepted path. Paste into a fresh agent t
---
-*Generated by [treetrace](https://github.com/REPLACE-ME-ORG/treetrace) · 4 prompts across 1 session · machine-readable lineage in `.treetrace/tree.json` ([schema](https://github.com/REPLACE-ME-ORG/treetrace/blob/main/SCHEMA.md))*
+*Generated by [treetrace](https://github.com/Tree-Trace/treetrace) · 4 prompts across 1 session · machine-readable lineage in `.treetrace/tree.json` ([schema](https://github.com/Tree-Trace/treetrace/blob/main/SCHEMA.md))*
---
-Generated by [treetrace](https://github.com/REPLACE-ME-ORG/treetrace).
+Generated by [treetrace](https://github.com/Tree-Trace/treetrace).
examples/weather-dashboard/tree.json +2 -2
@@ -3,11 +3,11 @@
"generator": {
"name": "treetrace",
"version": "0.2.0",
- "url": "https://github.com/REPLACE-ME-ORG/treetrace"
+ "url": "https://github.com/Tree-Trace/treetrace"
},
"project": {
"name": "weather-dashboard",
- "generatedAt": "2026-06-12T04:12:12.307Z",
+ "generatedAt": "2026-06-12T04:29:00.937Z",
"sourceType": "claude-code-jsonl"
},
"stats": {
src/config.js +1 -1
@@ -1,2 +1,2 @@
export const REPO_URL =
- process.env.TREETRACE_REPO_URL || 'https://github.com/REPLACE-ME-ORG/treetrace';
+ process.env.TREETRACE_REPO_URL || 'https://github.com/Tree-Trace/treetrace';