docs(governance): add SIG overlay, MAINTAINERS.md, and continuity rules#1448
Draft
WilliamBerryiii wants to merge 2 commits intomainfrom
Draft
docs(governance): add SIG overlay, MAINTAINERS.md, and continuity rules#1448WilliamBerryiii wants to merge 2 commits intomainfrom
WilliamBerryiii wants to merge 2 commits intomainfrom
Conversation
- add MAINTAINERS.md roster with SIG chair assignments and Pro Tem terms - introduce SIG overlay with six charters and continuity & quorum rules - update GOVERNANCE.md with decision tiers, public activity rule, and SIG section - self-protect CODEOWNERS for governance files - add proper-noun spell-check entries for new contributor handles 🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1448 +/- ##
==========================================
- Coverage 87.64% 87.63% -0.01%
==========================================
Files 65 65
Lines 10152 10152
==========================================
- Hits 8898 8897 -1
- Misses 1254 1255 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The Docusaurus build enforces strict broken-link checking and fails when markdown links escape the plugin content tree. SIG charters and the SIGs README referenced repo-root files (GOVERNANCE.md, CODE_OF_CONDUCT.md, SECURITY.md, .github/CODEOWNERS) via relative paths, which are unresolvable from the docusaurus content root. Replace all such root-escaping relative links with absolute URLs pointing to the canonical files on main, restoring the docusaurus build. Verified locally with pm run build in docs/docusaurus. 🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers. - Generated by Copilot
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.
Description
Introduces a foundation-style governance overlay for hve-core: a SIG (Special Interest Group) structure with six initial charters, a
MAINTAINERS.mdroster with named SIG chairs and Pro Tem terms, and continuity/quorum rules inGOVERNANCE.md. Documentation-only — no code, no AI artifacts, no dependency changes.A companion RFC proposal document explaining rationale and trade-offs has been prepared for maintainer review (kept out of the commit; available on request).
Related Issue(s)
None — internal governance proposal pending maintainer review.
Type of Change
Code & Documentation:
Testing
Validation chain executed locally against the staged changes:
npm run format:tables— clean (no changes applied)npm run lint:md— 204 files, 0 errorsnpm run lint:frontmatter— passnpm run spell-check— pass (new contributor handles added to.cspell.json)Checklist
Required Checks
Required Automated Checks
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skills— N/A, no skill changesnpm run lint:md-links— not run locally; CI will executenpm run lint:ps— N/A, no PowerShell changesnpm run plugin:generate— N/A, no collection changesnpm run docs:test— not run locally; CI will executeSecurity Considerations
Additional Notes
Files changed:
.github/MAINTAINERS.md(new) — five-row roster with GitHub handles, SIG chair assignments, and Pro Tem markersGOVERNANCE.md— adds SIG section, Continuity & Quorum rules (3-minimum, Pro Tem 3-month renewable once), Public Activity rule, decision tiers (Routine / Significant / Breaking / Governance), Chair rotation rulesdocs/community/sigs/README.md(new) — SIG index with WG deferraldocs/community/sigs/sig-engineering/CHARTER.md(new)docs/community/sigs/sig-standards/CHARTER.md(new)docs/community/sigs/sig-security/CHARTER.md(new)docs/community/sigs/sig-rai/CHARTER.md(new)docs/community/sigs/sig-data-science/CHARTER.md(new)docs/community/sigs/sig-emerging-ai/CHARTER.md(new).github/CODEOWNERS— self-protect governance files; SIG ownership stub commented for activation post-approval.cspell.json— proper-noun additions for new contributor handlesMarked as draft for maintainer review and discussion before merge.
🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.