@ruso-0/nreki 10.7.2 → 10.7.3

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
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to NREKI will be documented in this file.
4
4
 
5
+ ## [10.7.3] - 2026-04-18
6
+
7
+ ### Fixed
8
+ - Landing-page asset swapped from SVG to GIF: npmjs.com blocks inline SVG rendering in READMEs (XSS policy), so the animated SVG shipped in 10.7.2 appeared as a broken image on the package page. `docs/demo.gif` (290 KB, 39 frames, generated by `agg` from the asciinema cast) now renders on both GitHub and npmjs.com.
9
+
10
+ ### Notes
11
+ Docs-only release. Library behavior identical to 10.7.1.
12
+
5
13
  ## [10.7.2] - 2026-04-18
6
14
 
7
15
  ### Fixed
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  **v10.7 - The NREKI Way.** Parasitic signals now ride inside `outline`: a defect radar flags LLM-rush patterns (`⚠️ [empty catch, any escape]`), a ghost oracle tags unreferenced exports (`👻 [0 ext refs]`), and engrams prefixed `ASSERT` survive code mutation. Zero added tokens per call - the signals live in surfaces the agent already reads.
15
15
 
16
- <p align="center"><img src="docs/demo.svg" alt="NREKI outline with defect + ghost tags"></p>
16
+ <p align="center"><img src="docs/demo.gif" alt="NREKI outline with defect + ghost tags"></p>
17
17
 
18
18
  ## Install
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruso-0/nreki",
3
- "version": "10.7.2",
3
+ "version": "10.7.3",
4
4
  "description": "MCP plugin that validates AI agent edits in RAM before they touch disk. Spectral clustering, architecture diffs, bridge detection, dead code oracle, and cross-file semantic checks for TypeScript, Go (gopls), and Python (pyright). Zero cloud dependencies.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",