@@ -3,32 +3,34 @@ id: contributing
33title : 🤝 Contributing
44sidebar_position : 7
55---
6+
67# 🤝 Contributing Guide
8+
79## 🧬 Commit Legend — The Human Pattern Lab
810
911We use lore-coded prefixes + emojis so commits read like dispatches from Lab departments.
1012
11- | Prefix | Emoji | Who / What | Use for… |
12- | ------------- | ------- | ---------------------------------------| ----------------------------------------------- |
13- | ` CORE ` | 🧩 | Core architecture | Big refactors, foundational structure |
14- | ` SYS ` | ⚙️ | Systems layer | Logic, state, loaders, data plumbing |
15- | ` UI ` | 🎨 | Interface | Layout, visuals, components, styling |
16- | ` UX ` | 🧭 | Experience | Flows, navigation, accessibility |
17- | ` STYLE ` | 🖋️ | Formatting | Prettier, lint, whitespace only |
18- | ` BUILD ` | 🏗️ | Build / tooling | Vite, scripts, config, infra |
19- | ` FIX ` | 🛠️ | Bug fixes | Anything that “was wrong, now is right” |
20- | ` WIP ` | 🚧 | Work in progress | Partial work, experiments in progress |
21- | ` CJO ` | 😼 | Carmel — Chief Judgment Office | Polish, spacing, micro-adjustments |
22- | ` OOD ` | 👁️ | Orbson — Obs. Oversight Division | Routing, indexing, correctness |
23- | ` AOE ` | 🌘 | Fill the Void — Anomalous Energies | Edge cases, spooky bugs, anomalies |
24- | ` DUE ` | 🔥 | Nemmi — Unpredictable Energies | Experiments, prototypes, wild ideas |
25- | ` RBS ` | 🦝 | Stan — Raccoon Behavioral Sciences | Small QoL tweaks, “found a shiny” additions |
26- | ` EWU ` | 🌧️ | Drizzle — Emotional Weather Unit | Tone, emotional UX, messaging |
27- | ` FE ` | 📘 | Professor McChonk — Feline Epistemology | Docs, explanations, reasoning |
28- | ` AV ` | 🦊 | Ada Vale — Founder | Vision, world-shaping, big conceptual shifts |
29- | ` LYRIC ` | 🔮 | Lyric — Lab AI | Synthesis, refactors, pattern unification |
30- | ` LORE ` | 📜 | Worldbuilding | Mascot bios, Lab canon, story updates |
31- | ` NOTE ` | 📝 | Lab Notes | Notes content, structure, metadata |
32- | ` DATA ` | 🗂️ | Data / i18n | JSON, localization, datasets |
33- | ` DOCS ` | 📖 | Documentation systems | Doc site structure & plumbing |
34- | ` OPS ` | 🛰️ | Ops / maintenance | Dependencies, pipelines, cleanup |
13+ | Prefix | Emoji | Who / What | Use for… |
14+ | ------- | ----- | --------------------------------------- | -------------------------------------------- |
15+ | ` CORE ` | 🧩 | Core architecture | Big refactors, foundational structure |
16+ | ` SYS ` | ⚙️ | Systems layer | Logic, state, loaders, data plumbing |
17+ | ` UI ` | 🎨 | Interface | Layout, visuals, components, styling |
18+ | ` UX ` | 🧭 | Experience | Flows, navigation, accessibility |
19+ | ` STYLE ` | 🖋️ | Formatting | Prettier, lint, whitespace only |
20+ | ` BUILD ` | 🏗️ | Build / tooling | Vite, scripts, config, infra |
21+ | ` FIX ` | 🛠️ | Bug fixes | Anything that “was wrong, now is right” |
22+ | ` WIP ` | 🚧 | Work in progress | Partial work, experiments in progress |
23+ | ` CJO ` | 😼 | Carmel — Chief Judgment Office | Polish, spacing, micro-adjustments |
24+ | ` OOD ` | 👁️ | Orbson — Obs. Oversight Division | Routing, indexing, correctness |
25+ | ` AOE ` | 🌘 | Fill the Void — Anomalous Energies | Edge cases, spooky bugs, anomalies |
26+ | ` DUE ` | 🔥 | Nemmi — Unpredictable Energies | Experiments, prototypes, wild ideas |
27+ | ` RBS ` | 🦝 | Stan — Raccoon Behavioral Sciences | Small QoL tweaks, “found a shiny” additions |
28+ | ` EWU ` | 🌧️ | Drizzle — Emotional Weather Unit | Tone, emotional UX, messaging |
29+ | ` FE ` | 📘 | Professor McChonk — Feline Epistemology | Docs, explanations, reasoning |
30+ | ` AV ` | 🦊 | Ada Vale — Founder | Vision, world-shaping, big conceptual shifts |
31+ | ` LYRIC ` | 🔮 | Lyric — Lab AI | Synthesis, refactors, pattern unification |
32+ | ` LORE ` | 📜 | Worldbuilding | Mascot bios, Lab canon, story updates |
33+ | ` NOTE ` | 📝 | Lab Notes | Notes content, structure, metadata |
34+ | ` DATA ` | 🗂️ | Data / i18n | JSON, localization, datasets |
35+ | ` DOCS ` | 📖 | Documentation systems | Doc site structure & plumbing |
36+ | ` OPS ` | 🛰️ | Ops / maintenance | Dependencies, pipelines, cleanup |
0 commit comments