scriveno 2.0.10 → 2.0.11
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 +4 -4
- package/commands/scr/new-work.md +1 -1
- package/commands/scr/sacred-numbering-format.md +2 -2
- package/data/CONSTRAINTS.json +1 -1
- package/data/demo/.manuscript/plans/5-the-reunion-PLAN.md +1 -1
- package/docs/command-reference.md +2 -0
- package/docs/configuration.md +10 -1
- package/docs/contributing.md +5 -1
- package/docs/development.md +23 -1
- package/docs/getting-started.md +1 -0
- package/docs/proof-artifacts.md +2 -0
- package/docs/release-notes.md +38 -0
- package/docs/route-graph.md +1 -1
- package/docs/sacred-texts.md +1 -1
- package/package.json +1 -1
- package/templates/config.json +1 -1
- package/templates/sacred/DOCTRINES.md +1 -1
- package/templates/sacred/LINEAGES.md +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/aihxp/scriveno/actions/workflows/ci.yml)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](CHANGELOG.md)
|
|
6
6
|
[](https://www.npmjs.com/package/scriveno)
|
|
7
7
|
[](https://www.npmjs.com/package/scriveno)
|
|
8
8
|
[](docs/runtime-support.md#shared-auto-invoke-engine)
|
|
@@ -235,11 +235,11 @@ Scriveno currently ships installer targets for these AI tooling environments:
|
|
|
235
235
|
|
|
236
236
|
## Status
|
|
237
237
|
|
|
238
|
-
**Version:** 2.0.
|
|
238
|
+
**Version:** 2.0.11
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
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, route-intelligence lanes, safe apply reporting, runtime smoke checks, agent availability checks, route graph audits, and the full audit repair pass through `2.0.11`. See [Shipped Assets](docs/shipped-assets.md) for the canonical asset inventory and [Runtime Support](docs/runtime-support.md) for the runtime compatibility matrix.
|
|
241
241
|
|
|
242
|
-
|
|
242
|
+
Version `2.0.11` 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.
|
|
243
243
|
|
|
244
244
|
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).
|
|
245
245
|
|
package/commands/scr/new-work.md
CHANGED
|
@@ -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.
|
|
72
|
+
"scriveno_version": "2.0.11",
|
|
73
73
|
"work_type": "<chosen>",
|
|
74
74
|
"group": "<group>",
|
|
75
75
|
"command_unit": "<unit>",
|
|
@@ -3,14 +3,14 @@ description: "Show verse numbering format for the active sacred tradition."
|
|
|
3
3
|
argument-hint: "[--example <text>]"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# /scr:sacred-
|
|
6
|
+
# /scr:sacred-numbering-format -- Tradition Verse Numbering Reference
|
|
7
7
|
|
|
8
8
|
Show the verse numbering format for the active sacred tradition. Reads the tradition profile from the project's config and displays the numbering system with example citations.
|
|
9
9
|
|
|
10
10
|
## Usage
|
|
11
11
|
|
|
12
12
|
```
|
|
13
|
-
/scr:sacred-
|
|
13
|
+
/scr:sacred-numbering-format [--example <text>]
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
If `--example <text>` is provided, format the given text as a citation in the tradition's numbering system.
|
package/data/CONSTRAINTS.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./constraints.schema.json",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Scriveno constraint system: work types, command availability, exports, and dependencies. Every command checks this file at runtime.",
|
|
5
5
|
"_notes": {
|
|
6
6
|
"sacred_keys": "Sacred subcommands live at commands/scr/sacred/<name>.md and run as /scr:sacred:<name>. Their CONSTRAINTS keys use the sacred:<name> form so /scr:help can render the runnable slash-command path directly. The sacred-numbering-format entry is a separate flat command (commands/scr/sacred-numbering-format.md) that surfaces the active tradition's numbering format. It used to be named sacred-verse-numbering, which collided with sacred:verse-numbering at install time -- both flattened to scr-sacred-verse-numbering. Renamed in v1.6.x; the installer now refuses to install when two sources share a flat skill name."
|
|
@@ -49,4 +49,4 @@ Close third (Elias), past tense. Intimate distance. The narrator stays inside El
|
|
|
49
49
|
- Elias's established speech patterns from previous scenes
|
|
50
50
|
|
|
51
51
|
---
|
|
52
|
-
*This is a planning document. Draft with /scr:draft
|
|
52
|
+
*This is a planning document. Draft with /scr:draft 5.*
|
|
@@ -4,6 +4,8 @@ Scriveno has **112 commands** organized into **14 categories**. Commands adapt a
|
|
|
4
4
|
|
|
5
5
|
Commands marked with **adaptive terminology** change how Scriveno talks about your work type's `command_unit` in `.manuscript/config.json`, while keeping the runnable command id stable. Commands marked with **group adaptation** have different labels for specific work type groups (academic, sacred, etc.).
|
|
6
6
|
|
|
7
|
+
This page covers writer-facing `/scr:*` commands. Package-level audit commands live in the `scriveno` CLI: `scriveno status --project . --apply-safe`, `scriveno sync --check`, `scriveno smoke`, `scriveno agents`, and `scriveno routes`. See [Auto-Invoke Policy](auto-invoke-policy.md), [Runtime Support](runtime-support.md), and [Route Graph Audit](route-graph.md) for those surfaces.
|
|
8
|
+
|
|
7
9
|
## Table of Contents
|
|
8
10
|
|
|
9
11
|
1. [Core](#core) -- The main workflow: create, discuss, plan, draft, review, submit
|
package/docs/configuration.md
CHANGED
|
@@ -57,7 +57,7 @@ When a writer runs `/scr:new-work`, Scriveno creates `.manuscript/config.json`.
|
|
|
57
57
|
|
|
58
58
|
```json
|
|
59
59
|
{
|
|
60
|
-
"scriveno_version": "2.0.
|
|
60
|
+
"scriveno_version": "2.0.11",
|
|
61
61
|
"work_type": "<chosen>",
|
|
62
62
|
"group": "<group>",
|
|
63
63
|
"command_unit": "<unit>",
|
|
@@ -217,6 +217,15 @@ And for release-facing changes, also run:
|
|
|
217
217
|
npm run release:check
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
+
When configuration changes touch runtime paths, route logic, agent prompts, sync behavior, or installed audit surfaces, also run:
|
|
221
|
+
|
|
222
|
+
```bash
|
|
223
|
+
scriveno sync --check
|
|
224
|
+
scriveno smoke --json
|
|
225
|
+
scriveno agents --json
|
|
226
|
+
scriveno routes --json
|
|
227
|
+
```
|
|
228
|
+
|
|
220
229
|
## Related docs
|
|
221
230
|
|
|
222
231
|
- [Getting Started](getting-started.md)
|
package/docs/contributing.md
CHANGED
|
@@ -381,6 +381,9 @@ When a package release changes the public story, update the release docs alongsi
|
|
|
381
381
|
- `README.md` -- current version/status blurb when the release changes the headline positioning
|
|
382
382
|
- `docs/shipped-assets.md` -- canonical inventory when bundled docs, templates, proof assets, or trust-critical files change
|
|
383
383
|
- `docs/command-reference.md` -- command contract reference when command behavior or flags change
|
|
384
|
+
- `docs/auto-invoke-policy.md` -- proactive routing, safe apply, local-helper, and agent-spawn policy
|
|
385
|
+
- `docs/runtime-support.md` -- runtime matrix, install-surface checks, and agent availability claims
|
|
386
|
+
- `docs/route-graph.md` -- route graph, automation lanes, and priority fixtures when route logic changes
|
|
384
387
|
- `templates/*/README.md` and `data/proof/*/README.md` -- shipped profile and proof documentation when those assets change
|
|
385
388
|
- `.planning/` milestone summary files -- only when the release closes out milestone work or changes the archive story
|
|
386
389
|
|
|
@@ -391,7 +394,8 @@ When a package release changes the public story, update the release docs alongsi
|
|
|
391
394
|
3. Update `docs/release-notes.md` with a concise explanation of what changed, why, and how it was verified
|
|
392
395
|
4. Run `npm test`
|
|
393
396
|
5. Run `npm run release:check`
|
|
394
|
-
6.
|
|
397
|
+
6. For runtime, installer, agent, sync, or route-intelligence changes, run `scriveno sync --check`, `scriveno smoke --json`, `scriveno agents --json`, and `scriveno routes --json`
|
|
398
|
+
7. Publish only after the docs and package metadata tell the same story
|
|
395
399
|
|
|
396
400
|
## Code Style
|
|
397
401
|
|
package/docs/development.md
CHANGED
|
@@ -120,6 +120,21 @@ node bin/install.js --runtime codex --global --developer --silent
|
|
|
120
120
|
|
|
121
121
|
The writer-facing form of this maintenance operation is `/scr:sync`.
|
|
122
122
|
|
|
123
|
+
For a full cross-runtime refresh from this checkout, use:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
node bin/install.js --runtimes claude-code,cursor,gemini-cli,codex,opencode,copilot,windsurf,antigravity,manus,perplexity-desktop,generic --global --developer --silent
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
After installation, the shared audit commands should pass:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
scriveno sync --check
|
|
133
|
+
scriveno smoke --json
|
|
134
|
+
scriveno agents --json
|
|
135
|
+
scriveno routes --json
|
|
136
|
+
```
|
|
137
|
+
|
|
123
138
|
## Docs and release workflow
|
|
124
139
|
|
|
125
140
|
Docs are part of the shipped product. If you change visible behavior, update every affected documentation surface in the same pass: root docs, files under `docs/`, proof READMEs, template READMEs, and command markdown that exposes user-facing contracts.
|
|
@@ -131,6 +146,9 @@ For release-oriented documentation surfaces, the main files are:
|
|
|
131
146
|
- `docs/release-notes.md`
|
|
132
147
|
- `docs/shipped-assets.md`
|
|
133
148
|
- `docs/command-reference.md`
|
|
149
|
+
- `docs/auto-invoke-policy.md`
|
|
150
|
+
- `docs/runtime-support.md`
|
|
151
|
+
- `docs/route-graph.md`
|
|
134
152
|
- `templates/*/README.md` when shipped profiles or templates change
|
|
135
153
|
- `.planning/` milestone summaries when you are still using the GSD planning layer
|
|
136
154
|
|
|
@@ -141,7 +159,8 @@ A good pre-ship pass for Scriveno changes is:
|
|
|
141
159
|
1. run the targeted tests for the touched surface
|
|
142
160
|
2. run `npm test`
|
|
143
161
|
3. run `npm run release:check` for package-facing changes
|
|
144
|
-
4.
|
|
162
|
+
4. run the proactive audit commands when routing, runtime, installer, or agent surfaces changed
|
|
163
|
+
5. review trust-sensitive docs for runtime, asset, and support claims
|
|
145
164
|
|
|
146
165
|
## Related docs
|
|
147
166
|
|
|
@@ -149,4 +168,7 @@ A good pre-ship pass for Scriveno changes is:
|
|
|
149
168
|
- [Configuration](configuration.md)
|
|
150
169
|
- [Testing](testing.md)
|
|
151
170
|
- [Contributing](contributing.md)
|
|
171
|
+
- [Auto-Invoke Policy](auto-invoke-policy.md)
|
|
172
|
+
- [Runtime Support](runtime-support.md)
|
|
173
|
+
- [Route Graph Audit](route-graph.md)
|
|
152
174
|
- [Release Notes](release-notes.md)
|
package/docs/getting-started.md
CHANGED
|
@@ -210,5 +210,6 @@ If you want the trust surfaces around installation and shipping details, continu
|
|
|
210
210
|
|
|
211
211
|
- [Runtime Support](runtime-support.md) -- installer targets, support levels, and verification status
|
|
212
212
|
- [Auto-Invoke Policy](auto-invoke-policy.md) -- status engine, visible automation, and agent-spawn boundaries
|
|
213
|
+
- [Route Graph Audit](route-graph.md) -- generated route graph, automation lanes, and priority fixtures
|
|
213
214
|
- [Shipped Assets](shipped-assets.md) -- what the npm package actually includes on the trust-critical surface
|
|
214
215
|
- [Release Notes](release-notes.md) -- what changed in the latest package release
|
package/docs/proof-artifacts.md
CHANGED
|
@@ -53,4 +53,6 @@ Read the bundle in order if you want to inspect sentence rhythm, metaphor select
|
|
|
53
53
|
|
|
54
54
|
- [Shipped Assets](shipped-assets.md) -- canonical inventory of the trust-critical files Scriveno actually bundles
|
|
55
55
|
- [Runtime Support](runtime-support.md) -- canonical runtime matrix and installer-baseline framing
|
|
56
|
+
- [Auto-Invoke Policy](auto-invoke-policy.md) -- proactive status, safe apply, local-helper, and agent-spawn boundaries
|
|
57
|
+
- [Route Graph Audit](route-graph.md) -- generated route graph, automation lanes, and priority fixtures
|
|
56
58
|
- [Release Notes](release-notes.md) -- summary of what changed in the latest package release
|
package/docs/release-notes.md
CHANGED
|
@@ -2,6 +2,44 @@
|
|
|
2
2
|
|
|
3
3
|
This document is the public-facing summary of what changed between package releases. For package history, see the root [CHANGELOG](../CHANGELOG.md).
|
|
4
4
|
|
|
5
|
+
## 2.0.11 - 2026-05-16
|
|
6
|
+
|
|
7
|
+
### What changed
|
|
8
|
+
|
|
9
|
+
- Scriveno received a full repo audit across 500 tracked files and the latest 242-file package surface.
|
|
10
|
+
- The sacred numbering command now consistently advertises `/scr:sacred-numbering-format` instead of the stale `/scr:sacred-verse-numbering` name.
|
|
11
|
+
- Sacred doctrine and lineage templates now point to `/scr:sacred:doctrinal-check`, matching the shipped command surface.
|
|
12
|
+
- The demo manuscript plan now tells users to run `/scr:draft 5` instead of the removed `/scr:draft-scene 5` command.
|
|
13
|
+
- Archived planning summaries no longer use decorative test-output markers that violate the repository writing policy.
|
|
14
|
+
- README badges, Route Graph, Configuration, changelog, package metadata, constraints metadata, generated config metadata, and release tests are aligned on `2.0.11`.
|
|
15
|
+
|
|
16
|
+
### Why it matters
|
|
17
|
+
|
|
18
|
+
This release tightens the shipped surface after the automation releases. Writers should see current command names in docs, templates, demo files, and installed runtime copies. Developers now have a cleaner package baseline before the next milestone begins.
|
|
19
|
+
|
|
20
|
+
### Affected areas
|
|
21
|
+
|
|
22
|
+
- command documentation
|
|
23
|
+
- sacred project templates
|
|
24
|
+
- demo manuscript assets
|
|
25
|
+
- release metadata
|
|
26
|
+
- planning state
|
|
27
|
+
- README badge and status copy
|
|
28
|
+
- cross-runtime installed surfaces
|
|
29
|
+
- regression tests for release metadata and sacred command naming
|
|
30
|
+
|
|
31
|
+
### Verification
|
|
32
|
+
|
|
33
|
+
- `npm run release:check`
|
|
34
|
+
- `node bin/install.js routes --json`
|
|
35
|
+
- `node bin/install.js agents --json`
|
|
36
|
+
- `node bin/install.js sync --check --json`
|
|
37
|
+
- `node bin/install.js smoke --json`
|
|
38
|
+
- `npm audit --omit=dev --json`
|
|
39
|
+
- `npm pack --dry-run`
|
|
40
|
+
- `git diff --check`
|
|
41
|
+
- repository policy scan for em dashes, en dashes, and decorative emoji-style markers
|
|
42
|
+
|
|
5
43
|
## 2.0.10 - 2026-05-16
|
|
6
44
|
|
|
7
45
|
### What changed
|
package/docs/route-graph.md
CHANGED
|
@@ -13,7 +13,7 @@ The text report summarizes command count, graph edges, agent-capable routes, loc
|
|
|
13
13
|
|
|
14
14
|
## Current Shape
|
|
15
15
|
|
|
16
|
-
As of `2.0.
|
|
16
|
+
As of `2.0.11`, the route graph contains:
|
|
17
17
|
|
|
18
18
|
- 112 commands
|
|
19
19
|
- intent-order edges from `command_intents`
|
package/docs/sacred-texts.md
CHANGED
|
@@ -182,7 +182,7 @@ Apply or adjust verse numbering systems to your drafted text. Supports tradition
|
|
|
182
182
|
|
|
183
183
|
**Requires:** At least one drafted unit.
|
|
184
184
|
|
|
185
|
-
The top-level `/scr:sacred-
|
|
185
|
+
The top-level `/scr:sacred-numbering-format` compatibility command is read-only: it shows the active tradition's numbering format and can render example citations. The nested `/scr:sacred:verse-numbering` command changes or verifies the project's numbering system.
|
|
186
186
|
|
|
187
187
|
### `/scr:sacred:source-tracking`
|
|
188
188
|
|
package/package.json
CHANGED
package/templates/config.json
CHANGED
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
*Drafter agents check this file to avoid contradicting established doctrines when drafting passages. `/scr:doctrinal-check` flags any unit that contradicts or undermines an affirmed doctrine without explicit intent.*
|
|
45
|
+
*Drafter agents check this file to avoid contradicting established doctrines when drafting passages. `/scr:sacred:doctrinal-check` flags any unit that contradicts or undermines an affirmed doctrine without explicit intent.*
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
|
|
50
50
|
---
|
|
51
51
|
|
|
52
|
-
*When drafting any unit involving figures, the drafter agent checks this file to verify lineage claims, covenant references, and relationships. Contradictions are flagged by `/scr:doctrinal-check`.*
|
|
52
|
+
*When drafting any unit involving figures, the drafter agent checks this file to verify lineage claims, covenant references, and relationships. Contradictions are flagged by `/scr:sacred:doctrinal-check`.*
|