Skip to content

The companion half of the set

The Collective
Master Library

The six volumes on this site are the argument. This is the parts bin the argument was made with — 1,062 artifacts pulled out of the same twenty-nine projects the volumes cite as exhibits, sealed, catalogued, and licensed so they can sit inside your software instead of only being described in a book.

Sold at CMPSBL.com · not from SHPBL.com. Everything on this page — the catalog, the printable index, the agent prompt — is free, and answers the only honest question: would any of it actually help your codebase?

The numbers, unrounded

1,062

Artifacts

components, engines, primitives, products

445,541

Delivered LOC

2,011 source files, deduplicated

563

Smoke tests

generated, one per Canon artifact

2

Libraries

CMPSBL Canon (563) · BLDBL (499)

Straight from manifest.json. Delivered LOC is deduplicated — the aggregate closure figure is larger and would have been the flattering number to print.

Lead exhibit · PRIM-ENG-01

DREAM

A deterministic, no-LLM synthesis engine that runs on idle cycles, mines the signals below the confidence floor everyone else discards, and clusters them into patterns nothing in the foreground would have surfaced.

It has been in this Canon since November 2025, sealed and dated — which matters only because the industry arrived at the same idea later and independently. That is not a claim of influence. It is a claim of timestamp, and the seal chain is what makes it checkable rather than a story. Volume I would demote it otherwise.

42,418 LOC · requires the governed runtime slice RTS-CORE · one adapter port (PORT-PERSISTENCE) you implement · never recommend it alone.

What else is in there

  • DREAM

    Deterministic, no-LLM synthesis engine that runs on idle cycles, mines signals below the confidence floor everyone else discards, and clusters them into novel patterns.

    PRIM-ENG-01 · The crown jewel. Shipped in this Canon since November 2025.

    42,418 LOC

  • Creative Forge

    Full creative stack — imagination, innovation and dream engines fused for generative synthesis, pattern evolution, and nocturnal optimization.

    MENGINE-CREATIVE-FORGE · Meta-engine. Requires the governed runtime slices it ships with.

    27,188 LOC

  • World-First Cognitive

    BRAIN attention and memory, DECODE intent understanding, and DREAM creative evolution unified into one cognitive layer.

    MENGINE-WORLD-FIRST-COGNITIVE · Meta-engine.

    27,188 LOC

  • Creative Evolution Engine

    Genetic-algorithm knowledge mutation, insight crystallization into permanent memory, emergent pattern evolution, and dream-state analysis.

    SENGINE-CREATIVE-EVOLUTION-ENGINE · Substrate engine.

    28,206 LOC

  • Temporal Engine

    Temporal causal chains, chronological event synthesis, time-aware pattern detection, lifecycle state prediction, and temporal memory indexing.

    SENGINE-TEMPORAL-ENGINE · Substrate engine.

    28,206 LOC

  • Dream Synthesizer

    Offline memory consolidation — decay, prune, strengthen, merge. Turns raw experience traces into compacted long-term memory.

    BLD-ENG-260 · The DREAM primitive's heart, extractable on its own with no dependencies.

    94 LOC

Crown Jewels · S-Tier233Engines219Primitives90Components90Substrate engines80Store engines55Ascension layers45Blueprints41Meta-engines26Vertical layer packs25

Before you spend anything

Hand it to your agent

Two files do the work. AGENT-CATALOG.md is the machine-readable index of all 1,062 artifacts, written for a coding agent with your repository open. The prompt below tells that agent to run a substitution pass against your actual code and report what would be replaced, what would be hardened, and — critically — what should be skipped.

If the answer comes back "not much," you saved your money. That is the intended outcome for plenty of codebases, and the prompt is written so an agent can say it.

Everything · one zip

The agent kit

AGENT-CATALOG.md · CATALOG.html · HOW-TO-ASK-YOUR-AGENT.md

204 KB · ZIP

Or one file at a time

The printable catalog is a single self-contained HTML file, same as the volumes — open it, or print it to PDF.

Prompt 1 · Full evaluation

Read the attached `AGENT-CATALOG.md`. It is the index for a 1,062-artifact
component library — engines, primitives, components, blueprints and runtime
slices extracted from twenty-nine shipped projects.

Then read this repository.

Do a substitution pass. For every unit of our own code that does a job this
catalog also does, classify it:

- REPLACE — the catalog component covers our unit's job and more.
- HARDEN  — our unit works, but the component adds correctness or failure
            handling we lack (determinism, tamper evidence, backpressure,
            circuit breaking, budget accounting).
- SKIP    — our unit is more specific, or the component needs adapter ports we
            cannot satisfy.

Match by capability, not by name. Same job counts; same identifiers do not.

For each finding, report in this shape:

[REPLACE] CMPSBL <ID> "<Name>"  ->  host: <our file path> (<LOC>)
  Why: <what it covers that ours does not>
  Saves: <N> engineer-days, basis = <delivered LOC> delivered LOC +
       <k> correctness concerns you would otherwise implement and test
  Ports to implement: <none | PORT-*>
  Requires runtime slices: <none | slice ids>

Rules you must follow:

1. Never invent a component that is not in the catalog. If you are unsure
   whether something exists, say so rather than guessing.
2. Any component whose entry says it requires a governed runtime must be
   recommended together with its runtime slices — never alone.
3. Every adapter port is real work we have to schedule. Name each one. The
   portable defaults compile but do nothing.
4. Restate each component's verification status, including the entries that
   read "Not claimed". Do not upgrade "operationally exercised" into "secure"
   or "production-proven for our use case".
5. Do not inflate savings. State the basis in the same sentence as the number.
6. Produce a SKIP list. An evaluation with no skips did not evaluate anything.

Then answer three questions:

1. How many of the 1,062 artifacts are actually relevant to this repository?
   Give a number smaller than the catalog size, and justify it.
2. Which three would change the most, and what specifically would improve?
3. Given what you found, is this worth buying for us — and at which tier? If
   the answer is no, say no and explain what would have to be true for it to
   be yes.

Do not modify this repository. Report and stop.

Prompt 2 · You already know your pain

Read the attached `AGENT-CATALOG.md` and this repository.

We have a specific problem: [describe it — e.g. our webhook delivery
double-sends under retry / we have no audit trail we can prove wasn't
tampered with / our AI provider costs are unpredictable and we're locked to
one vendor].

Which components in this catalog address that problem, and what would the
integration actually involve in our codebase — which files change, which
adapter ports we would have to implement, and what we would still have to
build ourselves?

Never invent a component that is not in the catalog. If nothing in the catalog
addresses this well, say so plainly.

What a good answer looks like

  • ·It names your file paths, not just catalog component names.
  • ·It has a SKIP list. An evaluation with no skips did not evaluate anything.
  • ·It repeats verification status, including the "Not claimed" entries.
  • ·It names the adapter ports as work you have to do, not as free.
  • ·It gives a relevance count smaller than the catalog size.

If your agent returns an enthusiastic list of every component with no constraints, no skips, and no ports — re-run it with prompt 1 verbatim. It summarized instead of evaluating.

What it will not tell you

Extracted from systems the author has run in production since August 2025. Operationally exercised, not independently security-audited.

That is a real claim and a bounded one — Volume I's rule applied to the author's own storefront. Every artifact carries six verification axes, and unproven axes read Not claimed rather than being quietly left blank. If an agent tells you a component is "secure" or "production-proven for your use case," ask it which verification field it based that on.

LICENSE · CMPSBL Source Available License v1.1 (CSAL-1.1)Embed components in your own software and sell that software commercially, royalty-free, while the components remain supporting parts and never the primary product — with attribution to Kenneth E. Sweet Jr. in your documentation. Standalone resale of a component, or a product whose principal function is a component's function, needs written permission. That is a different license from the Free Edition Grant covering the volumes on this site.

Licensed Edition · Source Available · v2.4.1

Own the parts, not just the book

The volumes stay free forever. The components are the half you buy — checkout, tiers, and the full delivery live at CMPSBL.com/canon.