• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#18 2026-06-21 00:33:16 +00:00
NS3 slice: Add panel stack state to the session protocol

Implemented in commit 230f8f912964 (Add generic session panel stack).

Verification:

  • zig fmt src/main.zig src/panel.zig src/session.zig src/protocol.zig src/socket.zig src/replay.zig: pass
  • zig…
tmk241 pushed to main at tmk241/mim 2026-06-21 00:32:49 +00:00
230f8f9129 Add generic session panel stack
tmk241 commented on issue tmk241/mim#2 2026-06-21 00:26:34 +00:00
NS2: Mobile keyboard and command grammar

NS2 complete.

Children closed:

  • #13 Normalize terminal input and capture layout traces
  • #14 Add the first iOS QWERTZ layout profile
  • #15 Implement the Space leader command rail
  • #16 Implement…
tmk241 closed issue tmk241/mim#2 2026-06-21 00:26:34 +00:00
NS2: Mobile keyboard and command grammar
tmk241 commented on issue tmk241/mim#17 2026-06-21 00:26:08 +00:00
NS2 slice: Prove mobile ergonomic acceptance tasks

Implemented in commit ce00452a9d61 (Add mobile ergonomic acceptance tasks).

Verification:

  • zig fmt src/main.zig src/leader.zig src/tui.zig src/mobile_acceptance.zig: pass
  • zig build test:…
tmk241 closed issue tmk241/mim#17 2026-06-21 00:26:08 +00:00
NS2 slice: Prove mobile ergonomic acceptance tasks
tmk241 pushed to main at tmk241/mim 2026-06-21 00:25:47 +00:00
ce00452a9d Add mobile ergonomic acceptance tasks
tmk241 commented on issue tmk241/mim#16 2026-06-21 00:21:58 +00:00
NS2 slice: Implement the coding symbol rail

Implemented in commit f793ecd7264d (Add coding symbol rail).

Verification:

  • zig fmt src/main.zig src/session.zig src/protocol.zig src/leader.zig src/symbol.zig src/tui.zig: pass
  • zig build…
tmk241 closed issue tmk241/mim#16 2026-06-21 00:21:58 +00:00
NS2 slice: Implement the coding symbol rail
tmk241 pushed to main at tmk241/mim 2026-06-21 00:21:34 +00:00
f793ecd726 Add coding symbol rail
tmk241 commented on issue tmk241/mim#15 2026-06-21 00:16:45 +00:00
NS2 slice: Implement the Space leader command rail

Implemented in commit cfbacb3cd28e (Add Space leader command rail).

Verification:

  • zig fmt src/main.zig src/leader.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run…
tmk241 closed issue tmk241/mim#15 2026-06-21 00:16:45 +00:00
NS2 slice: Implement the Space leader command rail
tmk241 pushed to main at tmk241/mim 2026-06-21 00:16:25 +00:00
cfbacb3cd2 Add Space leader command rail
tmk241 commented on issue tmk241/mim#14 2026-06-21 00:10:54 +00:00
NS2 slice: Add the first iOS QWERTZ layout profile

Implemented in commit db3028ce0e4c (Add iOS QWERTZ layout facts).

Verification:

  • zig fmt src/main.zig src/layout.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 closed issue tmk241/mim#14 2026-06-21 00:10:54 +00:00
NS2 slice: Add the first iOS QWERTZ layout profile
tmk241 pushed to main at tmk241/mim 2026-06-21 00:10:36 +00:00
db3028ce0e Add iOS QWERTZ layout facts
tmk241 commented on issue tmk241/mim#13 2026-06-21 00:07:00 +00:00
NS2 slice: Normalize terminal input and capture layout traces

Implemented in commit 9d760b41c130 (Normalize terminal input traces).

Verification:

  • zig fmt src/main.zig src/input.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 closed issue tmk241/mim#13 2026-06-21 00:07:00 +00:00
NS2 slice: Normalize terminal input and capture layout traces
tmk241 pushed to main at tmk241/mim 2026-06-21 00:06:40 +00:00
9d760b41c1 Normalize terminal input traces
tmk241 closed issue tmk241/mim#1 2026-06-21 00:04:17 +00:00
NS1: Minimal protocol-first mim-min editor