@hanna84/mcp-writing 3.24.0 → 3.24.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 +7 -0
- package/README.md +2 -3
- package/package.json +1 -1
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.24.1](https://github.com/hannasdev/mcp-writing/compare/v3.24.0...v3.24.1)
|
|
8
|
+
|
|
9
|
+
- test: add relationship boundary release readiness coverage [`#234`](https://github.com/hannasdev/mcp-writing/pull/234)
|
|
10
|
+
|
|
7
11
|
#### [v3.24.0](https://github.com/hannasdev/mcp-writing/compare/v3.23.2...v3.24.0)
|
|
8
12
|
|
|
13
|
+
> 6 June 2026
|
|
14
|
+
|
|
9
15
|
- feat: add one-sided scene evidence workflows [`#233`](https://github.com/hannasdev/mcp-writing/pull/233)
|
|
16
|
+
- Release 3.24.0 [`8818d75`](https://github.com/hannasdev/mcp-writing/commit/8818d75e19ad490a3fca2fb71489c9db65eca69b)
|
|
10
17
|
|
|
11
18
|
#### [v3.23.2](https://github.com/hannasdev/mcp-writing/compare/v3.23.1...v3.23.2)
|
|
12
19
|
|
package/README.md
CHANGED
|
@@ -28,9 +28,8 @@ 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, SQLite-canonical structural and relationship metadata, compatibility sidecar maintenance, AI-assisted prose editing with confirmation + git history, review bundles, and Scrivener Direct extraction are all implemented.
|
|
31
|
-
- **Recently completed:**
|
|
32
|
-
- **
|
|
33
|
-
- **Active development:** Relationship Metadata Boundary M3, aligning workflow and generated documentation around SQLite-canonical relationship authority.
|
|
31
|
+
- **Recently completed:** Relationship Metadata Boundary closed the sidecar-first scene relationship mutation path, added SQLite-first paired and one-sided evidence workflows, and preserved legacy sidecar/frontmatter compatibility for sync and import.
|
|
32
|
+
- **Active development:** No initiative is currently selected.
|
|
34
33
|
- **Deferred backlog:** OpenClaw integration, client-agnostic setup, divisions, and embeddings search.
|
|
35
34
|
- **Ideas and open questions:** tracked separately so future exploration does not distort the active roadmap.
|
|
36
35
|
|
package/package.json
CHANGED