@hanna84/mcp-writing 3.18.0 → 3.18.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,16 @@ 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.18.1](https://github.com/hannasdev/mcp-writing/compare/v3.18.0...v3.18.1)
8
+
9
+ - docs(product): activate database backup initiative [`#218`](https://github.com/hannasdev/mcp-writing/pull/218)
10
+
7
11
  #### [v3.18.0](https://github.com/hannasdev/mcp-writing/compare/v3.17.2...v3.18.0)
8
12
 
13
+ > 23 May 2026
14
+
9
15
  - feat: complete chapter structure alignment [`#217`](https://github.com/hannasdev/mcp-writing/pull/217)
16
+ - Release 3.18.0 [`c421c1b`](https://github.com/hannasdev/mcp-writing/commit/c421c1b4fa18a7c36f471b6d42a97f324a3b5f50)
10
17
 
11
18
  #### [v3.17.2](https://github.com/hannasdev/mcp-writing/compare/v3.17.1...v3.17.2)
12
19
 
package/README.md CHANGED
@@ -30,8 +30,8 @@ Instead of feeding an entire manuscript to an AI and hoping it fits in the conte
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
31
  - **Recently completed:** Docker, CI, and Deployment Workflow made Docker a supported way to build, run, smoke-test, and deploy Writing MCP.
32
32
  - **Previous milestone:** Filesystem Boundary Hardening centralized local file mutation through application-aware helpers and lint guardrails.
33
- - **Active development:** No active initiative is currently selected.
34
- - **Deferred backlog:** OpenClaw integration, client-agnostic setup, divisions, database backup/recovery, and embeddings search.
33
+ - **Active development:** Database Backup and Recovery is defining deterministic Git-reviewable backup artifacts for SQLite-canonical project state.
34
+ - **Deferred backlog:** OpenClaw integration, client-agnostic setup, divisions, and embeddings search.
35
35
  - **Ideas and open questions:** tracked separately so future exploration does not distort the active roadmap.
36
36
 
37
37
  ## Who it is for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.18.0",
3
+ "version": "3.18.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",