+18
-10
docs/git-history.json
+18
-10
docs/git-history.json
···
1
1
[
2
2
{
3
-
"hash": "e04934ffb5e2d78791fcd23bc3afeb4d438a5546",
4
-
"short_hash": "e04934f",
3
+
"hash": "fcf682bb8969aca108262348e7e17531077713be",
4
+
"short_hash": "fcf682b",
5
5
"author": "Ariel M. Lighty",
6
-
"date": "2025-12-26T21:57:05-05:00",
7
-
"message": "perf: optimize Vite dev server startup\n\nAdded explicit optimizeDeps.include to pre-bundle common dependencies:\n- React ecosystem (react, react-dom, react-router-dom)\n- Icon libraries (@icons-pack/react-simple-icons, lucide-react)\n- Other deps (date-fns, jszip, zustand, @tanstack/react-virtual)\n\nAlso added server.fs.allow config for monorepo file serving.\n\nThis should speed up subsequent dev server starts by ensuring these\ndependencies are consistently pre-bundled.",
8
-
"files_changed": 1
6
+
"date": "2025-12-27T15:48:44-05:00",
7
+
"message": "docs: improve decision graph workflow with lifecycle management\n\nUpdated CLAUDE.md with comprehensive node lifecycle management:\n- Added node status transitions (pending → in_progress → completed)\n- Correct orphan detection commands (awk instead of cut)\n- Common mistakes section with examples\n- Enhanced audit checklist with status verification\n- Verification workflow after node creation\n\nAlso updated extension popup with ATmosphere branding.\n\nDecision graph now at 331 nodes, 332 edges - all orphans resolved.",
8
+
"files_changed": 4
9
+
},
10
+
{
11
+
"hash": "46bab1202f69d8d03093a20bc8ada5ad6d365401",
12
+
"short_hash": "46bab12",
13
+
"author": "Ariel M. Lighty",
14
+
"date": "2025-12-26T22:10:11-05:00",
15
+
"message": "docs: update decision graph after Vite optimization",
16
+
"files_changed": 2
9
17
},
10
18
{
11
19
"hash": "e04934ffb5e2d78791fcd23bc3afeb4d438a5546",
···
24
32
"files_changed": 1
25
33
},
26
34
{
27
-
"hash": "46626f4a18eaaaaf42368361130bb1ddc7bd9677",
28
-
"short_hash": "46626f4",
35
+
"hash": "c5adc15091cc520735b7d5c3d1ef1a9f4ff38a2f",
36
+
"short_hash": "c5adc15",
29
37
"author": "Ariel M. Lighty",
30
-
"date": "2025-12-26T21:20:34-05:00",
31
-
"message": "fix: show loading screen during extension upload search\n\nPreviously when loading an upload from extension that hadn't been searched yet,\nthe app would immediately navigate to the results page showing 'none' for all\nmatches, then update them as the search progressed.\n\nNow it behaves like the file upload flow:\n- Shows loading screen during search\n- Navigates to results only after search completes and results are saved\n- If upload already has matches, navigates to results immediately",
32
-
"files_changed": 1
38
+
"date": "2025-12-26T21:28:48-05:00",
39
+
"message": "docs: update decision graph after loading screen fix",
40
+
"files_changed": 2
33
41
},
34
42
{
35
43
"hash": "46626f4a18eaaaaf42368361130bb1ddc7bd9677",
+22
docs/graph-data.json
+22
docs/graph-data.json
···
3640
3640
"created_at": "2025-12-27T15:47:49.308750700-05:00",
3641
3641
"updated_at": "2025-12-27T15:47:55.838439500-05:00",
3642
3642
"metadata_json": "{\"branch\":\"master\",\"confidence\":100}"
3643
+
},
3644
+
{
3645
+
"id": 332,
3646
+
"change_id": "c4338df4-a22f-4dd5-b60c-84c7cd1c0c5c",
3647
+
"node_type": "action",
3648
+
"title": "Committed documentation improvements",
3649
+
"description": null,
3650
+
"status": "completed",
3651
+
"created_at": "2025-12-27T15:48:47.658343800-05:00",
3652
+
"updated_at": "2025-12-27T15:48:51.950405900-05:00",
3653
+
"metadata_json": "{\"branch\":\"master\",\"commit\":\"fcf682b\",\"confidence\":100}"
3643
3654
}
3644
3655
],
3645
3656
"edges": [
···
7294
7305
"weight": 1.0,
7295
7306
"rationale": "Successfully completed documentation updates",
7296
7307
"created_at": "2025-12-27T15:47:51.427087400-05:00"
7308
+
},
7309
+
{
7310
+
"id": 333,
7311
+
"from_node_id": 331,
7312
+
"to_node_id": 332,
7313
+
"from_change_id": "8c746dd6-d571-4446-8a53-af6279fc9c21",
7314
+
"to_change_id": "c4338df4-a22f-4dd5-b60c-84c7cd1c0c5c",
7315
+
"edge_type": "leads_to",
7316
+
"weight": 1.0,
7317
+
"rationale": "Git commit documenting the improvements",
7318
+
"created_at": "2025-12-27T15:48:49.907152400-05:00"
7297
7319
}
7298
7320
]
7299
7321
}