> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monolex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Monograph: Fix-Shape Patterns

> A standalone offline Book of recurring correct-fix shapes, retrieved by symptom, resonance, or entry id rather than a syntactic detector.

`monograph-fix-shape-patterns` is a slim, offline, one-Book build of
[Monograph](/ai-clis/monograph). Its entries teach recurring mechanism → smell
→ fix-shape classes mined from the SWE-bench-Pro answer-sheet corpus. They are
for planning and review, not templates to copy.

*Published contract: `monograph-fix-shape-patterns 0.6.4`, OpenCLIs build
`2026-07-12-105049`. The executing binary, OpenCLIs registry, and public CDN
metadata agree on this release.*

The public binary accepts **11 commands**. Nine are the intended keyless
read/author/integrity surface; `match` and `scan` remain callable through the
shared Book-only dispatcher even though the compact installed guide says they
are absent. Its source manifest is already stamped `0.6.5`; this page keeps the
public `0.6.4` behavior separate.

## Quick Start

```bash theme={null}
openclis install monograph-fix-shape-patterns

monograph-fix-shape-patterns --version
monograph-fix-shape-patterns resonate "config precedence override"
monograph-fix-shape-patterns read <entry-id>
```

## Complete Command Reference

| Command                 | What it does                                                       | Boundary                                                                                        |
| ----------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- |
| `search <symptom>`      | Runs keyword browse over the embedded fix-shape corpus.            | Keyless natural-language path.                                                                  |
| `resonate <query>`      | Runs engine-ranked and causal-graph retrieval.                     | Primary discovery path for an intent/symptom.                                                   |
| `read <entry-id>`       | Prints the complete mechanism, smell, and fix-shape entry.         | Exact id.                                                                                       |
| `related <entry-id>`    | Follows typed causal edges.                                        | Exact id.                                                                                       |
| `toc`                   | Lists entries by the 12 workbench families.                        | Read-only.                                                                                      |
| `match --band <signal>` | Looks up the authored `detection.signal` exact key.                | Callable compatibility surface; this is not proof that a Semantics detector owns the fix shape. |
| `scan <file>`           | Accepts the shared Semantics Store carrier arguments.              | Callable compatibility surface; the keyless Book has no supported detector-fire workflow.       |
| `add <CWE> <slug>`      | Runs the shared CWE scaffold writer.                               | It hard-codes a Code Bug Patterns-shaped entry; do not use it to author a Fix-Shape entry.      |
| `verify`                | Re-hashes the embedded Book against its build-time SHA-256 digest. | Offline integrity check.                                                                        |
| `version`               | Prints the executing version.                                      | Read-only.                                                                                      |
| `help`                  | Prints the installed guide.                                        | No arguments also show it.                                                                      |

## Reading, Not Detecting

This Book is keyless at the product-contract level: a syntactic detector does
not own its fix-shape classes. An agent or human reads the task's intent, finds
a class, and checks whether the proposed change satisfies that class's
mechanism and boundary.

The `0.6.4` binary nevertheless routes `match`, `scan`, and `add` through the
generic Book-only dispatcher. `match --band` can return an authored signal,
while `match --cwe` normally returns no entry. `scan` recognizes its arguments
but should not be presented as detector grounding, and `add` generates the
wrong CWE-oriented schema for this Book. They are documented here so the
actual command surface is not hidden, not as recommended Fix-Shape workflows.

It omits the full multi-Book `books`, `open`, `lint`, `index`, `install`,
`update`, `remove`, `prune`, and package `list` commands, plus `docs`, `mcp`,
and `mcp-schema`. Use full
[Monograph](/ai-clis/monograph) for catalog routing and signed packages, and
[Work Wiki](/ai-clis/work-wiki) for the work/evidence context around a concrete
fix.

## Release Platforms

The `0.6.4` metadata publishes five platform artifacts:

| Platform key      | Binary                             |
| ----------------- | ---------------------------------- |
| `darwin-aarch64`  | `monograph-fix-shape-patterns`     |
| `linux-aarch64`   | `monograph-fix-shape-patterns`     |
| `linux-x86_64`    | `monograph-fix-shape-patterns`     |
| `windows-aarch64` | `monograph-fix-shape-patterns.exe` |
| `windows-x86_64`  | `monograph-fix-shape-patterns.exe` |
