From 11a719c059547bf439e1f1698872a66175d2ebd6 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Tue, 21 Jul 2026 18:40:10 -0400 Subject: [PATCH] docs(active-work): record approved Vterm framing lane Add the portable Revision 7 branch, exact approved checkpoint, current state, next implementation lane, and cross-machine recovery command. Preserve the separate documentation-lane ownership boundary. Co-Authored-By: Claude --- docs/active-work.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/active-work.md b/docs/active-work.md index 9071eda..5c3181f 100644 --- a/docs/active-work.md +++ b/docs/active-work.md @@ -52,6 +52,28 @@ The first command must expose `643d1e1` or a newer intentional main. If it does not, stop and repair the remote/fetch configuration. +## Vterm Stage 2 framing lane + +- Portable branch: `githubsucks/vterm-framing` +- Approved framing head: `fb4f8f0` +- Base: canonical `main` @ `643d1e1` (Vterm Stage 1 / PR #126 merged). +- State: `docs/vterm-framing.md` Revision 7 is framing-only, reviewed, and + approved for implementation. It closes the final `at_bottom`, terminal + `C-c` binding-reachability, and context-implicit Lua failure-mode findings. + There is no Stage 2 runtime implementation or PR yet. +- Next lane: create `pmacs-vterm-tui` / `vterm-tui` from current canonical + `main`, carry the approved framing as its first commit, then implement and + gate Stage 2. Do not implement on `vterm-framing`. + +Recovery worktree on a machine that does not already own the branch: + +```sh +git worktree add --track \ + -b vterm-framing \ + ../pmacs-vterm-framing \ + githubsucks/vterm-framing +``` + ## Parked lane: kill-ring browser + persistence - Portable branch: `githubsucks/kill-ring-browser`