docs: update README, AGENTS.md, Makefile, and architecture docs
CI / check (push) Has been cancelled

This commit is contained in:
2026-06-04 22:10:50 -04:00
parent a7b5c13d4b
commit ac18f65094
9 changed files with 951 additions and 8 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
`webterm` is a Go HTTP/WebSocket server that hosts one or more terminal sessions and renders screenshot/telemetry surfaces for a dashboard UI.
```
Browser (terminal.js + ghostty-vt.wasm)
Browser (generated terminal.js + ghostty-vt.wasm)
│ WS / HTTP / SSE
@@ -42,7 +42,7 @@ webterm/server.go (LocalServer)
Assets live in `webterm/static`:
- `js/terminal.ts` source
- `js/terminal.js` bundled client
- `js/terminal.js` generated bundled client
- `js/ghostty-vt.wasm`
- `monospace.css`, icons, `manifest.json`