scriveno 2.0.8 → 2.0.9

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/README.md CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  [![CI](https://github.com/aihxp/scriveno/actions/workflows/ci.yml/badge.svg)](https://github.com/aihxp/scriveno/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Version](https://img.shields.io/badge/version-2.0.8-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-2.0.9-blue)](CHANGELOG.md)
6
6
  [![npm](https://img.shields.io/npm/v/scriveno.svg)](https://www.npmjs.com/package/scriveno)
7
7
  [![Downloads](https://img.shields.io/npm/dm/scriveno.svg)](https://www.npmjs.com/package/scriveno)
8
8
  [![Status CLI](https://img.shields.io/badge/status%20CLI-scriveno%20status-blue)](docs/runtime-support.md#shared-auto-invoke-engine)
9
+ [![Route Intelligence](https://img.shields.io/badge/route%20intelligence-agent%20lanes-blue)](docs/auto-invoke-policy.md)
9
10
 
10
11
  **[scriveno on npm](https://www.npmjs.com/package/scriveno)**
11
12
 
@@ -81,7 +82,9 @@ scriveno status --project .
81
82
  scriveno status . --json
82
83
  ```
83
84
 
84
- It inspects disk evidence such as `.manuscript/`, `STATE.md`, `CONTEXT.md`, review files, translation work, exports, and history, then recommends the safest next command. The engine does not mutate files and does not spawn agents by itself. Command surfaces such as `/scr-next`, `/scr:next`, `/scr:progress`, `/scr:session-report`, and `/scr:sync` call it when local command execution is available, then fall back to embedded markdown logic when a host cannot run Node. See [Auto-Invoke Policy](docs/auto-invoke-policy.md) and [Runtime Support](docs/runtime-support.md#shared-auto-invoke-engine).
85
+ It inspects disk evidence such as `.manuscript/`, `STATE.md`, `CONTEXT.md`, plan files, drafts, review coverage, notes, revision proposals, translation work, publishing prerequisites, exports, and history, then recommends the safest next command. The engine does not mutate files and does not spawn agents by itself. Command surfaces such as `/scr-next`, `/scr:next`, `/scr:progress`, `/scr:session-report`, and `/scr:sync` call it when local command execution is available, then fall back to embedded markdown logic when a host cannot run Node. See [Auto-Invoke Policy](docs/auto-invoke-policy.md) and [Runtime Support](docs/runtime-support.md#shared-auto-invoke-engine).
86
+
87
+ The status report separates `Candidate agents`, `Candidate local helpers`, and `Manual gates`. That means Scriveno can say when a route is ready for a drafter, voice-checker, translator, continuity-checker, or review worker, when a deterministic helper such as save or scan is enough, and when writer approval is required for publishing, export overwrites, track merges, or undo.
85
88
 
86
89
  ---
87
90
 
@@ -188,7 +191,7 @@ Scriveno is built on five principles:
188
191
  - [Contributing](docs/contributing.md) -- How to add commands, agents, work types, and templates
189
192
  - [Architecture](docs/architecture.md) -- How Scriveno works under the hood
190
193
  - [Configuration](docs/configuration.md) -- Package, installer, constraints, and `.manuscript/config.json` surfaces
191
- - [Auto-Invoke Policy](docs/auto-invoke-policy.md) -- Shared status engine, visible automation status, and agent-spawn boundaries
194
+ - [Auto-Invoke Policy](docs/auto-invoke-policy.md) -- Shared status engine, route intelligence lanes, visible automation status, and agent-spawn boundaries
192
195
  - [Development](docs/development.md) -- Contributor workflow for changing commands, templates, installer logic, and docs
193
196
  - [Testing](docs/testing.md) -- What the test suite covers and which checks to run before shipping
194
197
  - [Release Notes](docs/release-notes.md) -- Public summary of what changed between package releases
@@ -221,11 +224,11 @@ Scriveno currently ships installer targets for these AI tooling environments:
221
224
 
222
225
  ## Status
223
226
 
224
- **Version:** 2.0.8
227
+ **Version:** 2.0.9
225
228
 
226
- Scriveno's core command surface is stable across 112 commands, 50 work types, and 11 installer targets. The current repo baseline includes shipped planning milestones through `v2.0 Publishing Cover Packaging`, plus the creative-context, record-store, branching-next, runtime-sync, adaptive concierge, human-first writing-safeguard, authenticity-diagnostic, domain-grilling, installer-marker cleanup, cross-runtime agent metadata, visible automation status, and the shared `scriveno status --project .` auto-invoke engine through `2.0.8`. See [Shipped Assets](docs/shipped-assets.md) for the canonical asset inventory and [Runtime Support](docs/runtime-support.md) for the runtime compatibility matrix.
229
+ Scriveno's core command surface is stable across 112 commands, 50 work types, and 11 installer targets. The current repo baseline includes shipped planning milestones through `v2.0 Publishing Cover Packaging`, plus the creative-context, record-store, branching-next, runtime-sync, adaptive concierge, human-first writing-safeguard, authenticity-diagnostic, domain-grilling, installer-marker cleanup, cross-runtime agent metadata, visible automation status, the shared `scriveno status --project .` auto-invoke engine, and route-intelligence lanes through `2.0.9`. See [Shipped Assets](docs/shipped-assets.md) for the canonical asset inventory and [Runtime Support](docs/runtime-support.md) for the runtime compatibility matrix.
227
230
 
228
- Version `2.0.8` publishes Scriveno under the package name `scriveno`, so the current install command is `npx scriveno@latest`. The older `scriveno-cli` package name is historical and was unpublished during the rename, so npm cannot attach a deprecation notice to it while it has no active registry record. The older `scriven-cli` package remains on npm only as a deprecated legacy name that points users to `scriveno`. Do not treat either legacy package name as active unless a deliberate compatibility shim is republished. See [CHANGELOG](CHANGELOG.md) for the full list and [docs/release-notes.md](docs/release-notes.md) for the public-facing summary.
231
+ Version `2.0.9` publishes Scriveno under the package name `scriveno`, so the current install command is `npx scriveno@latest`. The older `scriveno-cli` package name is historical and was unpublished during the rename, so npm cannot attach a deprecation notice to it while it has no active registry record. The older `scriven-cli` package remains on npm only as a deprecated legacy name that points users to `scriveno`. Do not treat either legacy package name as active unless a deliberate compatibility shim is republished. See [CHANGELOG](CHANGELOG.md) for the full list and [docs/release-notes.md](docs/release-notes.md) for the public-facing summary.
229
232
 
230
233
  Package history is tracked in [CHANGELOG.md](CHANGELOG.md), and the public-facing summary for this release is in [docs/release-notes.md](docs/release-notes.md).
231
234
 
@@ -96,9 +96,15 @@ Automation status:
96
96
  Trigger: /scr:health {flags}
97
97
  Spawned agents:
98
98
  - none
99
+ Candidate agents:
100
+ - none
99
101
  Local operations:
100
102
  - health checks run: {count}
101
103
  - repairs applied: {count}
104
+ Candidate local helpers:
105
+ - /scr:scan or /scr:save when health detects repairable drift
106
+ Manual gates:
107
+ - repairs that require writer confirmation
102
108
  Auto-invoked:
103
109
  - none
104
110
  Why: health uses deterministic local checks; non-deterministic repairs stay manual
@@ -69,7 +69,7 @@ Always create `RECORD.md` from `templates/RECORD.md` without renaming it. It is
69
69
  Write `.manuscript/config.json` by starting from `templates/config.json` and filling the project-specific values. The generated config must include the shared settings blocks that later commands read:
70
70
  ```json
71
71
  {
72
- "scriveno_version": "2.0.8",
72
+ "scriveno_version": "2.0.9",
73
73
  "work_type": "<chosen>",
74
74
  "group": "<group>",
75
75
  "command_unit": "<unit>",
@@ -134,9 +134,15 @@ Automation status:
134
134
  Trigger: /scr:next
135
135
  Spawned agents:
136
136
  - none
137
+ Candidate agents:
138
+ - <recommended agent route or none>
137
139
  Local operations:
138
140
  - proactive sweep: read-only
139
141
  - state route computed: yes/no
142
+ Candidate local helpers:
143
+ - <recommended helper or none>
144
+ Manual gates:
145
+ - <writer-owned route or none>
140
146
  Auto-invoked:
141
147
  - <recommended command>: yes/no
142
148
  Why: /scr:next routes from disk state; it only runs follow-up commands under autopilot or explicit writer intent
@@ -51,9 +51,15 @@ Automation status:
51
51
  Trigger: /scr:progress
52
52
  Spawned agents:
53
53
  - none
54
+ Candidate agents:
55
+ - <recommended agent route or none>
54
56
  Local operations:
55
57
  - progress counts computed: yes/no
56
58
  - proactive sweep: read-only
59
+ Candidate local helpers:
60
+ - <recommended helper or none>
61
+ Manual gates:
62
+ - <writer-owned route or none>
57
63
  Auto-invoked:
58
64
  - none
59
65
  Why: progress is read-only; it recommends next commands without mutating files
@@ -80,11 +80,17 @@ Automation status:
80
80
  Trigger: /scr:save
81
81
  Spawned agents:
82
82
  - none
83
+ Candidate agents:
84
+ - none
83
85
  Local operations:
84
86
  - STATE.md updated: yes/no
85
87
  - CONTEXT.md regenerated: yes/no
86
88
  - HISTORY.log appended: yes/no
87
89
  - manuscript files saved: yes/no
90
+ Candidate local helpers:
91
+ - /scr:scan if saved state and disk still disagree
92
+ Manual gates:
93
+ - none
88
94
  Auto-invoked:
89
95
  - /scr:next route computed for CONTEXT.md: yes/no
90
96
  Why: save uses deterministic local bookkeeping, not a spawned agent
@@ -272,10 +272,16 @@ Automation status:
272
272
  Trigger: /scr:scan {flags}
273
273
  Spawned agents:
274
274
  - none
275
+ Candidate agents:
276
+ - none
275
277
  Local operations:
276
278
  - drift checks run: {count}
277
279
  - auto-fixes applied: {count}
278
280
  - HISTORY.log appended: yes/no
281
+ Candidate local helpers:
282
+ - /scr:save if scan repairs changed state
283
+ Manual gates:
284
+ - fixes that require writer confirmation
279
285
  Auto-invoked:
280
286
  - none
281
287
  Why: scan compares disk state locally; fixes require writer confirmation
@@ -66,9 +66,15 @@ Automation status:
66
66
  Trigger: /scr:session-report
67
67
  Spawned agents:
68
68
  - none
69
+ Candidate agents:
70
+ - <recommended agent route or none>
69
71
  Local operations:
70
72
  - session metrics computed: yes/no
71
73
  - quality pass summary computed: yes/no
74
+ Candidate local helpers:
75
+ - <recommended helper or none>
76
+ Manual gates:
77
+ - <writer-owned route or none>
72
78
  Auto-invoked:
73
79
  - none
74
80
  Why: session-report summarizes disk state without mutating files