docs: approve modeline detection framing

Record user approval of Revision 2 and mark implementation active in the
isolated modeline lane.
This commit is contained in:
Levi Neuwirth 2026-07-22 09:44:35 -04:00
parent f521413bce
commit d5e59a9dcf
2 changed files with 6 additions and 6 deletions

View File

@ -59,12 +59,12 @@ If it does not, stop and repair the remote/fetch configuration.
- Portable branch: `githubsucks/modeline-detection` - Portable branch: `githubsucks/modeline-detection`
- Framing head: `6b4f3c3` - Framing head: `6b4f3c3`
- Base: canonical `main` @ `d5d9b9c`. - Base: canonical `main` @ `d5d9b9c`.
- State: `docs/modeline-detection-framing.md` Revision 2 incorporates the - State: `docs/modeline-detection-framing.md` Revision 2 was approved for
first user review; there is no implementation. It frames bounded Emacs/Vim implementation by the user on 2026-07-22. It frames bounded Emacs/Vim
parsing, explicit precedence over inferred language, alias normalization, parsing, explicit precedence over inferred language, alias normalization,
and one pinned language decision shared by syntax, LSP, and initial major and one pinned language decision shared by syntax, LSP, and initial major
mode. mode. Implementation is active in the isolated worktree.
- Next step: user approval before implementation. - Next step: implement and verify all thirteen acceptance criteria.
Recovery worktree on a machine that does not already own the branch: Recovery worktree on a machine that does not already own the branch:

View File

@ -1,7 +1,7 @@
# Modeline language detection — side quest # Modeline language detection — side quest
**Status:** Revision 2, revised after user review, 2026-07-22. Awaiting **Status:** Revision 2, approved for implementation by the user on 2026-07-22.
approval; no implementation yet. No implementation was present at approval.
**Base:** `githubsucks/main` at `d5d9b9c`; protocol v18. **Base:** `githubsucks/main` at `d5d9b9c`; protocol v18.
## Problem ## Problem