ci: enforce repository formatting#62
Merged
Merged
Conversation
WH-2099
marked this pull request as ready for review
July 18, 2026 21:12
WH-2099
enabled auto-merge (squash)
July 18, 2026 21:12
There was a problem hiding this comment.
Pull request overview
Enforces repository-wide Vite+ formatting checks locally and in pull request CI while applying generated formatting updates.
Changes:
- Adds
vp fmt --checktojust checkand PR CI. - Reformats source and test files without behavioral changes.
Reviewed changes
Copilot reviewed 50 out of 51 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/pr.yml |
Adds the CI formatting gate. |
justfile |
Adds formatting verification to check. |
src/core/agent-driver-kernel.ts |
Applies generated formatting. |
src/core/driver-command-dispatcher.ts |
Applies generated formatting. |
src/core/driver-permission-broker.ts |
Applies generated formatting. |
src/core/driver-process.ts |
Applies generated formatting. |
src/core/driver-runtime-io.ts |
Applies generated formatting. |
src/core/driver-runtime-timing.ts |
Applies generated formatting. |
src/host-ports/index.ts |
Applies generated formatting. |
src/infrastructure/runtime/driver-instance-socket.ts |
Applies generated formatting. |
src/runtime-events/index.ts |
Applies generated formatting. |
src/runtimes/acp/acp-configuration.ts |
Applies generated formatting. |
src/runtimes/acp/acp-driver-backend.ts |
Applies generated formatting. |
src/runtimes/acp/acp-event-translator.ts |
Applies generated formatting. |
src/runtimes/acp/acp-session-events.ts |
Applies generated formatting. |
src/runtimes/acp/acp-session-setup.ts |
Applies generated formatting. |
src/runtimes/acp/acp-terminal-manager.ts |
Applies generated formatting. |
src/runtimes/acp/v1-contract-adapter.ts |
Applies generated formatting. |
src/runtimes/claude/agent-sdk-event-writer.ts |
Applies generated formatting. |
src/runtimes/claude/agent-sdk-message-events.ts |
Applies generated formatting. |
src/runtimes/claude/agent-sdk-message-translator.ts |
Applies generated formatting. |
src/runtimes/claude/agent-sdk-query-options.ts |
Applies generated formatting. |
src/runtimes/claude/contract-adapter.ts |
Applies generated formatting. |
src/runtimes/contract-projection.ts |
Applies generated formatting. |
src/runtimes/driver-event-publisher.ts |
Applies generated formatting. |
src/runtimes/openai/app-server-driver-backend.ts |
Applies generated formatting. |
src/runtimes/openai/app-server-item-events.ts |
Applies generated formatting. |
src/runtimes/openai/contract-adapter.ts |
Applies generated formatting. |
src/surfaces/cma-sdk/index.ts |
Applies generated formatting. |
src/utils/async.ts |
Applies generated formatting. |
tests/acp-client-request-handler.test.ts |
Reformats tests. |
tests/acp-configuration.test.ts |
Reformats tests. |
tests/acp-event-translator.test.ts |
Reformats tests. |
tests/acp-provider-fixtures.test.ts |
Reformats tests. |
tests/acp-v1-contract-adapter.test.ts |
Reformats tests. |
tests/agent-driver-kernel.test.ts |
Reformats tests. |
tests/async.test.ts |
Reformats tests. |
tests/claude-agent-sdk-driver-backend.test.ts |
Reformats tests. |
tests/claude-agent-sdk-json.test.ts |
Reformats tests. |
tests/claude-agent-sdk-live.test.ts |
Reformats tests. |
tests/claude-agent-sdk-provider-fixtures.test.ts |
Reformats tests. |
tests/claude-contract-adapter.test.ts |
Reformats tests. |
tests/contract-projection.test.ts |
Reformats tests. |
tests/driver-event-publisher.test.ts |
Reformats tests. |
tests/driver-instance-socket.test.ts |
Reformats tests. |
tests/driver-permission-broker.test.ts |
Reformats tests. |
tests/driver-runtime-boundary.test.ts |
Reformats tests. |
tests/openai-app-server-event-bridge.test.ts |
Reformats tests. |
tests/openai-app-server-live.test.ts |
Reformats tests. |
tests/openai-app-server-startup.test.ts |
Reformats tests. |
tests/openai-contract-adapter.test.ts |
Reformats tests. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Closes #61
Summary
vp fmt --checkthrough bothjust checkand pull request CI.vp fmt --writeoutput across source and test files.Why
Pull request checks previously allowed formatting drift.
Impact
The only behavioral change is the new formatting gate.
The remaining file changes are generated formatting updates.
Validation
vp fmt . --checkjust check