@hanna84/mcp-writing 2.12.18 → 2.12.20

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,11 +4,31 @@ 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
+ #### [v2.12.20](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v2.12.19...v2.12.20)
9
+
10
+ - docs: align README status with continuous roadmap [`#145`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/145)
12
+
13
+ #### [v2.12.19](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v2.12.18...v2.12.19)
15
+
16
+ > 30 April 2026
17
+
18
+ - docs: shift PRD roadmap to continuous development [`#144`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/144)
20
+ - Release 2.12.19 [`0d1110e`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/0d1110ef52a2866aa5dcf550aed7cbfca938c88e)
22
+
7
23
  #### [v2.12.18](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v2.12.17...v2.12.18)
9
25
 
26
+ > 30 April 2026
27
+
10
28
  - docs(prd): mark root structure reorganization complete [`#141`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/141)
30
+ - Release 2.12.18 [`4a13888`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/4a138884e301c24be504dfee90de3f388317a240)
12
32
 
13
33
  #### [v2.12.17](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v2.12.16...v2.12.17)
package/README.md CHANGED
@@ -21,9 +21,9 @@ The CLI wrapper defaults to stdio transport and adds the Node 22 SQLite flag aut
21
21
  Instead of feeding an entire manuscript to an AI and hoping it fits in the context window, `mcp-writing` builds a structured index from your scene files. The AI queries that index first — finding relevant characters, beats, and loglines — then loads only the specific prose it needs.
22
22
 
23
23
  **Current status:**
24
- - **Phase 1-3 completed:** Metadata-first analysis, sidecar-backed metadata maintenance, and AI-assisted prose editing with confirmation + git history.
25
- - **Phase 4 delivered in part:** Review bundles and Scrivener Direct extraction are complete; embedding search and reference-doc querying are intentionally deferred.
26
- - **Phase 5 in progress:** OpenClaw runtime integration is active.
24
+ - **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.
25
+ - **Active development:** OpenClaw integration and guideline generation are the current focus areas.
26
+ - **Deferred backlog:** embeddings search and the reference document system are intentionally deferred for later exploration.
27
27
 
28
28
  ## Who it is for
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "2.12.18",
3
+ "version": "2.12.20",
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",