chore: onboard to Developer-Tools-Directory standards 1.10.0#4
Merged
Conversation
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>
4 tasks
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>
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
Reconciles Blender-Developer-Tools against the Developer-Tools-Directory fleet standard. The repo had drifted: standards markers at
1.9.4while the meta-repoSTANDARDS_VERSIONis1.10.0, workflow refs on the old@v1.9train, and the requiredstale.ymlworkflow missing.Changes
1.9.4->1.10.0(read live from the meta-repoSTANDARDS_VERSION) across all 12 skills, 6 rules, and theAGENTS.md/CLAUDE.md/ROADMAP.mdmarkers. This clears the 20version-signaldrift errors (AGENTS + CLAUDE + 12SKILL.md+ 6.mdc).drift-check@v1.9->@v1.15(current MAJOR.MINOR)release.ymlmeta-repo-ref: v1.9.1->v1.15.1(current patch)release-doc-sync@v1left as-is (MAJOR train already tracks current)AGENTS.mdCI description updated to@v1.15to matchstale.ymlfrom the scaffold standard. For Plugin-type repos the required workflow set is validate/release/stale/drift-check;stale.ymlwas the gap.label-sync.ymlstays (optional).Not touched
CLAUDE.md**Version:**,ROADMAP.md**Current:**,CHANGELOG.md(including its historical@v1.9mention).1.9.4except the historical ROADMAP changelog prose (bumped from 1.9.1 to 1.9.4), which is a statement of past fact.Test plan
standards-version: 1.9.4markers remain (only historical prose).drift-check.yml->@v1.15,release.ymlmeta-repo-ref->v1.15.1.stale.ymlpresent and well-formed.drift-checkrun reports 0 errors; release cuts the next patch.