@hanna84/mcp-writing 3.2.1 → 3.3.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 CHANGED
@@ -4,11 +4,31 @@ 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.3.1](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v3.3.0...v3.3.1)
9
+
10
+ - fix(review-comments): enforce command-specific flags and add failure-path tests [`#174`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/174)
12
+
13
+ #### [v3.3.0](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v3.2.1...v3.3.0)
15
+
16
+ > 3 May 2026
17
+
18
+ - feat(styleguide): formalize review mode output contract [`#173`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/173)
20
+ - Release 3.3.0 [`233f471`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/233f471979802dda5d226a94bb03ff01a08dc819)
22
+
7
23
  #### [v3.2.1](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v3.2.0...v3.2.1)
9
25
 
26
+ > 3 May 2026
27
+
10
28
  - docs(skills): add review comment resolution workflow [`#172`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/172)
30
+ - Release 3.2.1 [`a05a429`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/a05a4291aaebdb243999904600ea82a0fff154b6)
12
32
 
13
33
  #### [v3.2.0](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v3.1.4...v3.2.0)
package/README.md CHANGED
@@ -22,8 +22,9 @@ Instead of feeding an entire manuscript to an AI and hoping it fits in the conte
22
22
 
23
23
  **Current status:**
24
24
  - **Core platform complete:** Metadata-first analysis, sidecar-backed metadata maintenance, AI-assisted prose editing with confirmation + git history, review bundles, and Scrivener Direct extraction are all implemented.
25
- - **Active development:** OpenClaw integration and guideline generation are the current focus areas.
26
- - **Deferred backlog:** embeddings search and the reference document system are intentionally deferred for later exploration.
25
+ - **Recently delivered:** Guideline generation is now delivered and tracked in done PRDs.
26
+ - **Active development:** OpenClaw integration is the current focus area.
27
+ - **Deferred backlog:** embeddings search is intentionally deferred for later exploration.
27
28
 
28
29
  ## Who it is for
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.2.1",
3
+ "version": "3.3.1",
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",
@@ -115,6 +115,36 @@ export function buildProseStyleguideSkill({ resolvedConfig, sources = [], projec
115
115
  "## Voice Notes",
116
116
  voiceNotes,
117
117
  "",
118
+ "## Review Mode Output Contract",
119
+ "",
120
+ "When providing critique, structure feedback as follows:",
121
+ "",
122
+ "### Structural Issues",
123
+ "- **Scene Purpose**: [Is it clear? Plot, character, theme, or tone.] If unclear, suggest clarification.",
124
+ "- **Transformation**: [What changes for the POV character or narrative?] If absent, note the stasis.",
125
+ "- **Non-Functional Sections**: [Does every paragraph advance purpose?] Flag bridging or exposition without tension.",
126
+ "",
127
+ "### Convention Drift",
128
+ "- **Tense**: [Is the tense consistent with config? Flag deviations as questions unless config allows intentional breaks.]",
129
+ "- **POV**: [Is POV maintained or intentionally shifted? Ask if shifts are deliberate.]",
130
+ "- **Quotation Style**: [Are dialogue markers consistent with config?]",
131
+ "- **Spelling/Abbreviations**: [Do these match configured rules?]",
132
+ "",
133
+ "### Prose Issues",
134
+ "- **Clarity**: [Is the sentence structure clear? Suggest specific revisions if muddy.]",
135
+ "- **Cadence**: [Do sentence rhythms support tone and pacing? Note if breaking is intentional vs. accidental.]",
136
+ "- **Specificity**: [Are abstractions replaced with concrete action? Flag generic beats.]",
137
+ "- **Dialogue**: [Does dialogue reflect character voice and cognition, or is it exposition?]",
138
+ "",
139
+ "### Sample Feedback Structure",
140
+ "```",
141
+ "**Structural Issues:** Scene purpose is [X shows Y to Z]; transformation is [character learns/fails/shifts]. ✓",
142
+ "",
143
+ "**Convention Drift:** Paragraph 2 shifts to a secondary character's perspective. Intentional multi-POV or head-hop?",
144
+ "",
145
+ "**Prose Issues:** [emotion stated directly] → Suggest concrete action (e.g., [physical reaction or movement]). Specificity: Use verbs and sensory detail to show emotion through action, not explanation. (✓ Shows a visible reaction.)",
146
+ "```",
147
+ "",
118
148
  ].join("\n");
119
149
 
120
150
  return {