This repository houses the global configuration, landing page profile, central installation scripts, and shared developer doctrines for TheColliery organization.
- CoalMine: Quality-canary skills suite for AI coding agents.
- CoalTipple: Model and effort router with budget protection locks.
- CoalBoard: Consensus & debate board — diverse lenses verify error-not-allowed work before it ships.
- CoalHearth: Session warm-resume — journals state so an interrupted session resumes from a recovery block instead of a manual rebuild.
- CoalFace (beta): Fan-out discipline — scout → waves → QC → one writer, the whole swarm bounded by the estimated solo cost.
- 🔵 CoalWash (in design · blueprint): Memory-defragment engine — cleans + compacts an agent's persistent memory (notes + governance) under a hard zero-fact-loss guarantee. The 6th sibling; spec in design, build deferred.
- 🔵 CoalLedger (in design · blueprint): Docs-health canary suite — the docs-side mirror of CoalMine (grounding · completeness · rot · consistency · structure · quality · leak), cross-agent + multilingual. The 7th sibling; spec in design, build deferred.
You can install any or all tools in the series (CoalMine, CoalTipple, CoalBoard, CoalHearth, CoalFace (beta)) using the central installer located in this repository:
curl -fsSL https://raw.githubusercontent.com/TheColliery/.github/main/install.mjs -o colliery-install.mjs
node colliery-install.mjs all # the whole suite (all 5)
node colliery-install.mjs 3 # just CoalBoard
node colliery-install.mjs 1 2 3 # CoalMine + CoalTipple + CoalBoard
node colliery-install.mjs 4 5 # CoalHearth + CoalFace (CoalFace beta)Periodic blind output-quality evaluations and regression tests. To keep them honest, this page links to each tool's RESULTS.md (the single source of truth) and never copies the figures -- so a number here cannot drift from, or be invented apart from, the measured run.
- CoalMine -- defect-detection recall/precision on 16 fixtures (12 with planted defects — 13 in total, one fixture plants 2 — plus 4 clean decoys), Claude Code. Results: benchmarks/CoalMine/RESULTS.md.
- CoalTipple -- dynamic model escalation + output correctness across 5 domains (crypto, proof, research, legal, voice), Claude Code. Results: benchmarks/CoalTipple/RESULTS.md; routing-cost savings: benchmarks/CoalTipple/ROUTING-SAVINGS.md.
- CoalBoard -- with-the-board-vs-without on error-not-allowed tasks, two platforms (Claude Code reliability + Antigravity cross-vendor), including the honest correlated-blind-spot ceiling. Results: benchmarks/CoalBoard/results/.
- CoalHearth -- interruption damage: cold restart vs warm resume on a 10-file mid-refactor (token delta + the categorical state-fidelity recovery), Claude Code. Results: benchmarks/CoalHearth/RESULTS.md.
- CoalFace -- fan-out cost: solo vs ad-hoc vs scout-digest on a shared-context worksite (tokens + dollars + the coarse-pack lever), Claude Code + Antigravity cross-vendor. Results: benchmarks/CoalFace/RESULTS.md.
This specific repository (.github) manages the following internal assets:
profile/README.md: The main landing page displayed on the TheColliery Organization Profile.install.mjs: The unified cross-platform DLC selector installation script for all active tools in the suite.DESIGN-PRINCIPLES.md: The Quantum 11 performance & design guidelines governing all series projects.hooks-safety.md: The Phoenix 13 safety hook commandments (sandboxing, fail-silent execution).scripts-quality.md: The CLI and script quality rules for release-gating.DOC-PATTERN.md: The shared public-doc pattern (README / SECURITY / CONTRIBUTING / PRIVACY) that keeps every repo's docs sibling-consistent.
For the public-facing organization profile, please visit github.com/TheColliery.