@hanna84/mcp-writing 2.5.0 → 2.5.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 +10 -0
- package/README.md +4 -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.5.1](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v2.5.0...v2.5.1)
|
|
9
|
+
|
|
10
|
+
- docs(prd): update README phase status and add refactoring PRD [`#88`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/88)
|
|
12
|
+
|
|
7
13
|
#### [v2.5.0](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v2.4.0...v2.5.0)
|
|
9
15
|
|
|
16
|
+
> 26 April 2026
|
|
17
|
+
|
|
10
18
|
- feat(styleguide): add prose styleguide bootstrap suggestions [`#87`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/87)
|
|
20
|
+
- Release 2.5.0 [`3e93d31`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/3e93d319212a9e8182bc4a272a8c97d806d605f8)
|
|
12
22
|
|
|
13
23
|
#### [v2.4.0](https://github.com/hannasdev/mcp-writing.git
|
|
14
24
|
/compare/v2.3.0...v2.4.0)
|
package/README.md
CHANGED
|
@@ -10,9 +10,10 @@ Designed to work with [OpenClaw](https://github.com/openclaw/openclaw) but compa
|
|
|
10
10
|
|
|
11
11
|
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.
|
|
12
12
|
|
|
13
|
-
**
|
|
14
|
-
**Phase
|
|
15
|
-
**Phase
|
|
13
|
+
**Current status:**
|
|
14
|
+
- **Phase 1-3 completed:** Metadata-first analysis, sidecar-backed metadata maintenance, and AI-assisted prose editing with confirmation + git history.
|
|
15
|
+
- **Phase 4 delivered in part:** Review bundles and Scrivener Direct extraction are complete; embedding search and reference-doc querying are intentionally deferred.
|
|
16
|
+
- **Phase 5 in progress:** OpenClaw runtime integration is active.
|
|
16
17
|
|
|
17
18
|
## Who it is for
|
|
18
19
|
|