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.
This commit is contained in:
parent
cdeb5fb7cd
commit
08ea6a3e12
|
|
@ -57,7 +57,8 @@ If it does not, stop and repair the remote/fetch configuration.
|
||||||
- Base: canonical `main` @ `8bd8298`.
|
- Base: canonical `main` @ `8bd8298`.
|
||||||
- Framing head: `42a28b9` (`docs/locals-query-processing-framing.md`).
|
- Framing head: `42a28b9` (`docs/locals-query-processing-framing.md`).
|
||||||
- Implementation head: `47ffe5d`.
|
- Implementation head: `47ffe5d`.
|
||||||
- State: implementation complete; PR not yet opened. Protocol remains v18.
|
- PR: #134, <https://github.com/levineuwirth/pmacs/pull/134>, open for review.
|
||||||
|
Implementation is complete; protocol remains v18.
|
||||||
- Scope: bundled Lua/JavaScript/TypeScript locals metadata, lexical
|
- Scope: bundled Lua/JavaScript/TypeScript locals metadata, lexical
|
||||||
scope/definition/value/reference resolution cached on each settled layer,
|
scope/definition/value/reference resolution cached on each settled layer,
|
||||||
and shared `#is?`/`#is-not? local` filtering in the TUI and semantic/GPU
|
and shared `#is?`/`#is-not? local` filtering in the TUI and semantic/GPU
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Agent handoff — cross-machine continuity
|
# Agent handoff — cross-machine continuity
|
||||||
|
|
||||||
**Last updated: 2026-07-22, with locals-query processing implemented on
|
**Last updated: 2026-07-22, with locals-query processing (#134) implemented
|
||||||
`locals-query-processing` and awaiting review, after modeline language
|
and awaiting review, after modeline language
|
||||||
detection (#132), Vterm Stage 2 (#130), and mode system wiring (#129/#131)
|
detection (#132), Vterm Stage 2 (#130), and mode system wiring (#129/#131)
|
||||||
landed on `main`. Vterm Stage 3 is not implemented.**
|
landed on `main`. Vterm Stage 3 is not implemented.**
|
||||||
This file is the
|
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.
|
editing/indent/comment items that were config-blocked.
|
||||||
- **Mode system wiring COMPLETE (#129)** — major-mode keymaps,
|
- **Mode system wiring COMPLETE (#129)** — major-mode keymaps,
|
||||||
introspection, lifecycle initialization, and statusline display shipped.
|
introspection, lifecycle initialization, and statusline display shipped.
|
||||||
- **Locals-query processing IN REVIEW** — grammar locals metadata, lexical
|
- **Locals-query processing IN REVIEW — #134** — grammar locals metadata,
|
||||||
resolution, settled per-layer facts, and shared TUI/GPU local-predicate
|
lexical resolution, settled per-layer facts, and shared TUI/GPU
|
||||||
filtering are implemented on `locals-query-processing` @ `47ffe5d`.
|
local-predicate filtering are implemented on `locals-query-processing`
|
||||||
|
@ `47ffe5d`.
|
||||||
- Remaining ranked arcs: 6 folding, 7 DAP, 8 GPU splits, plus the
|
- Remaining ranked arcs: 6 folding, 7 DAP, 8 GPU splits, plus the
|
||||||
`.ipynb` arc (its JSON-grammar prerequisite shipped in #123).
|
`.ipynb` arc (its JSON-grammar prerequisite shipped in #123).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue