[object Object]
— unterminated script tag was ","item":"https://projects.agentabrams.com/p/AbramsEgo/c/8a165c0"}]}

← back to AbramsEgo

fix(dungeon): add missing </script></body></html> — unterminated script tag was silently discarding the entire inline script

8a165c0e37d029c1fe8a62fa50c1ed8f0841f712 · 2026-07-02 08:10:10 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit 8a165c0e37d029c1fe8a62fa50c1ed8f0841f712
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Jul 2 08:10:10 2026 -0700

    fix(dungeon): add missing </script></body></html> — unterminated script tag was silently discarding the entire inline script
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 public/dungeon.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/dungeon.html b/public/dungeon.html
index 1b89f9a..333135a 100644
--- a/public/dungeon.html
+++ b/public/dungeon.html
@@ -440,3 +440,4 @@ function roundRect(x,y,w,h,r){ctx.beginPath();ctx.moveTo(x+r,y);ctx.arcTo(x+w,y,
 async function load(){try{const r=await fetch('/api/data',{headers:AUTH?{Authorization:AUTH}:{}});
   const d=await r.json();build(d);}catch(e){console.error(e);}}
 load();setInterval(load,15000);draw();
+</script></body></html>

← 99d82e9 feat(dungeon): chamber health-on-hover (agents/working/cpu/a  ·  back to AbramsEgo  ·  auto-save: 2026-07-02T08:16:24 (2 files) — data/local-fleet. e162439 →