Run validation locally
Developers use the ArchPilot VS Code extension or CLI to validate architecture directly in their own environment.
How it works
ArchPilot separates validation from governance. Validation runs locally in VS Code and the CLI. ArchPilot Cloud stores only architecture metadata so teams can govern architecture across repositories and time.
Workflow summary
Overview
The workflow is designed so developers get architecture feedback early, teams can run the same checks in CI, and the cloud becomes the place for governance visibility rather than hosted scanning.
Developers use the ArchPilot VS Code extension or CLI to validate architecture directly in their own environment.
The local validation run produces findings, scores, rule outcomes, and repository architecture metadata.
Only the governance metadata is synced to ArchPilot Cloud. The cloud does not need source code to store and organize the results.
Teams use the cloud workspace for visibility, policies, exceptions, ownership, and architecture history across repositories.
Step 1
Developers validate architecture where code changes are actually made. The local-first workflow keeps feedback close to implementation and does not depend on a hosted scan.
Step 2
Local validation produces findings, scores, rule outcomes, and repository architecture metadata that can be shared without syncing source code.
Step 3
ArchPilot Cloud receives synced architecture metadata, not repository source code. This creates a shared governance record while preserving source code boundaries.
Step 4
The cloud workspace turns synced architecture metadata into organization-wide visibility across repositories and teams so architecture posture stays visible over time.
Step 5
Teams use the cloud workspace to track architecture posture over time and act on the governance signals the local workflow produces.
CI integration
ArchPilot keeps the enforcement model consistent from the developer machine to automation, which helps teams move quickly without drifting away from architecture standards.
Teams can run the same architecture validation flow in CI that developers use locally, which keeps enforcement consistent.
Developers get feedback before pushing code, while CI reinforces the same checks in automated pipelines.
Summary
Validate locally, sync architecture metadata to the cloud workspace, and use it for findings, scores, policies, exceptions, history, and ownership context.