Shared community-health files, the org profile, and the canonical sources that sync labels and issue templates into every repo.
| Path | What it is |
|---|---|
profile/README.md | The org profile shown on the organization page |
CONTRIBUTING.md, CODE_OF_CONDUCT.md | Shared community-health defaults |
repositories.txt | The nine-repository organization manifest |
labels/ | Canonical label YAML and per-repo overlays |
templates/<repo>/ | Canonical issue template sources synced to each repo |
scripts/sync-labels.sh | Apply label YAML to org repos (gh CLI required) |
scripts/sync-templates.sh | Copy templates/<repo>/ into a repo checkout |
scripts/validate-labels.py | Diff live labels against the canonical YAML; exits nonzero on drift |
Per-repo .github/ISSUE_TEMPLATE/, .github/workflows/issue-triage.yml, and
.github/labels.yml are synced from templates/ here via
scripts/sync-templates.sh. Do not copy templates or invent labels in individual
repos - change them here and re-sync.
Policy and workflow rules: mux-context/docs/repo-governance.md.
| Repo | What it is |
|---|---|
| mux-compiler | The language, compiler, and CLI (the canonical Mux version) |
| mux-runtime | Runtime + standard library linked by compiled programs |
| mux-website | Docs site (mux-lang.dev) and playground UI |
| mux-website-api | Compile/run API behind the playground |
| tree-sitter-mux | Tree-sitter grammar + highlight queries |
| mux-syntax-highlighting | TextMate grammar, VSCode extension, canonical syntax spec |
| mux-examples | Intentional teaching examples and their expected output |
| mux-context | Cross-repo architecture, design rationale, glossary, releases |
Thank you to the following companies who have allowed this project to use their services under FOSS terms:
Greptile: The War on Bugs
SonarQube Cloud: Continuous Code Quality and Security
Blacksmith: The fastest way to run your GitHub Actions
MIT - Maintained by Derek Corniello
