-
Notifications
You must be signed in to change notification settings - Fork 23
# feat(extension): update extension documentation and packaging #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Eugene Fedorenko <[email protected]>
…ts and prompts Signed-off-by: Eugene Fedorenko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the extension packaging configuration to exclude the hve-core-installer agent from automated distribution and improves documentation formatting by removing hardcoded counts and unnecessary frontmatter.
Key changes:
- Excluded
hve-core-installeragent from extension packaging (manual installation only) - Removed maintenance-heavy count column from "What's Included" table in extension documentation
- Added newly created components (rpi-agent chatmode, task-plan/task-research prompts, writing-style instructions) to package.json
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/extension/Prepare-Extension.ps1 | Added $excludedAgents array to skip hve-core-installer during extension preparation, with clear console feedback |
| extension/package.json | Added four new components to extension manifest: rpi-agent chatmode, task-plan and task-research prompts, and writing-style instructions |
| extension/README.md | Removed YAML frontmatter from extension README |
| docs/getting-started/methods/extension.md | Removed count column from table to reduce maintenance burden while preserving component examples |
… Chat Signed-off-by: Eugene Fedorenko <[email protected]>
…renko/hve-core into eedorenko/massage-extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Eugene Fedorenko <[email protected]>
…renko/hve-core into eedorenko/massage-extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
|
@WilliamBerryiii the PR is ready to be merged |
Description
Updates extension packaging to exclude the hve-core-installer agent and improves documentation formatting.
Changes
$excludedAgentsarray in Prepare-Extension.ps1 (manual installation only)Related Issue(s)
N/A - Maintenance and documentation improvements
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderchatmode and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/chatmodes/*.chatmode.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Testing
npm run extension:prepare- correctly excludes hve-core-installer with "⏭️ (excluded)" outputChecklist
Required Checks
AI Artifact Contributions
prompt-builderchatmode to review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
Files Changed (4):
docs/getting-started/methods/extension.md- Removed count column from tableextension/README.md- Removed YAML frontmatterextension/package.json- Added rpi-agent, task-plan, task-research, writing-stylescripts/extension/Prepare-Extension.ps1- Added$excludedAgentsarray to skip hve-core-installer🔧 - Generated by Copilot