• Joined on 2024-08-05
tmk241 created repository tmk241/lines 2026-07-04 18:45:51 +00:00
tmk241 created repository tmk241/pick 2026-07-04 18:45:51 +00:00
tmk241 created repository tmk241/files 2026-07-04 18:45:45 +00:00
tmk241 commented on issue tmk241/mim#56 2026-06-21 20:58:21 +00:00
NS8 slice: Complete production hardening and real-device dogfood receipts

Partial #56 hardening receipt from clean local commit c6c5366.

Deterministic verification passed:

  • zig build
  • zig build test
  • zig build v1-smoke
  • zig build run -- --help
tmk241 closed issue tmk241/mim#76 2026-06-21 20:55:57 +00:00
NS11: SSH-client-aware keymap redesign
tmk241 commented on issue tmk241/mim#76 2026-06-21 20:55:57 +00:00
NS11: SSH-client-aware keymap redesign

Completed final parent checklist item: Prove the revised grammar in terminal E2E with keystroke budgets and traces.

No source changes in this receipt; proof ran from clean local commit c6c5366. …

tmk241 commented on issue tmk241/mim#76 2026-06-21 20:53:10 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Redesign file/search/job/PI panels around the wider key surface.

Implemented in local commit c6c5366 (Expose panel rails with mobile aliases):

  • Added…
tmk241 commented on issue tmk241/mim#76 2026-06-21 20:47:50 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Redesign LSP hover/signature/parameter navigation shortcuts for mobile SSH.

Implemented in local commit 4789cf7 (`Group LSP parameter navigation on language…

tmk241 commented on issue tmk241/mim#76 2026-06-21 20:41:12 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Redesign selection/object workflows for thumb + Esc/Ctrl ergonomics.

Implemented in local commit accbedb (Add select object rail):

  • Select mode keeps bare…
tmk241 commented on issue tmk241/mim#76 2026-06-21 20:35:11 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Motion grammar for line start/end and selection motions.

Implemented in local commit d7bf5ed (Separate first nonblank line motion):

  • Added protocol/session…
tmk241 commented on issue tmk241/mim#76 2026-06-21 20:29:55 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Mode switching contract across Normal/Insert/Select.

Implemented in local commit d5c31a9 (Document Esc and Ctrl bracket mode exits):

  • KEYMAP.md now…
tmk241 commented on issue tmk241/mim#76 2026-06-21 20:24:28 +00:00
NS11: SSH-client-aware keymap redesign

Completed parent checklist item: Define mobile SSH input tiers and update KEYMAP/requirements.

Implemented in local commit 2e60a09 (Define mobile SSH input tiers):

  • KEYMAP.md now defines…
tmk241 commented on issue tmk241/mim#64 2026-06-21 20:21:46 +00:00
NS9 slice: Final visual dogfood and newed parity receipt

Deterministic #64 receipt update.

While attempting final visual dogfood closure, zig build v1-smoke exposed a stale smoke helper: it measured ANSI-styled frame line length by raw bytes rather…

tmk241 closed issue tmk241/mim#62 2026-06-21 20:17:36 +00:00
NS9 slice: Theme panels, hover, signature help, and command rails
tmk241 commented on issue tmk241/mim#62 2026-06-21 20:17:35 +00:00
NS9 slice: Theme panels, hover, signature help, and command rails

Closing receipt for #62.

Implemented in local commit f00eddc (Add panel hierarchy styling):

  • Added a distinct newed palette header style for panel/popup headers.
  • Added section styling for…
tmk241 closed issue tmk241/mim#63 2026-06-21 20:07:47 +00:00
NS9 slice: Add terminal color-mode probes and accessibility guardrails
tmk241 commented on issue tmk241/mim#63 2026-06-21 20:07:47 +00:00
NS9 slice: Add terminal color-mode probes and accessibility guardrails

Closing receipt for #63.

Implemented in local commit de3b5d4 (Detect terminal color capabilities):

  • Added local terminal color capability detection to src/theme.zig for truecolor,…
tmk241 closed issue tmk241/mim#61 2026-06-21 20:01:35 +00:00
NS9 slice: Theme diagnostics, lint, jobs, and provider identity
tmk241 commented on issue tmk241/mim#61 2026-06-21 20:01:35 +00:00
NS9 slice: Theme diagnostics, lint, jobs, and provider identity

Closing receipt for #61.

Implemented in local commit 7f6d37d (Color status panels by source state):

  • Shared panel row rendering now maps diagnostic severity, job/tool status, provider rows,…
tmk241 closed issue tmk241/mim#60 2026-06-21 19:54:13 +00:00
NS9 slice: Theme syntax highlighting with newed highlight groups