memento-mori-jester 0.1.77 → 0.1.78

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,12 @@ All notable changes to Memento Mori Jester are tracked here.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.1.78
8
+
9
+ - Added a refreshed HyperFrames X demo render under `promo/x-demo-v0.1.78` with current version and fixture-evidence numbers.
10
+ - Updated the promo share-kit stills from the fresh render so public images show `v0.1.78`, 216 fixtures, and 6 quiet-pass examples.
11
+ - Updated promo docs, demo transcript, roadmap, and release notes while keeping `promo/` outside the npm package.
12
+
7
13
  ## 0.1.77
8
14
 
9
15
  - Added a repo-local promo/share kit with X post copy, a 30-second demo script, posting checklist, and asset guidance.
package/ROADMAP.md CHANGED
@@ -6,6 +6,7 @@ Memento Mori Jester is usable today as a CLI, MCP server, GitHub Action, and git
6
6
 
7
7
  ## Recently Shipped
8
8
 
9
+ - Fresh demo render in v0.1.78, updating the repo-local X video and share-kit stills to current version and fixture totals.
9
10
  - Promo/share kit in v0.1.77, adding X post copy, a short demo script, a posting checklist, and still images from the existing demo video.
10
11
  - Real-world preset quiet-pass curation in v0.1.76, adding eight safe examples across python, security, web, and AI workflows while keeping fixture coverage gaps clean.
11
12
  - Markdown fixture report export in v0.1.75 for paste-ready coverage snapshots in release notes, GitHub issues, and maintainer updates.
@@ -68,7 +69,7 @@ Memento Mori Jester is usable today as a CLI, MCP server, GitHub Action, and git
68
69
 
69
70
  - Collect real-world reports for the next lowest-count preset slices now highlighted by `fixtures:report`.
70
71
  - Add more framework-specific false-positive examples from real reports so tuning guidance keeps getting sharper.
71
- - Add a fresh demo render that reflects the latest release number and fixture totals.
72
+ - Add a small promo freshness check so future demo copy does not drift from package version or fixture totals.
72
73
 
73
74
  ## Quality And Safety
74
75
 
package/docs/DEMO.md CHANGED
@@ -189,20 +189,37 @@ Source: built-in
189
189
  Kinds: plan, command, diff, final
190
190
  Project config: none loaded
191
191
 
192
+ Why it exists:
193
+ Auth, billing, production, migrations, and similar domains have outsized user or business impact.
194
+
195
+ When it may be noisy:
196
+ It can be noisy in docs, release notes, or rule text that merely mentions a sensitive word.
197
+
198
+ Safer move:
199
+ Add targeted tests, a manual verification note, or a rollback path for the sensitive area.
200
+
201
+ Recommendation:
202
+ If repeated hits are harmless for this repo, disable the rule and validate the config.
203
+
204
+ Before muting:
205
+ - Confirm the latest hit is harmless, documentation-only, example-only, or already covered by another guard.
206
+ - Prefer fixing the risky change or adding verification when the rule found real risk.
207
+ - Prefer muting only after repeated false positives in this repo.
208
+
192
209
  Fixture tuning evidence:
193
210
  Support: limited
194
211
  Confidence: medium
195
- Total fixtures checked: 208
196
- Weighted fixtures checked: 399.2
212
+ Total fixtures checked: 216
213
+ Weighted fixtures checked: 412.5
197
214
  Matching fixtures: 11
198
215
  Weighted matches: 23
199
216
  Expected-match weight: 18
200
217
  Unexpected-match weight: 5
201
218
  Edge-case matches: 0
202
- Quiet-pass fixtures: 5
203
- Quiet-pass weight: 3.6
219
+ Quiet-pass fixtures: 6
220
+ Quiet-pass weight: 4.25
204
221
  By kind: command 0, plan 5, diff 5, final 1
205
- Fixture coverage: 11/208 (5.8% weighted)
222
+ Fixture coverage: 11/216 (5.6% weighted)
206
223
  By verdict: pass 0, caution 3, block 8
207
224
  Matched fixture samples:
208
225
  infra-public-ingress-block: Public ingress should block in low-risk-tolerance infra repos.
@@ -217,9 +234,6 @@ Quiet-pass fixture samples:
217
234
  universal-risky-domain-docs-pass: Documentation-only sensitive-domain vocabulary should stay quiet when no code behavior changes.
218
235
  web-docs-only-browser-storage-pass: Docs-only web guidance should not warn just because it mentions browser storage or redirects.
219
236
 
220
- When it may be noisy:
221
- It can be noisy in docs, release notes, or rule text that merely mentions a sensitive word.
222
-
223
237
  Commands:
224
238
  jester rule risky-domain
225
239
  jester config disable-rule risky-domain
@@ -0,0 +1,49 @@
1
+ # Memento Mori Jester v0.1.78
2
+
3
+ ## Summary
4
+
5
+ This release refreshes the repo-local X demo video and share-kit stills so public promo assets show the current release number and fixture evidence.
6
+
7
+ ## What Changed
8
+
9
+ - Added `promo/x-demo-v0.1.78` as the current editable HyperFrames demo source.
10
+ - Rendered `promo/x-demo-v0.1.78/renders/memento-mori-jester-x-demo-v0.1.78.mp4`.
11
+ - Updated the share-kit stills from the fresh render.
12
+ - Updated promo docs, demo transcript, roadmap, changelog, and release notes for the refreshed demo asset.
13
+
14
+ ## Public Interface
15
+
16
+ - No CLI command changes.
17
+ - No MCP tool changes.
18
+ - No config schema changes.
19
+ - No review rule, scoring, or verdict behavior changes.
20
+ - No GitHub Action behavior changes.
21
+ - `promo/` remains outside the npm package `files` list.
22
+
23
+ ## Release Validation
24
+
25
+ ```powershell
26
+ npm.cmd test
27
+ npm.cmd run demo:svg:check
28
+ Push-Location promo\x-demo-v0.1.78
29
+ npm.cmd run check
30
+ Pop-Location
31
+ npm.cmd run pack:dry
32
+ git diff --check
33
+ git diff | node .\dist\cli.js diff --fail-on block --subject "v0.1.78 fresh demo render"
34
+ ```
35
+
36
+ Additional media checks:
37
+
38
+ ```powershell
39
+ $ffprobe = Resolve-Path promo\x-demo-v0.1.78\node_modules\ffprobe-static\bin\win32\x64\ffprobe.exe
40
+ & $ffprobe -v error -select_streams v:0 -show_entries stream=width,height,r_frame_rate,duration -of default=noprint_wrappers=1 promo\x-demo-v0.1.78\renders\memento-mori-jester-x-demo-v0.1.78.mp4
41
+ ```
42
+
43
+ Expected:
44
+
45
+ - video is 1080x1920, 42 seconds, 30fps,
46
+ - share-kit stills render clearly with `v0.1.78`, 216 fixtures, and 6 quiet-pass examples,
47
+ - promo files are tracked in Git,
48
+ - promo files are not included in the npm tarball,
49
+ - GitHub Release and npm Publish complete from the `v0.1.78` tag.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memento-mori-jester",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "description": "A local court-jester sidecar for AI coding agents: review plans, commands, diffs, and final claims before they get too pleased with themselves.",
5
5
  "type": "module",
6
6
  "repository": {