fix: restore local validation gates#125
Merged
Merged
Conversation
- what: repair stale type fixtures, remove an obsolete browser relay test, and migrate bundled plugins to scoped plugin-sdk subpaths - why: build and check were red behind accumulated drift, which blocked trustworthy local validation after the docs cleanup landed - risk: browser coverage now drops the removed extension-relay alias path, and full pnpm test still hangs in the repo wrapper outside the scoped test runs
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.
Review Fast Path
pnpm build✅,pnpm check✅, targeted tests passed forsrc/wizard/setup.test.ts,src/commands/agent/session.test.ts,extensions/telegram/src/channel.test.ts,extensions/telegram/src/thread-session-seeding.test.ts, plus the grouped targeted run covering gateway/browser/telegram touched tests until the stale browser relay case was removed.openclaw/plugin-sdk/<channel>imports instead of the monolithic root, and the dead Chrome extension relay alias test is gone.pnpm teststill hangs in the repo wrapper, andsrc/agents/pi-embedded-runner/run.overflow-compaction.loop.test.tsdid not return a result before the wrapper had to be killed.Why This Matters
Scope Boundary
Verification
pnpm buildpnpm checkpnpm test -- src/wizard/setup.test.tspnpm test -- src/commands/agent/session.test.tspnpm test -- extensions/telegram/src/channel.test.tspnpm test -- extensions/telegram/src/thread-session-seeding.test.tspnpm test -- src/gateway/server-startup-preflight.test.ts src/wizard/setup.test.ts src/browser/chrome.launch-args.test.ts src/commands/agent/session.test.ts extensions/telegram/src/channel.test.ts extensions/telegram/src/conversation-route.base-session-key.test.ts extensions/telegram/src/thread-session-seeding.test.ts src/agents/pi-embedded-runner/run.overflow-compaction.loop.test.tsAI Assistance