@hanna84/mcp-writing 1.4.2 → 1.4.4

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,13 +4,33 @@ 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
+ #### [v1.4.4](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.4.3...v1.4.4)
9
+
10
+ - chore: show npm releases in Deployments [`#37`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/37)
12
+
13
+ #### [v1.4.3](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v1.4.2...v1.4.3)
15
+
16
+ > 19 April 2026
17
+
18
+ - docs: add AGENT.md with operational conventions [`#36`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/36)
20
+ - Release 1.4.3 [`cd07b87`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/cd07b870960f811726ad3987512321cf9051224c)
22
+
7
23
  #### [v1.4.2](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v1.4.1...v1.4.2)
9
25
 
26
+ > 19 April 2026
27
+
10
28
  - fix: correct node argument handling in release version guard [`#35`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/35)
12
30
  - fix: prevent stale release reruns from republishing tags [`#34`](https://github.com/hannasdev/mcp-writing.git
13
31
  /pull/34)
32
+ - Release 1.4.2 [`4e465d3`](https://github.com/hannasdev/mcp-writing.git
33
+ /commit/4e465d37de7ef108f28bd7beb15e2abc1a2077e0)
14
34
 
15
35
  #### [v1.4.1](https://github.com/hannasdev/mcp-writing.git
16
36
  /compare/v1.4.0...v1.4.1)
package/README.md CHANGED
@@ -445,6 +445,8 @@ Unit tests use an in-memory SQLite database and temporary directories — no ser
445
445
 
446
446
  For real projects, keep your manuscript sync folder outside this tool repository and point `WRITING_SYNC_DIR` at that external path.
447
447
 
448
+ Maintainers: see `AGENT.md` for persistent project conventions and release/recovery operational notes.
449
+
448
450
  ## Release automation
449
451
 
450
452
  This repository uses a `release-it` workflow (modeled after `n8n-nodes-bambulab`) instead of Release Please.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "type": "module",
6
6
  "main": "index.js",