feat(browser): within/excludeSelector/list_form_fields + stuck guard (1.8.2) - #19
Draft
Rippy1911 wants to merge 1 commit into
Draft
feat(browser): within/excludeSelector/list_form_fields + stuck guard (1.8.2)#19Rippy1911 wants to merge 1 commit into
Rippy1911 wants to merge 1 commit into
Conversation
…(1.8.2) Fixes the Base44 meta-tags grind failure modes: row-scoped get_interactive (within), CSS subtree pruning (excludeSelector), a one-shot form inventory (list_form_fields), semantic observation-stuck detection, and a stop checkpoint summarizing open tasks + last mutation. Co-authored-by: Rippy1911 <Rippy1911@users.noreply.github.com>
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.
Summary
Closes the four tooling holes that killed the Base44 “Per-Page Meta Tags” grind (2026-08-03): chat-column noise, unlabeled per-row pencils, no form inventory, and silent observation loops.
Changes
get_interactive({ within: { text|selector } })— post-scan row scope; absoluteitem.ipreserved forclick_indexexcludeSelectoronget_page/find_text/get_interactive— prune CSS subtrees (chat sidebars, cookie walls)list_form_fields— fillable field inventory with resolved labels; passwordhasValueonly; sameihandles asget_interactiveStopped. Tasks: N/M done; last action: …Acceptance matrix
get_interactive({within:{text:"Row3"}})→ exactly that row’s pencil with absolutei;click_indexworkspackages/core/src/browser/rowScope.test.tsfind_text({excludeSelector:"aside"})drops chat hits, keeps workspacepackages/core/src/browser/rowScope.test.tsget_page({excludeSelector:"aside"})prunes chat columnpackages/core/src/browser/rowScope.test.tslist_form_fieldsmaps 3 labeling styles + password never leaks valuepackages/core/src/browser/rowScope.test.tspackages/core/src/agent/repeatGuard.test.tspackages/core/src/agent/loopGuards.test.tspackages/core/src/agent/loopGuards.test.tspnpm typecheck && pnpm test && pnpm buildHard rules
get_interactive)