@lifeaitools/rdc-skills 0.13.0 → 0.13.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rdc",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight unattended builds with work-item tracking and TDD enforcement.",
5
5
  "author": {
6
6
  "name": "LIFEAI",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/rdc-skills",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "RDC typed-agent dispatch skill suite for Claude Code - plan, build, review, overnight builds",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -73,9 +73,15 @@ Prefer keeping S3 secrets in `--config`, not on the command line.
73
73
  - `base64` — embed images directly as Markdown data URIs.
74
74
  - `s3` — upload to S3-compatible storage (Cloudflare R2 / AWS S3); needs the S3 flags or `--config`.
75
75
 
76
- ### Equation modes (`--equations`)
77
- - `tex` convert Word OMML equations to KaTeX-readable TeX (default).
78
- - `image` render equations as images (visual debugging only).
76
+ ### Equations (both directions are real)
77
+ - **docx → markdown** (`--equations`): `tex` converts Word OMML equations to
78
+ KaTeX-readable TeX (default); `image` renders them as images (debug only).
79
+ - **markdown → word** (`--to word`): inline `$...$` and display `$$...$$` LaTeX
80
+ are converted to **native Office Math (OMML)** that Word renders as real
81
+ equations (`\sum`, `\int`, `\frac`, `\Delta`, `\rightarrow`, `\leq`, …) — not
82
+ raw text in a math font. Unparseable fragments fall back to Cambria Math text
83
+ and are flagged in the export report. Requires build-corpus ≥ 0.4.0. Fence
84
+ display math with `$$` on their own lines, no blank lines inside the fence.
79
85
 
80
86
  ## Editor — `regen-mde` (Windows only)
81
87