chore: neutralize legacy host name in image tools and align scratch paths - #23
Merged
Merged
Conversation
…aths - Remove legacy GrokBuild host-name mentions in skills/visual-studio and skills/scroll-world - Preserve tool identity: image_gen, image_edit, image_to_video, reference_to_video - Retain the DEGRADED fallback gate when native image/video tools are absent from session - Migrate project scratch paths from .grok/ to .scratch/ (aligned with to-spec) - Update docs/stocktake-1.8.3.md follow-up #2 as resolved and document in CHANGELOG Unreleased
kuker24
force-pushed
the
feat/neutralize-image-tools
branch
from
September 15, 2026 16:36
267512a to
f582f7c
Compare
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
Neutralize legacy predecessor host-name (
GrokBuild) mentions inskills/visual-studioandskills/scroll-worldper stocktake follow-up #2, while preserving tool contracts, identities, and runtime fallback gates.Key Changes
GrokBuildhost references fromskills/visual-studio/andskills/scroll-world/(both frontmatter descriptions and markdown reference bodies).image_gen,image_edit,image_to_video,reference_to_video).Load native image tools if present, else DEGRADED before any generate/edit/video call/otherwise write prompt files and mark DEGRADED)..grok/to.scratch/(aligned with.scratch/convention fromto-spec).docs/stocktake-1.8.3.mdand added bullet underCHANGELOG.md## Unreleased.Verification
grep -rn "GrokBuild" skills/ manual-skills/ commands/ templates/ rules/: 0 matches.python3 -m unittest tests.test_skills: 10/10 passed.python3 -m unittest discover -s tests: 330/330 passed (2 skipped).VERSION: 1.8.2 unchanged, no git tags, no1.8.3heading.