Skip to content

chore: onboard to Developer-Tools-Directory standards 1.10.0#4

Merged
TMHSDigital merged 1 commit into
mainfrom
chore/onboard-standards-1.10.0
Jun 13, 2026
Merged

chore: onboard to Developer-Tools-Directory standards 1.10.0#4
TMHSDigital merged 1 commit into
mainfrom
chore/onboard-standards-1.10.0

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

Summary

Reconciles Blender-Developer-Tools against the Developer-Tools-Directory fleet standard. The repo had drifted: standards markers at 1.9.4 while the meta-repo STANDARDS_VERSION is 1.10.0, workflow refs on the old @v1.9 train, and the required stale.yml workflow missing.

Changes

  • Re-stamp standards-version 1.9.4 -> 1.10.0 (read live from the meta-repo STANDARDS_VERSION) across all 12 skills, 6 rules, and the AGENTS.md / CLAUDE.md / ROADMAP.md markers. This clears the 20 version-signal drift errors (AGENTS + CLAUDE + 12 SKILL.md + 6 .mdc).
  • Bump workflow refs to the meta-repo's current tags, following the pinning convention documented in the meta-repo release workflow (drift-check pins to the MAJOR.MINOR train, release-doc-sync to the MAJOR train):
    • drift-check@v1.9 -> @v1.15 (current MAJOR.MINOR)
    • release.yml meta-repo-ref: v1.9.1 -> v1.15.1 (current patch)
    • release-doc-sync@v1 left as-is (MAJOR train already tracks current)
    • AGENTS.md CI description updated to @v1.15 to match
  • Add stale.yml from the scaffold standard. For Plugin-type repos the required workflow set is validate/release/stale/drift-check; stale.yml was the gap. label-sync.yml stays (optional).

Not touched

  • Action-owned lines: CLAUDE.md **Version:**, ROADMAP.md **Current:**, CHANGELOG.md (including its historical @v1.9 mention).
  • No standards-version values left at 1.9.4 except the historical ROADMAP changelog prose (bumped from 1.9.1 to 1.9.4), which is a statement of past fact.

Test plan

  • No standards-version: 1.9.4 markers remain (only historical prose).
  • drift-check.yml -> @v1.15, release.yml meta-repo-ref -> v1.15.1.
  • stale.yml present and well-formed.
  • Post-merge drift-check run reports 0 errors; release cuts the next patch.

Reconcile drift against the meta-repo fleet standard:

- Re-stamp every standards-version marker 1.9.4 -> 1.10.0 (the live
  meta-repo STANDARDS_VERSION) across the 12 skills, 6 rules, AGENTS.md,
  CLAUDE.md, and ROADMAP.md markers. Clears the 20 version-signal drift
  errors (AGENTS + CLAUDE + 12 SKILL.md + 6 .mdc).
- Bump workflow refs to the meta-repo's current tags per the MAJOR.MINOR
  vs MAJOR pinning convention:
  - drift-check action @v1.9 -> @v1.15 (current MAJOR.MINOR train)
  - release.yml meta-repo-ref v1.9.1 -> v1.15.1 (current patch)
  - release-doc-sync stays @v1 (MAJOR train, already current)
  - AGENTS.md CI description updated to match @v1.15
- Add the missing required workflow stale.yml from the scaffold standard
  (required set for Plugin repos: validate/release/stale/drift-check).

Action-owned lines (CLAUDE.md **Version:**, ROADMAP.md **Current:**,
CHANGELOG.md) and all .github content beyond the three refs + stale.yml
are untouched.

Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
@TMHSDigital TMHSDigital merged commit e6324e5 into main Jun 13, 2026
6 checks passed
@github-actions github-actions Bot added the rules label Jun 13, 2026
@TMHSDigital TMHSDigital deleted the chore/onboard-standards-1.10.0 branch June 13, 2026 18:12
@github-actions github-actions Bot added documentation Improvements or additions to documentation ci labels Jun 13, 2026
TMHSDigital added a commit that referenced this pull request Jun 13, 2026
PR #4 onboarded the repo to standards 1.10.0 but never added the plugin
manifest, so the ecosystem drift checker still classified the repo as
'unknown' (_detect_repo_type keys off .cursor-plugin/plugin.json). That
left stale.yml and the @v1.15 refs present but unenforced, and mismatched
the registry's "cursor-plugin" type.

- Add .cursor-plugin/plugin.json per the scaffold standard (name,
  displayName, description, version, author, license, keywords, and the
  12 skill + 6 rule component paths). _detect_repo_type now returns
  cursor-plugin.
- AGENTS.md: the overview asserted "no .cursor-plugin/plugin.json" as a
  fact; updated to state the manifest now ships and why (drift-checker
  classification).

Verified locally with the meta-repo drift checker against this tree:
repo_type=cursor-plugin, 0 errors / 0 warnings, required-workflows and
required-refs both evaluated and passing.

Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci documentation Improvements or additions to documentation rules skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant