memento-mori-jester 0.1.76 → 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,18 @@ 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
+
13
+ ## 0.1.77
14
+
15
+ - Added a repo-local promo/share kit with X post copy, a 30-second demo script, posting checklist, and asset guidance.
16
+ - Added four vertical still images extracted from the existing X demo video for single-post and thread use.
17
+ - Linked the promo kit from the README while keeping `promo/` outside the npm package.
18
+
7
19
  ## 0.1.76
8
20
 
9
21
  - Added eight real-world quiet-pass fixtures across python, security, web, and AI preset slices, growing the corpus to 216 fixtures.
package/README.md CHANGED
@@ -12,7 +12,7 @@ It roasts the reasoning, not the human.
12
12
 
13
13
  [![Memento Mori Jester terminal demo](docs/demo-terminal.svg)](docs/DEMO.md)
14
14
 
15
- See the full [demo transcript](docs/DEMO.md).
15
+ See the full [demo transcript](docs/DEMO.md), or use the [promo/share kit](promo) for X post copy, stills, and a 30-second demo script.
16
16
 
17
17
  ## Start Here
18
18
 
@@ -426,6 +426,7 @@ More setup examples:
426
426
  - [MCP Tool Reference](docs/MCP_TOOLS.md)
427
427
  - [GitHub Actions](docs/GITHUB_ACTIONS.md)
428
428
  - [Demo Script](docs/DEMO.md)
429
+ - [Promo Share Kit](promo)
429
430
  - [Examples](examples)
430
431
  - [Preset Example Packs](examples/presets)
431
432
  - [Review Fixtures](examples/fixtures)
package/ROADMAP.md CHANGED
@@ -6,6 +6,8 @@ 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.
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.
9
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.
10
12
  - Markdown fixture report export in v0.1.75 for paste-ready coverage snapshots in release notes, GitHub issues, and maintainer updates.
11
13
  - API fixture curation in v0.1.74, adding six quiet-pass examples for schema parsing, query-builder filters, enabled rate limiting, read-only Prisma migration diffs, signed-webhook docs, and OpenAPI schema docs.
@@ -67,7 +69,7 @@ Memento Mori Jester is usable today as a CLI, MCP server, GitHub Action, and git
67
69
 
68
70
  - Collect real-world reports for the next lowest-count preset slices now highlighted by `fixtures:report`.
69
71
  - Add more framework-specific false-positive examples from real reports so tuning guidance keeps getting sharper.
70
- - Add a promo/share kit with X post copy, still images, and a simple sharing checklist.
72
+ - Add a small promo freshness check so future demo copy does not drift from package version or fixture totals.
71
73
 
72
74
  ## Quality And Safety
73
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,46 @@
1
+ # Memento Mori Jester v0.1.77
2
+
3
+ ## Summary
4
+
5
+ This release adds a repo-local promo/share kit so Memento Mori Jester is easier to explain and post publicly without changing runtime behavior.
6
+
7
+ ## What Changed
8
+
9
+ - Added [promo/README.md](../promo/README.md) as the entry point for sharing assets.
10
+ - Added [promo/share-kit/README.md](../promo/share-kit/README.md) with still-image guidance, alt text, thread order, and a posting checklist.
11
+ - Added [promo/share-kit/x-posts.md](../promo/share-kit/x-posts.md) with short, medium, builder-focused, and thread-style X copy.
12
+ - Added [promo/share-kit/demo-script.md](../promo/share-kit/demo-script.md) with a 30-second walkthrough and a 10-second reply version.
13
+ - Added four vertical stills extracted from the existing X demo video.
14
+ - Linked the promo kit from the README.
15
+
16
+ ## Public Interface
17
+
18
+ - No CLI command changes.
19
+ - No MCP tool changes.
20
+ - No config schema changes.
21
+ - No review rule, scoring, or verdict behavior changes.
22
+ - No GitHub Action behavior changes.
23
+ - `promo/` remains outside the npm package `files` list.
24
+
25
+ ## Release Validation
26
+
27
+ ```powershell
28
+ npm.cmd test
29
+ npm.cmd run demo:svg:check
30
+ npm.cmd run pack:dry
31
+ git diff --check
32
+ git diff | node .\dist\cli.js diff --fail-on block --subject "v0.1.77 promo share kit"
33
+ ```
34
+
35
+ Additional checks:
36
+
37
+ ```powershell
38
+ git ls-files promo
39
+ npm.cmd pack --dry-run | Select-String "promo/"
40
+ ```
41
+
42
+ Expected:
43
+
44
+ - promo files are tracked in Git,
45
+ - promo files are not included in the npm tarball,
46
+ - GitHub Release and npm Publish complete from the `v0.1.77` tag.
@@ -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.76",
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": {