Block a user
NS1: Minimal protocol-first mim-min editor
NS1 complete.
Children closed:
- #8 Build a Zig skeleton with canonical checks
- #9 Headless session state and UTF-8 buffer basics
- #10 Local session socket and mimctl basics
- #11 Deterministic…
NS1 slice: Render and edit one buffer through the terminal thin client
Implemented in commit 16d2a023a3fb (Add scripted terminal thin client).
Verification:
- zig fmt src/main.zig src/tui.zig: pass
- zig build test: pass
- zig build: pass
- zig build run -- --help:…
NS1 slice: Render and edit one buffer through the terminal thin client
NS1 slice: Add deterministic record/replay for protocol and input events
Implemented in commit 86bac27a8abf (Add deterministic protocol replay harness).
Verification:
- zig fmt src/main.zig src/replay.zig: pass
- zig build test: pass
- zig build: pass
- zig build run…
NS1 slice: Add deterministic record/replay for protocol and input events
NS1 slice: Expose the local session socket and mimctl basics
Addendum: commit 72a9d3127c75 lets mim --mimctl - <request...> read the socket path from MIM_SOCKET, while explicit socket paths still work. This covers the exported-socket-path CLI convention…
NS1 slice: Expose the local session socket and mimctl basics
Implemented in commit 6c3b7fa55a9e (Expose local socket protocol and mimctl basics).
Verification:
- zig fmt src/main.zig src/protocol.zig src/session.zig src/socket.zig: pass
- zig build test:…
NS1 slice: Expose the local session socket and mimctl basics
NS1 slice: Implement headless session state and UTF-8 buffer basics
Implemented in commit 108c0533a86d (Add headless session and UTF-8 buffer core).
Verification:
- zig fmt src/main.zig src/session.zig: pass
- zig build test: pass
- zig build: pass
- zig build…
NS1 slice: Implement headless session state and UTF-8 buffer basics
NS1 slice: Build a Zig skeleton with canonical checks
NS1 slice: Build a Zig skeleton with canonical checks
Implemented in commit 760afbf471bc (Build Zig skeleton with canonical checks).
Verification:
- zig build: pass
- zig build test: pass
- zig build run -- --help: pass; output shows the mim…
NS5 slice: Add viewport-aware LSP hover, signature help, and parameter navigation