Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,19 @@ HVE Core provides a unified set of optimized GitHub Copilot and Microsoft 365 Co

### Setup

#### Option 1: Clone Repository

To use HVE Core's GitHub Copilot customizations in your project, clone this repository as a sibling to your project and configure a multi-root workspace. See the [Getting Started Guide](docs/getting-started.md) for step-by-step instructions.

#### Option 2: Install via PromptyDumpty

Comment on lines +34 to +39
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider adding a brief note about where PromptyDumpty installs the artifacts (e.g., .github/chatmodes/hve-core/, .github/prompts/hve-core/, etc.) and whether any workspace configuration is needed after installation, to help users understand the difference between Option 1 and Option 2.

Copilot uses AI. Check for mistakes.
```bash
pip install prompty-dumpty
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

The PromptyDumpty documentation URL https://dumpty.dev should be verified. If this URL doesn't exist or is a placeholder, consider linking to the actual PromptyDumpty documentation (e.g., GitHub repository or PyPI page).

Copilot uses AI. Check for mistakes.
dumpty install https://github.com/dasiths/hve-core
```

See [PromptyDumpty documentation](https://dumpty.dev) for more options.

### Using Chat Modes

Select specialized AI assistants from the agent picker dropdown in GitHub Copilot Chat:
Expand Down
Loading
Loading