From 08ea6a3e120355702fadf472d30ed555fddf9d7d Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 22 Jul 2026 12:31:18 -0400 Subject: [PATCH] docs: record locals-query pull request Link PR #134 from the durable handoff and active-work lane now that the implementation is published for review. --- docs/active-work.md | 3 ++- docs/agent-handoff.md | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/active-work.md b/docs/active-work.md index 9ddeb6a..559df74 100644 --- a/docs/active-work.md +++ b/docs/active-work.md @@ -57,7 +57,8 @@ If it does not, stop and repair the remote/fetch configuration. - Base: canonical `main` @ `8bd8298`. - Framing head: `42a28b9` (`docs/locals-query-processing-framing.md`). - Implementation head: `47ffe5d`. -- State: implementation complete; PR not yet opened. Protocol remains v18. +- PR: #134, , open for review. + Implementation is complete; protocol remains v18. - Scope: bundled Lua/JavaScript/TypeScript locals metadata, lexical scope/definition/value/reference resolution cached on each settled layer, and shared `#is?`/`#is-not? local` filtering in the TUI and semantic/GPU diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index a876b4f..c2124f3 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -1,7 +1,7 @@ # Agent handoff — cross-machine continuity -**Last updated: 2026-07-22, with locals-query processing implemented on -`locals-query-processing` and awaiting review, after modeline language +**Last updated: 2026-07-22, with locals-query processing (#134) implemented +and awaiting review, after modeline language detection (#132), Vterm Stage 2 (#130), and mode system wiring (#129/#131) landed on `main`. Vterm Stage 3 is not implemented.** This file is the @@ -341,9 +341,10 @@ commands, read `docs/active-work.md` immediately after this file. editing/indent/comment items that were config-blocked. - **Mode system wiring COMPLETE (#129)** — major-mode keymaps, introspection, lifecycle initialization, and statusline display shipped. - - **Locals-query processing IN REVIEW** — grammar locals metadata, lexical - resolution, settled per-layer facts, and shared TUI/GPU local-predicate - filtering are implemented on `locals-query-processing` @ `47ffe5d`. + - **Locals-query processing IN REVIEW — #134** — grammar locals metadata, + lexical resolution, settled per-layer facts, and shared TUI/GPU + local-predicate filtering are implemented on `locals-query-processing` + @ `47ffe5d`. - Remaining ranked arcs: 6 folding, 7 DAP, 8 GPU splits, plus the `.ipynb` arc (its JSON-grammar prerequisite shipped in #123).