@hanna84/mcp-writing 2.12.19 → 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 +10 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,21 @@ 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
|
+
|
|
7
13
|
#### [v2.12.19](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v2.12.18...v2.12.19)
|
|
9
15
|
|
|
16
|
+
> 30 April 2026
|
|
17
|
+
|
|
10
18
|
- docs: shift PRD roadmap to continuous development [`#144`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/144)
|
|
20
|
+
- Release 2.12.19 [`0d1110e`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/0d1110ef52a2866aa5dcf550aed7cbfca938c88e)
|
|
12
22
|
|
|
13
23
|
#### [v2.12.18](https://github.com/hannasdev/mcp-writing.git
|
|
14
24
|
/compare/v2.12.17...v2.12.18)
|
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
|
-
- **
|
|
25
|
-
- **
|
|
26
|
-
- **
|
|
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