fix(proof): include route-owned Vite dynamic assets - #505
Merged
bizzybee90 merged 2 commits intoAug 12, 2026
Conversation
bizzybee90
deployed
to
release-status-ledger-writer
August 12, 2026 05:49 — with
GitHub Actions
Active
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe asset manifest now traverses static imports globally and dynamic imports from the selected route. Tests verify that Website Voice assets belong to channels and remain absent from settings and Dashboard routes. ChangesDynamic route asset coverage
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant routeAssetPaths
participant indexEntry
participant selectedRouteModule
participant manifestEntries
routeAssetPaths->>indexEntry: Traverse static imports
routeAssetPaths->>selectedRouteModule: Traverse selected route dynamic imports
selectedRouteModule->>manifestEntries: Resolve nested dynamic imports
routeAssetPaths-->>routeAssetPaths: Prevent repeated and index-entry traversal
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Note This review was completed with usage-based billing: files reviewed beyond your plan's included limits are billed at $0.25/file. Track spend and usage in your billing settings. Comment |
bizzybee90
deployed
to
release-status-ledger-writer
August 12, 2026 05:58 — with
GitHub Actions
Active
4 tasks
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.
Purpose
Repair the fail-closed governed proof mismatch that identified one exact Channels Vite script as absent from the route asset closure. Route manifests now include the selected route module's exact Vite
dynamicImportsdescendants while the global entry point remains static-only.Included scope
index.html.Explicit exclusions
Architecture placement
Current owner / directory: existing product-proof asset manifest builder and tests under
scripts/.Dependencies and duplicate-system check: extends the existing artifact/digest-bound Vite graph traversal; no new asset registry or proof subsystem.
Security and tenancy impact
Data impact
Verification
/assets/WebsiteVoiceRuntimeStart-ChA7n3e1.jsonly for Channels (58/127 assets), not Settings.Release safety
24a6283a500be84ed96ba67f04ae424778fd522e; current verified preview run31566985625, manifest6ee4591d2a5c691c4a6d990aa6f08580d8813f621a0d9804204bb0cb5cb7ff00; code rollback only.Documentation and generated files
Completion check
origin/main.Policy exceptions (leave blank when none apply)
PR-size exception rationale:
Retained branch reason / owner / review date / maximum retention date:
Summary by CodeRabbit
Bug Fixes
Tests