@hanna84/mcp-writing 3.16.0 → 3.17.1

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.17.1](https://github.com/hannasdev/mcp-writing/compare/v3.17.0...v3.17.1)
8
+
9
+ - docs: add database backup recovery initiative [`#215`](https://github.com/hannasdev/mcp-writing/pull/215)
10
+
11
+ #### [v3.17.0](https://github.com/hannasdev/mcp-writing/compare/v3.16.0...v3.17.0)
12
+
13
+ > 23 May 2026
14
+
15
+ - feat: support runnable Docker workflow [`#213`](https://github.com/hannasdev/mcp-writing/pull/213)
16
+ - Release 3.17.0 [`136c384`](https://github.com/hannasdev/mcp-writing/commit/136c3841b58d92a8f265cf3e53d1d9ca4a160b3b)
17
+
7
18
  #### [v3.16.0](https://github.com/hannasdev/mcp-writing/compare/v3.15.1...v3.16.0)
8
19
 
20
+ > 22 May 2026
21
+
9
22
  - feat: harden filesystem boundary mutations [`#212`](https://github.com/hannasdev/mcp-writing/pull/212)
23
+ - Release 3.16.0 [`f2637eb`](https://github.com/hannasdev/mcp-writing/commit/f2637eb72e35dc58959fee328d535eed8b8f4525)
10
24
 
11
25
  #### [v3.15.1](https://github.com/hannasdev/mcp-writing/compare/v3.15.0...v3.15.1)
12
26
 
package/README.md CHANGED
@@ -28,9 +28,9 @@ Instead of feeding an entire manuscript to an AI and hoping it fits in the conte
28
28
 
29
29
  **Current status:**
30
30
  - **Core platform complete:** Metadata-first analysis, sidecar-backed metadata maintenance, AI-assisted prose editing with confirmation + git history, review bundles, and Scrivener Direct extraction are all implemented.
31
- - **Recently completed:** Structural Authority Hardening tightened remaining structure-authority paths so scene placement and ordering go through explicit structure workflows, ordinary sync reports drift instead of adopting it, and trusted structure exports can be diagnosed and restored explicitly.
32
- - **Active development:** none selected.
33
- - **Deferred backlog:** embeddings search.
31
+ - **Recently completed:** Filesystem Boundary Hardening centralized local file mutation through application-aware helpers and lint guardrails.
32
+ - **Active development:** Docker, CI, and Deployment Workflow is making Docker a supported way to build, run, smoke-test, and deploy Writing MCP.
33
+ - **Deferred backlog:** OpenClaw integration, client-agnostic setup, chapter-structure follow-up, and embeddings search.
34
34
  - **Ideas and open questions:** tracked separately so future exploration does not distort the active roadmap.
35
35
 
36
36
  ## Who it is for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.16.0",
3
+ "version": "3.17.1",
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",