fix: backfill CONTRIBUTING.md and CLAUDE.md per ecosystem standards#14
Merged
TMHSDigital merged 1 commit intomainfrom Apr 26, 2026
Merged
Conversation
Tracks DTD#48 (expanded scope: original issue noted CONTRIBUTING.md only; CLAUDE.md absence surfaced during DTD#47 work). Identical surgery to CFX-Developer-Tools (DTD#48 canary, merged previously). CONTRIBUTING.md follows the Plaid pattern with the verbatim DCO grant from standards/licensing.md. CLAUDE.md includes the standards-version marker and `**Version:**` convention so release-doc-sync can reconcile version markers on future releases (which DTD#51 just fixed at the runner level). Made-with: Cursor
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.
Backfills
CONTRIBUTING.mdandCLAUDE.mdat the repo root, per ecosystem standards. Same surgery as the CFX-Developer-Tools DTD#48 canary (merged previously, see TMHSDigital/CFX-Developer-Tools#15).Why both files
The original DTD#48 ticket flagged the missing
CONTRIBUTING.md. While preparing the rollout, DTD#47 work surfaced a parallel gap: Unity also lacks a top-levelCLAUDE.md. The two go together because:CLAUDE.mdis what release-doc-sync reconciles on each release (**Version:**marker, standards-version comment). Without the file, release-doc-sync silently no-ops on the per-repo doc-version side.CONTRIBUTING.mdcarries the verbatim DCO + inbound-license grant fromstandards/licensing.md, which the DCO GitHub App and project policy both depend on for accepting derivative contributions to a CC-BY-NC-ND-4.0 codebase.Diff shape
CONTRIBUTING.md(143 lines), Plaid-pattern with Unity-specific Local Development, Plugin Structure, Adding a Skill / Rule / Snippet / Template, and PR Process sections; verbatim DCO grant in the dedicated section.CLAUDE.md(152 lines), standards-version marker (1.9.2), Project Overview, Plugin Architecture, full Skills (18) / Rules (8) / MCP Server (4 tools) tables, Development Workflow, Release Workflow, Key Conventions, Unity Reference Quick Links.DTD#51 interaction
This is the second canary for the DTD#51 release-doc-sync staging fix that landed earlier in this session. After this PR merges, the auto-release should fire and the bump commit should now stage CLAUDE.md alongside the usual plugin.json + README + CHANGELOG, proving the DTD#51 fix is end-to-end correct on Unity (CFX already proved it on its own release run).
Closes #48.