claudemd-cli 0.28.0 → 0.29.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,16 @@ All notable changes to the `claudemd` plugin. This changelog tracks plugin artif
8
8
  - **Canonical spec version source**: `spec/CLAUDE.md` top-line title (`# AI-CODING-SPEC vX.Y.Z — Core`) + `spec/CLAUDE-changelog.md` top `##` entry.
9
9
  - **Plugin semver vs spec semver** are independent: plugin patch (0.2.0 → 0.2.1) may ship when spec is unchanged (this release); plugin minor (0.1.9 → 0.2.0) ships when spec minor updates (v0.2.0 shipped spec v6.10.0).
10
10
 
11
+ ## [0.29.0] - 2026-07-10
12
+
13
+ **Minor — C1 over-ceremony detector (superpowers collision cost measurement).** Third implementation tranche of `docs/spec-optimization-plan-2026-07-10.md` (P3 item C1).
14
+
15
+ - **`overCeremony` section** in `scripts/sampling-audit.js` (same event-stream scan): segments the main-line transcript into tasks at typed user messages (bare `继续`/`next`/`怎么停了`/`why did you stop` continuations extend the current segment, mirroring §1.5), classifies a segment L0/L1-shaped when it edited ≥1 file, ≤2 distinct files, <80 estimated LOC (Edit old+new / Write content line sums), and counts model-initiated ceremony `Skill` calls (sp `brainstorming` / `test-driven-development` / `systematic-debugging` / `writing-plans` / `executing-plans`) landing in those segments. Q&A segments (0 edits) are not opportunities — ceremony there can be correct §2.1 routing. User-typed /commands are not counted.
16
+ - **C2 pre-registered threshold** exported as `OVER_CEREMONY_THRESHOLD = 0.05` (test-pinned): after 30d collection, rate < 5% → keep superpowers, close P3; ≥ 5% → evaluate uninstall (§EXT §12 fallback table) / fork / hook-level disable. Fixed before data collection.
17
+ - Markdown report gains an `## Over-ceremony (C1)` section; `--global` aggregates the measure across project dirs.
18
+ - **Tests**: sampling-audit 17 → 19 (segmentation + continuation-no-split + large-task-ceremony-excluded + threshold pin).
19
+ - First live run (this repo, 30d): 281 segments / 11 L0/L1-shaped / 0 over-ceremony (brainstorming×2, writing-plans×2 all in large or Q&A segments).
20
+
11
21
  ## [0.28.0] - 2026-07-10
12
22
 
13
23
  **Minor — sampling-audit detector expansion 4 → 8, opportunity denominators, self/external stratification, pre-registered calibration gate.** Second implementation tranche of `docs/spec-optimization-plan-2026-07-10.md` (P1 items A2–A5).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudemd-cli",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "Standalone CLI for §10-V banned-vocab + transcript scanning. Companion to the claudemd Claude Code plugin (github.com/sdsrss/claudemd) for use in git pre-commit hooks, GitHub Actions, and other agents.",
5
5
  "type": "module",
6
6
  "bin": {