Skip to content

docs: Improve readme.md and contributing.md#1635

Open
jkim323 wants to merge 7 commits into
microsoft:mainfrom
jkim323:improve-readme
Open

docs: Improve readme.md and contributing.md#1635
jkim323 wants to merge 7 commits into
microsoft:mainfrom
jkim323:improve-readme

Conversation

@jkim323
Copy link
Copy Markdown

@jkim323 jkim323 commented May 22, 2026

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:

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Infrastructure & Configuration:

  • GitHub Actions workflow
  • Linting configuration (markdown, PowerShell, etc.)
  • Security configuration
  • DevContainer configuration
  • Dependency update

AI Artifacts:

  • Reviewed contribution with prompt-builder agent and addressed all feedback
  • Copilot instructions (.github/instructions/*.instructions.md)
  • Copilot prompt (.github/prompts/*.prompt.md)
  • Copilot agent (.github/agents/*.agent.md)
  • Copilot skill (.github/skills/*/SKILL.md)

Note for AI Artifact Contributors:

  • Agents: Research, indexing/referencing other project (using standard VS Code GitHub Copilot/MCP tools), planning, and general implementation agents likely already exist. Review .github/agents/ before creating new ones.
  • Skills: Must include both bash and PowerShell scripts. See Skills.
  • Model Versions: Only contributions targeting the latest Anthropic and OpenAI models will be accepted. Older model versions (e.g., GPT-3.5, Claude 3) will be rejected.
  • See Agents Not Accepted and Model Version Requirements.

Other:

  • Script/automation (.ps1, .sh, .py)
  • Other (please describe):

Sample Prompts (for AI Artifact Contributions)

User Request:

Execution Flow:

Output Artifacts:

Success Indicators:

For detailed contribution requirements, see:

Testing

Checklist

Required Checks

  • Documentation is updated (if applicable)
  • Files follow existing naming conventions
  • Changes are backwards compatible (if applicable)
  • Tests added for new functionality (if applicable)

AI Artifact Contributions

  • Used /prompt-analyze to review contribution
  • Addressed all feedback from prompt-builder review
  • Verified contribution follows common standards and type-specific requirements

Required Automated Checks

The following validation commands must pass before merging:

  • Markdown linting: npm run lint:md
  • Spell checking: npm run spell-check
  • Frontmatter validation: npm run lint:frontmatter
  • Skill structure validation: npm run validate:skills
  • Link validation: npm run lint:md-links
  • PowerShell analysis: npm run lint:ps
  • Plugin freshness: npm run plugin:generate
  • Docusaurus tests: npm run docs:test

Security Considerations

  • This PR does not contain any sensitive or NDA information
  • Any new dependencies have been reviewed for security issues
  • Security-related scripts follow the principle of least privilege

Additional Notes

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.49%. Comparing base (1102901) to head (d6eab0f).

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
pester 83.65% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jkim323
Copy link
Copy Markdown
Author

jkim323 commented May 22, 2026

@jkim323 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

D

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree

@jkim323
Copy link
Copy Markdown
Author

jkim323 commented May 24, 2026

@jkim323 the command you issued was incorrect. Please try again.

Examples are:

@microsoft-github-policy-service agree

and

@microsoft-github-policy-service agree company="your company"

@microsoft-github-policy-service agree

@jkim323 jkim323 marked this pull request as ready for review May 24, 2026 02:53
@jkim323 jkim323 requested a review from a team as a code owner May 24, 2026 02:53
@jkim323 jkim323 changed the title Improve readme docs: Improve readme May 24, 2026
@jkim323 jkim323 changed the title docs: Improve readme docs: Improve readme.md and contributing.md May 24, 2026
@jkim323 jkim323 requested a review from Copilot May 24, 2026 03:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 qs dependency to package.json
  • Restructured and simplified README onboarding/installation content
  • Moved and reformatted CONTRIBUTING.md table 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

Comment thread README.md
estimated_reading_time: 3
---

## Hypervelocity Engineering(HVE) Core
Comment thread README.md
Comment on lines +61 to +62
>copilot plugin marketplace add microsoft/hve-core
>copilot plugin install hve-core@hve-core
Comment thread README.md

## Choose Your Path

* New to Hypervelocity Core: Start with [Start Here](docs/getting-started/README.md) to complete your first workflow quickly.
Comment thread CONTRIBUTING.md
* [Required Tools](#required-tools)
* [Validation Commands](#validation-commands)
* [Development Environment](#development-environment)
* [Table of Contents](#table-of-contents)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve ReadMe

3 participants