# Changelog

## 0.1.19

### Patch Changes

- 5f6a40f: Generate the README CLI chapter from the canonical `src/cli/index.ts` `@readme` opt-in, keep executable commands under CLI instead of Installation, and declare the required Node.js types dependency.

## 0.1.18

### Patch Changes

- eaa56ad: Render README Configuration examples from the actual tagged Paradox config file instead of synthesized boilerplate.

## 0.1.17

### Patch Changes

- 8eac93d: Support section-level README Usage prose through `docs.usage.description` without requiring a source-backed usage example.

## 0.1.16

### Patch Changes

- 5bbc16a: Move the standalone executable into the canonical `src/cli/` folder while keeping the provider export at `src/cli/index.ts`.

## 0.1.15

### Patch Changes

- 7d54020: Expose the package command provider.

## 0.1.14

### Patch Changes

- 63a2f91: Add execution handlers to the docs command surface.

## 0.1.13

### Patch Changes

- df28363: Expose docs command surface metadata for Ankh discovery.

## 0.1.12

### Patch Changes

- 088286e: Expose package-level surface metadata.

## 0.1.11

### Patch Changes

- c090033: Add Ankh package metadata for the Paradox command boundary.

## 0.1.10

### Patch Changes

- 47b7ced: Add generated README usage support from real source examples marked through configured usage entrypoints, while keeping existing package command usage intact.

## 0.1.9

### Patch Changes

- 9b43e55: Keep generated README files compact by linking diagram artifacts from the generated documentation section instead of embedding the architecture preview inline.

## 0.1.8

### Patch Changes

- adb5c26: Regenerate generated README, docs, and badges during Changesets version PR creation so release version bumps stay in sync with committed documentation.

## 0.1.7

### Patch Changes

- 8a9c0ab: Update DEVTOOLS

## 0.1.6

### Patch Changes

- 8ba8f5c: Remove the hardcoded Path resolution section from generated README output so consumer documentation only contains analyzed package content.

## 0.1.5

### Patch Changes

- fd606af: Move documentation tag metadata into a typed registry, stop rendering Paradox tag docs by default in consumer READMEs, and add structured table rendering for documented const array exports.

## 0.1.4

### Patch Changes

- 0255235: Full documentation of repo

## 0.1.3

### Patch Changes

- 919d454: Render README CLI entries as per-command accordions and show sequence diagrams directly inside the expanded command section.

## 0.1.2

### Patch Changes

- 9dc0fd2: Add sequence diagram of bin script to README.md

## 0.1.1

### Patch Changes

- 3a7c982: Render sequence diagrams from call flow instead of import topology.

## 0.1.0

### Minor Changes

- dd41897: Generate compact README docs from `@readme` symbols.

## 0.0.10

### Patch Changes

- 46bc15e: Add a reusable semantic TypeScript analysis foundation for exports, props, type members, and graph metadata.

## 0.0.9

### Patch Changes

- 8904673: Handle exports and type members without declaration nodes defensively during analysis.

## 0.0.8

### Patch Changes

- 46fd38d: Render Mermaid diagrams visually in the generated static documentation app.

  The generated `paradox/index.html` now loads Mermaid in the browser, renders diagram blocks visually, and keeps the raw Mermaid source available in a collapsible section for offline fallback, copying, and debugging.

## 0.0.7

### Patch Changes

- 5246138: Generate deterministic README quality badges from local repository metadata.

  Paradox now computes README badge metadata from local package, TypeScript, linting, formatting, workflow, test, coverage, and documentation signals, then renders stable local SVG badge assets under `paradox/badges/` and includes them in generated README output without relying on external badge services.

## 0.0.6

### Patch Changes

- 1a836cf: Generate a deterministic static documentation app with computed API metadata and Mermaid diagrams.

  Paradox now emits an offline `paradox/index.html` documentation app, diagram artifacts, richer export metadata, function signature details, parameter and return descriptions, related symbols, and README links to the generated documentation outputs.

## 0.0.5

### Patch Changes

- 859c537: Standardize CI/release workflow files and update the Bun tooling baseline.

## 0.0.4

### Patch Changes

- f5b89ce: Stabilize Paradox config discovery and output path resolution so generated artifacts are written under the resolved package output directory.

## 0.0.3

### Patch Changes

- d9fb959: Stabilize usage metadata, documentation model serialization, deterministic output ordering, and package entrypoint exports.

## 0.0.1

### Patch Changes

- 17729fb: Add generated README usage and configuration sections from package metadata and `@config` doc tags.

## 0.0.0

### Initial Changes

- Bootstrap Paradox with a TypeScript documentation pipeline: analyze, model, render, and write.
- Add generated README and package export artifacts under `paradox/`.
- Add repository config, CI validation, linting, formatting, typechecking, and bun tests.

All notable changes to this project will be documented in this file.

The format is based on Changesets and the package changelog generated during release.
