@drbaher/draft-cli 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The
4
4
  format is loosely based on [Keep a Changelog](https://keepachangelog.com/),
5
5
  and the project adheres to semantic versioning once it leaves 0.x.
6
6
 
7
+ ## 0.8.2 — 2026-05-17
8
+
9
+ ### Docs
10
+
11
+ - **Animated SVG demo embedded in README.** Self-contained
12
+ (`assets/demo.svg`, ~11 KB) — plays inline on github.com and
13
+ npmjs.com without an asciinema.org dependency. Shows
14
+ `--list-placeholders` then a `--diff` substitution against the
15
+ Common Paper Mutual NDA cover page fixture in `examples/`.
16
+ - Strictly docs + assets; no code or behavior change.
17
+
7
18
  ## 0.8.1 — 2026-05-17
8
19
 
9
20
  ### Docs
package/README.md CHANGED
@@ -15,6 +15,10 @@ Agent-first placeholder-filler for legal-document templates. Reads bracketed (`[
15
15
 
16
16
  **The asymmetry is the architecture**: every step is deterministic and machine-driven except the values themselves — which can come from a flag, a params file, a parties registry, or an LLM extracting them from a prose deal description that a human wrote.
17
17
 
18
+ <p align="center">
19
+ <img src="assets/demo.svg" alt="draft-cli demo: list placeholders then substitute against the Common Paper NDA cover page" width="900">
20
+ </p>
21
+
18
22
  ## Run this
19
23
 
20
24
  ```bash
package/draft-cli.mjs CHANGED
@@ -70,7 +70,7 @@ import { fileURLToPath } from "node:url";
70
70
  */
71
71
 
72
72
  /** @type {string} */
73
- export const VERSION = "0.8.1";
73
+ export const VERSION = "0.8.2";
74
74
 
75
75
  // ─── EXIT CODES ─────────────────────────────────────────────────────────────
76
76
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drbaher/draft-cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Fill placeholders in a legal-document template with parameter values. Part of the contract-operations suite.",
5
5
  "type": "module",
6
6
  "bin": {