[FSTORE-2028][Append] Bugfixes and UI tweaks#957
Open
jimdowling wants to merge 2 commits into
Open
Conversation
Skill catalog updates: - Rename hops-agent-jobs/ to hops-agent-job/ so the directory matches the skill name referenced from CLAUDE.md / AGENTS.md (singular). - hops-reqs: reframe the skill as an ML system specification author — scope is to produce a reqs/ markdown spec, ask whether to implement, and load downstream skills (hops-feature-pipeline, hops-training-pipeline, batch-inference-pipeline, online-inference-pipeline, hops-app) for the actual build steps. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…into may19-bug-fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Skill catalog updates that pair with the CLAUDE.md / AGENTS.md template refresh in hopsworks-ee#3026:
skills/hops/hops-agent-jobs/→skills/hops/hops-agent-job/so the directory name matches the singular form referenced from the project-bootstrap templates.skills/ml/hops-reqs/SKILL.mdas an ML system specification author rather than a build-everything skill. It now writes areqs/markdown spec, asks whether to implement, and points downstream skills (hops-feature-pipeline,hops-training-pipeline,batch-inference-pipeline,online-inference-pipeline,hops-app) at the actual implementation steps.Test plan
hops-agent-jobis reachable under the new path; the CLAUDE.md template's(use hops-agent-job skill)reference resolves.hops-reqsinvokes downstream skills when the user asks to build an ML system.🤖 Generated with Claude Code