Skip to content

chore: neutralize legacy host name in image tools and align scratch paths - #23

Merged
kuker24 merged 1 commit into
mainfrom
feat/neutralize-image-tools
Sep 15, 2026
Merged

kuker24 merged 1 commit into
mainfrom
feat/neutralize-image-tools

Conversation

@kuker24

@kuker24 kuker24 commented Sep 15, 2026

Copy link
Copy Markdown
Owner

Summary

Neutralize legacy predecessor host-name (GrokBuild) mentions in skills/visual-studio and skills/scroll-world per stocktake follow-up #2, while preserving tool contracts, identities, and runtime fallback gates.

Key Changes

  • Host name neutralized: Removed GrokBuild host references from skills/visual-studio/ and skills/scroll-world/ (both frontmatter descriptions and markdown reference bodies).
  • Tool identity preserved: Preserved explicit tool names (image_gen, image_edit, image_to_video, reference_to_video).
  • DEGRADED fallback gate intact: Kept explicit pre-generation guard (Load native image tools if present, else DEGRADED before any generate/edit/video call / otherwise write prompt files and mark DEGRADED).
  • Scratch paths aligned: Migrated project scratch directory references from .grok/ to .scratch/ (aligned with .scratch/ convention from to-spec).
  • Stocktake & Changelog updated: Marked follow-up fix: allow Chromium cold starts in CI #2 as resolved in docs/stocktake-1.8.3.md and added bullet under CHANGELOG.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, no 1.8.3 heading.

…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
kuker24 force-pushed the feat/neutralize-image-tools branch from 267512a to f582f7c Compare September 15, 2026 16:36
@kuker24
kuker24 merged commit bb08060 into main Sep 15, 2026
10 checks passed
@kuker24
kuker24 deleted the feat/neutralize-image-tools branch September 15, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant