Guide: ai audit and cleanups#3533
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates OpenVMM documentation to reflect current CLI/Flowey commands and refreshes a few contributor-facing links, reducing outdated or misleading guidance in the Guide.
Changes:
- Refreshes the interactive console command reference and expands the documented command set.
- Updates VMM test docs to use
cargo xflowey build-igvminstead of the removed/renamed command. - Fixes/modernizes contributor documentation references (xtask lint pass name and a broken link path).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| Guide/src/reference/openvmm/management/interactive_console.md | Updates the interactive console command list and descriptions. |
| Guide/src/dev_guide/tests/vmm.md | Replaces outdated IGVM build command reference with build-igvm. |
| Guide/src/dev_guide/contrib/code.md | Updates unused-deps check reference to the current fmt --pass lints pass. |
| CONTRIBUTE.MD | Fixes the link path/casing to the coding conventions page. |
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.
I asked copilot to audit the guide for anything outdated or misleading, and it found a few things. Mainly just the new command line interactions, but the other small cleanups are nice too.