ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

update decision graph after extension fixes

byarielm.fyi 5df64380 85db8199

verified
Changed files
+52 -8
docs
+8 -8
docs/git-history.json
··· 32 32 "files_changed": 6 33 33 }, 34 34 { 35 - "hash": "f79a669dd6528340d453cb28e9fed2bd5232d46c", 36 - "short_hash": "f79a669", 35 + "hash": "a80fc6cec1518b6143981b37ccd2ea54415faeda", 36 + "short_hash": "a80fc6c", 37 37 "author": "Ariel M. Lighty", 38 - "date": "2025-12-24T19:38:51-05:00", 39 - "message": "move tooltip from hero to login form as superscript\n\n- Removed tooltip from HeroSection (ATmosphere now plain text)\n- Added superscript info icon next to 'ATmosphere' in login form text\n- Tooltip content left-aligned for better readability\n- Maintains platform-agnostic design", 40 - "files_changed": 2 38 + "date": "2025-12-24T19:42:51-05:00", 39 + "message": "update CLAUDE.md: include decision graph in code commits\n\nAdded guidance to run deciduous sync before commits and stage graph\nupdates together with code changes. Decision graph is part of code\nhistory and should not be committed separately.", 40 + "files_changed": 3 41 41 }, 42 42 { 43 - "hash": "6a2bfa021b6221894d7d7b2b5b193aea7c106ca6", 44 - "short_hash": "6a2bfa0", 43 + "hash": "f79a669dd6528340d453cb28e9fed2bd5232d46c", 44 + "short_hash": "f79a669", 45 45 "author": "Ariel M. Lighty", 46 46 "date": "2025-12-24T19:38:51-05:00", 47 47 "message": "move tooltip from hero to login form as superscript\n\n- Removed tooltip from HeroSection (ATmosphere now plain text)\n- Added superscript info icon next to 'ATmosphere' in login form text\n- Tooltip content left-aligned for better readability\n- Maintains platform-agnostic design", 48 - "files_changed": 4 48 + "files_changed": 2 49 49 }, 50 50 { 51 51 "hash": "9bdca934948a284e1315961b4430bae0b6617cbe",
+44
docs/graph-data.json
··· 2705 2705 "created_at": "2025-12-25T13:52:32.693778200-05:00", 2706 2706 "updated_at": "2025-12-25T13:52:32.693778200-05:00", 2707 2707 "metadata_json": "{\"branch\":\"master\",\"commit\":\"ba29fd6\",\"confidence\":95}" 2708 + }, 2709 + { 2710 + "id": 247, 2711 + "change_id": "c8276478-87e3-43b3-b763-e7964a776fad", 2712 + "node_type": "action", 2713 + "title": "Fixing Phase 1 issues: UI consistency, URL updates, extension detection debugging, UX improvements", 2714 + "description": null, 2715 + "status": "pending", 2716 + "created_at": "2025-12-25T14:06:47.786619100-05:00", 2717 + "updated_at": "2025-12-25T14:06:47.786619100-05:00", 2718 + "metadata_json": "{\"branch\":\"master\",\"confidence\":85}" 2719 + }, 2720 + { 2721 + "id": 248, 2722 + "change_id": "c887a416-080a-4b42-a1fc-536c8d6edd74", 2723 + "node_type": "outcome", 2724 + "title": "Fixed Phase 1 issues: Updated popup UI to match web app colors (purple/cyan/orange), updated API URL to atlast.byarielm.fyi, fixed URL pattern to detect following pages (added flexibility for trailing slashes), added comprehensive console logging for debugging. Documented testing steps in README. Proposed UX improvements: auto-navigate button + contextual hints.", 2725 + "description": null, 2726 + "status": "pending", 2727 + "created_at": "2025-12-25T16:28:54.299966500-05:00", 2728 + "updated_at": "2025-12-25T16:28:54.299966500-05:00", 2729 + "metadata_json": "{\"branch\":\"master\",\"confidence\":90}" 2708 2730 } 2709 2731 ], 2710 2732 "edges": [ ··· 5325 5347 "weight": 1.0, 5326 5348 "rationale": "Implementation complete with successful build", 5327 5349 "created_at": "2025-12-25T13:52:34.014142700-05:00" 5350 + }, 5351 + { 5352 + "id": 239, 5353 + "from_node_id": 184, 5354 + "to_node_id": 247, 5355 + "from_change_id": "919c42ef-9fae-473f-b755-ee32d8999204", 5356 + "to_change_id": "c8276478-87e3-43b3-b763-e7964a776fad", 5357 + "edge_type": "leads_to", 5358 + "weight": 1.0, 5359 + "rationale": "Post-implementation fixes and improvements", 5360 + "created_at": "2025-12-25T14:06:49.088067800-05:00" 5361 + }, 5362 + { 5363 + "id": 240, 5364 + "from_node_id": 247, 5365 + "to_node_id": 248, 5366 + "from_change_id": "c8276478-87e3-43b3-b763-e7964a776fad", 5367 + "to_change_id": "c887a416-080a-4b42-a1fc-536c8d6edd74", 5368 + "edge_type": "leads_to", 5369 + "weight": 1.0, 5370 + "rationale": "Fixes complete and documented", 5371 + "created_at": "2025-12-25T16:28:55.599385300-05:00" 5328 5372 } 5329 5373 ] 5330 5374 }