What problem does it solve?
This Skill simplifies periodic maintenance by coordinating a full Rust dependency refresh with a safe, vendored front-end asset update, so the Navigator workspace stays current without mixing unrelated changes.
Core Features & Use Cases
- Coordinated dependency refresh: Updates semver-compatible Rust crates across the workspace and keeps the lockfile in sync.
- Vendored frontend maintenance: Refreshes Bootstrap, HTMX, Alpine, Bootstrap Icons, and Noto Serif assets that are served locally from
web/public/.
- Safety and verification: Preserves the no-CDN invariant, checks pinned asset hashes, and keeps crate and asset changes in separate commits.
- Use Case: Use this Skill when a monthly maintenance sweep or security advisory requires both backend crate updates and frontend asset bumps.
Quick Start
Use the update skill to refresh the workspace crates and vendored web assets, then verify the changes pass the required tests before committing them separately.