Conversation
Agent guideline for updating MIF dependency versions. Covers Helm sub-charts (Odin, Odin-CRD, LWS, Heimdall), heimdall-proxy image tags, moreh-vLLM presets, MIF chart releases, and website documentation updates for spec changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new agent skill (bump-dependency) to standardize how MoAI Inference Framework dependency/version bumps are performed across Helm sub-charts, image tags, presets, and website docs, and registers the skill in the repository’s skill index and agent entrypoints.
Changes:
- Introduce
skills/bump-dependency/SKILL.mdwith step-by-step dependency bump procedures and verification/commit checklists. - Register the new skill in
skills/README.md. - Link the new skill from the root
AGENTS.md“Agent Skills” section.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/bump-dependency/SKILL.md | New skill content describing dependency bump workflows, affected file locations, and verification steps. |
| skills/README.md | Adds bump-dependency to the Available Skills table. |
| AGENTS.md | Adds a pointer to the new skill under Agent Skills. |
You can also share your feedback on Copilot code review. Take the survey.
…ependency Heimdall is deployed as a separate Helm chart, not as a sub-chart of moai-inference-framework. Update the component table and add a dedicated procedure section that asks the user for chart repo and deployment details. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The prefix is automatically added by the pre-commit hook based on the branch name. Documenting it in examples was misleading. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
You can also share your feedback on Copilot code review. Take the survey.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…o and doc references Heimdall is installed from the public Moreh Helm repo (moreh/heimdall). Document concrete version locations (quickstart, reference docs) and add steps to update reference docs when config or API changes occur. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
You can also share your feedback on Copilot code review. Take the survey.
…ll-creator reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
You can also share your feedback on Copilot code review. Take the survey.
… changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
You can also share your feedback on Copilot code review. Take the survey.
- Fix "Both skills" → "All skills" in README - Remove reference/heimdall/ from component table (not a version location) - Move InferencePool from Odin to Heimdall search targets, add inferencePoolRefs to Odin Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
skills/bump-dependency/skill with agent guidelines for updating MIF dependency versionsskills/README.mdandAGENTS.mdTest plan
claude --plugin-dir ./skills)make helm-lintpasses with no changes to chart files🤖 Generated with Claude Code