docs: index dor-iframe and dor-agent-browser specs in AGENTS.md#144
Open
dormouse-bot wants to merge 1 commit into
Open
docs: index dor-iframe and dor-agent-browser specs in AGENTS.md#144dormouse-bot wants to merge 1 commit into
dormouse-bot wants to merge 1 commit into
Conversation
Both surface specs were missing from the AGENTS.md spec index that points agents to "read the relevant spec before modifying a feature it covers." dor-iframe.md (added 2026-06-16, extended by #143) and dor-agent-browser.md (added 2026-06-12) parallel the already-indexed dor-cli.md they build on. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
a311e0f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://00852e43.mouseterm.pages.dev |
| Branch Preview URL: | https://docs-index-surface-specs.mouseterm.pages.dev |
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.
Nightly sweep finding: the AGENTS.md "Specs" index — explicitly meant to point agents to "read the relevant spec before modifying a feature it covers" — was missing two surface specs.
docs/specs/dor-iframe.md(added 2026-06-16, substantially extended by dor iframe: transparent proxy for the iframe surface (VS Code + standalone) #143's transparent-proxy work in the last day)docs/specs/dor-agent-browser.md(added 2026-06-12)Both build on the surface handle model in the already-indexed
dor-cli.mdand cross-reference each other, so an agent touchingIframePanel.tsxorAgentBrowserPanel.tsxhad no index pointer to the spec describing the invariants. This adds two entries matching the existing "Read this when touching:" style.Docs-only, so no test. Scoped deliberately to the two surface specs; a few other specs (
mobile-ui.md,shortcuts.md,auto-update.md,deploy.md) are also absent from the index, but those read more as reference/process docs than "read before touching code X" guidance — happy to fold them in if you'd like the index to be exhaustive.