@hanna84/mcp-writing 3.15.0 → 3.16.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.
package/CHANGELOG.md CHANGED
@@ -4,9 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v3.16.0](https://github.com/hannasdev/mcp-writing/compare/v3.15.1...v3.16.0)
8
+
9
+ - feat: harden filesystem boundary mutations [`#212`](https://github.com/hannasdev/mcp-writing/pull/212)
10
+
11
+ #### [v3.15.1](https://github.com/hannasdev/mcp-writing/compare/v3.15.0...v3.15.1)
12
+
13
+ > 20 May 2026
14
+
15
+ - chore(security): add eslint security checks [`#211`](https://github.com/hannasdev/mcp-writing/pull/211)
16
+ - Release 3.15.1 [`0a09f12`](https://github.com/hannasdev/mcp-writing/commit/0a09f124f51df99dbb60af3da8dee600209d9740)
17
+
7
18
  #### [v3.15.0](https://github.com/hannasdev/mcp-writing/compare/v3.14.1...v3.15.0)
8
19
 
20
+ > 20 May 2026
21
+
9
22
  - feat(sync): harden structural authority [`#210`](https://github.com/hannasdev/mcp-writing/pull/210)
23
+ - Release 3.15.0 [`8146269`](https://github.com/hannasdev/mcp-writing/commit/81462696b50a33b82bfb37ece8f41b39570b1874)
10
24
 
11
25
  #### [v3.14.1](https://github.com/hannasdev/mcp-writing/compare/v3.14.0...v3.14.1)
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "homepage": "https://hannasdev.github.io/mcp-writing/",
6
6
  "type": "module",
@@ -71,7 +71,7 @@
71
71
  "normalize:scene-characters": "node --experimental-sqlite src/scripts/normalize-scene-characters.mjs",
72
72
  "setup:openclaw-env": "sh src/scripts/setup-openclaw-env.sh",
73
73
  "release": "release-it",
74
- "lint": "eslint *.js src/index.js src/core src/review-bundles src/runtime src/setup src/scripts src/structure src/styleguide src/sync src/tools src/workflows src/world",
74
+ "lint": "eslint *.js eslint-rules src/index.js src/core src/review-bundles src/runtime src/setup src/scripts src/structure src/styleguide src/sync src/tools src/workflows src/world",
75
75
  "guard:legacy-root-imports": "node src/scripts/check-legacy-root-imports.mjs",
76
76
  "docs": "node src/scripts/generate-tool-docs.mjs",
77
77
  "check:docs": "npm run docs && git diff --exit-code -- docs/agents/tools.md",
@@ -110,6 +110,7 @@
110
110
  "@eslint/js": "^10.0.1",
111
111
  "auto-changelog": "^2.5.1",
112
112
  "eslint": "^10.3.0",
113
+ "eslint-plugin-security": "^4.0.0",
113
114
  "globals": "^17.6.0",
114
115
  "release-it": "^20.0.1"
115
116
  },