docs: Improve readme.md and contributing.md#1635
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1635 +/- ##
==========================================
- Coverage 85.50% 85.49% -0.01%
==========================================
Files 82 82
Lines 11805 11805
==========================================
- Hits 10094 10093 -1
- Misses 1711 1712 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
@microsoft-github-policy-service agree |
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates documentation to better describe HVE Core and streamline contributor guidance, and adds a new npm dependency.
Changes:
- Added
qsdependency topackage.json - Restructured and simplified README onboarding/installation content
- Moved and reformatted
CONTRIBUTING.mdtable of contents and tables
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| package.json | Adds qs as a pinned dependency |
| README.md | Reworks main introduction, install guidance, and navigation sections |
| CONTRIBUTING.md | Moves TOC to the top and fixes table formatting |
| estimated_reading_time: 3 | ||
| --- | ||
|
|
||
| ## Hypervelocity Engineering(HVE) Core |
| >copilot plugin marketplace add microsoft/hve-core | ||
| >copilot plugin install hve-core@hve-core |
|
|
||
| ## Choose Your Path | ||
|
|
||
| * New to Hypervelocity Core: Start with [Start Here](docs/getting-started/README.md) to complete your first workflow quickly. |
| * [Required Tools](#required-tools) | ||
| * [Validation Commands](#validation-commands) | ||
| * [Development Environment](#development-environment) | ||
| * [Table of Contents](#table-of-contents) |
Pull Request
Description
Improve readability of the root readme file for a stronger top-to-bottom flow and reduce cognitive load for new users. Changes in contributing.md to reorganize document structure by moving Table of Contents section first so users can orient first then act. No content is changed. Also, fixed the malformed markdown table in the Required Tools section so it renders correctly.
Related Issue(s)
Fixes #1630
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes