@hanna84/mcp-writing 1.4.2 → 1.4.3
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 +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,13 +4,23 @@ 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.3](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v1.4.2...v1.4.3)
|
|
9
|
+
|
|
10
|
+
- docs: add AGENT.md with operational conventions [`#36`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/36)
|
|
12
|
+
|
|
7
13
|
#### [v1.4.2](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v1.4.1...v1.4.2)
|
|
9
15
|
|
|
16
|
+
> 19 April 2026
|
|
17
|
+
|
|
10
18
|
- fix: correct node argument handling in release version guard [`#35`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/35)
|
|
12
20
|
- fix: prevent stale release reruns from republishing tags [`#34`](https://github.com/hannasdev/mcp-writing.git
|
|
13
21
|
/pull/34)
|
|
22
|
+
- Release 1.4.2 [`4e465d3`](https://github.com/hannasdev/mcp-writing.git
|
|
23
|
+
/commit/4e465d37de7ef108f28bd7beb15e2abc1a2077e0)
|
|
14
24
|
|
|
15
25
|
#### [v1.4.1](https://github.com/hannasdev/mcp-writing.git
|
|
16
26
|
/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.
|