@hanna84/mcp-writing 3.5.3 → 3.5.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,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.5.4](https://github.com/hannasdev/mcp-writing/compare/v3.5.3...v3.5.4)
8
+
9
+ - chore(skills): add reusable post-merge cleanup skill [`#186`](https://github.com/hannasdev/mcp-writing/pull/186)
10
+
7
11
  #### [v3.5.3](https://github.com/hannasdev/mcp-writing/compare/v3.5.2...v3.5.3)
8
12
 
13
+ > 8 May 2026
14
+
9
15
  - fix(review-bundles): keep epigraph prose without epigraph titles in beta exports [`#185`](https://github.com/hannasdev/mcp-writing/pull/185)
16
+ - Release 3.5.3 [`819bb0d`](https://github.com/hannasdev/mcp-writing/commit/819bb0da74dc984b6b4c0791be599174406682fa)
10
17
 
11
18
  #### [v3.5.2](https://github.com/hannasdev/mcp-writing/compare/v3.5.1...v3.5.2)
12
19
 
package/README.md CHANGED
@@ -47,6 +47,8 @@ Instead of feeding an entire manuscript to an AI and hoping it fits in the conte
47
47
  | [docs/docker.md](docs/docker.md) | Docker Compose, OpenClaw integration, SSH hardening |
48
48
  | [docs/data-ownership.md](docs/data-ownership.md) | Which tools write which files, import safety rules |
49
49
  | [docs/tools.md](docs/tools.md) | Full tool reference — auto-generated from source |
50
+ | [docs/agents/README.md](docs/agents/README.md) | Index of agent-focused guidance, examples, and boot files |
51
+ | [docs/agents/use-cases.md](docs/agents/use-cases.md) | Agent-oriented transcripts and prompt/tooling examples |
50
52
  | [docs/development.md](docs/development.md) | Running locally, tests, environment variables, troubleshooting |
51
53
 
52
54
  ## Breaking changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "homepage": "https://hannasdev.github.io/mcp-writing/",
6
6
  "type": "module",