fix(amicode): land #84 on mainline (locked vault context) — stacked-merge miss - #86
Merged
Merged
Conversation
Not every tree node was openable, but nothing said so: turn nodes wore a pointer cursor that clicked into nothing, and files in non-browsable (proprietary) vaults dead-ended in a Vault-panel refusal after the click. - GET /amicode/vaults now stamps each mount with `browsable`, computed by the vault-browser's fail-closed law (deployment gate + kind/marker rules) - tree leaves in a non-browsable mount render locked: dimmed dot, padlock glyph by the label, not-allowed cursor, click is a no-op, and keyboard nav announces "locked — this vault does not allow browsing" - cursor law is now honest everywhere: pointer only where a click opens something; grab (pan) on turns/skills/agents/actions; the click ring only fires on openable nodes Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jack-champagne
force-pushed
the
kate/context-tree-locked-affordance
branch
from
July 28, 2026 22:52
9b1caf6 to
e642558
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#84 merged into its stacked base
kate/context-tree-drop-prompt-textafter #83 had already landed that branch on mainline — so the locked-affordance commit (9b1caf6) never reachedlocal/amicode. This PR re-lands it; the diff is exactly #84's content (see #84 for full description and verification).TL;DR of what lands:
GET /amicode/vaultsstamps per-mountbrowsable; context-tree nodes in non-browsable (proprietary) vaults render dimmed + padlocked,not-allowedcursor, click no-op, a11y announce; pointer cursor only on genuinely openable nodes.🤖 Generated with Claude Code