refactor(agents): reorganize AI artifacts from hve-core into shared collection subdirectories#917
refactor(agents): reorganize AI artifacts from hve-core into shared collection subdirectories#917peterbryntesson wants to merge 2 commits intomicrosoft:mainfrom
Conversation
- move functional-code-review agent and prompt from code-review/ to coding-standards/ - move story-quality instructions from shared/ to project-planning/ - update collection manifests, plugins, settings, and docs for new paths - pin markdown-table-formatter and markdownlint-cli2 versions 🔧 - Generated by Copilot
- rename agents from .github/agents/hve-core/ to .github/agents/shared/ - rename instructions from .github/instructions/hve-core/ to .github/instructions/shared/ - update all cross-references in prompts, skills, collections, and configs 📂 - Generated by Copilot
|
Hey @peterbryntesson — thanks for picking up the directory reorganization work from #643! 🗂️ We've updated the PR title to follow our conventional commits format and filled in the description template to capture the scope of the renames and cross-reference updates. No action needed on your end. |
|
We've updated the PR description to align with the current pull request template. All original content has been preserved and relocated into the appropriate template sections. No action needed on your end — though you're welcome to review the updated description and fill in any remaining sections (testing details, checklist confirmations, etc.) at your convenience. |
|
Hi @stablegenius49 — Thanks for this contribution toward #643! Since this PR implements a subset of that issue's scope, could you please update #643 with a status comment once this PR merges? That way the team can track which parts of the original issue are complete and what remains. Appreciate it! 🙏 |
|
@peterbryntesson the re-organization of the agents and other artifacts has been completed, so probably the issue itself needs to be re-evaluated (as it was a bigger scope), and closed. Are you OK we close this one out? |
Pull Request
Description
Reorganizes AI artifacts from flat
hve-core/directories into collection-aligned subdirectories, implementing part of the directory restructuring effort described in #643. The primary changes are:.github/agents/hve-core/to.github/agents/shared/and.github/agents/code-review/to.github/agents/coding-standards/.github/instructions/hve-core/to.github/instructions/shared/(commit-message, git-merge, markdown, prompt-builder, pull-request, writing-style)story-quality.instructions.mdfromshared/toproject-planning/.github/prompts/code-review/to.github/prompts/coding-standards/copilot-instructions.md, andinstructions/README.mdRelated Issue(s)
Partial implementation of #643
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:
Testing
npm run lint:mdandnpm run lint:frontmatterto validate file integrityChecklist
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:generateSecurity Considerations
Additional Notes
This is a draft PR implementing a subset of #643. The reorganization renames the
hve-coreandcode-reviewcollection directories tosharedandcoding-standardsrespectively, aligning with the collection-based directory structure. Collection YAML manifests and plugin outputs may need regeneration after these renames.Recommended validation before marking ready for review:
applyTopatterns remain correct after path changesagents:frontmatter references resolve via glob paths