scriveno 2.0.7 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scriveno",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Spec-driven creative writing, publishing, and translation pipeline for AI coding agents. From blank page to published book.",
5
5
  "bin": {
6
6
  "scriveno": "bin/install.js"
@@ -1,30 +1,26 @@
1
1
  {
2
- "scriveno_version": "2.0.7",
2
+ "scriveno_version": "2.0.9",
3
3
  "work_type": "",
4
4
  "group": "",
5
5
  "command_unit": "",
6
6
  "developer_mode": false,
7
7
  "created_at": "",
8
8
  "updated_at": "",
9
-
10
9
  "autopilot": {
11
10
  "enabled": false,
12
11
  "profile": "guided",
13
12
  "custom_checkpoints": []
14
13
  },
15
-
16
14
  "voice": {
17
15
  "calibrated": false,
18
16
  "last_calibration": null,
19
17
  "drift_threshold": 0.3
20
18
  },
21
-
22
19
  "draft": {
23
20
  "rigor": "standard",
24
21
  "context_profile": "standard",
25
22
  "pitfalls_enabled": true
26
23
  },
27
-
28
24
  "export": {
29
25
  "default_format": "docx_manuscript",
30
26
  "include_front_matter": true,
@@ -36,14 +32,12 @@
36
32
  "margins": "1in"
37
33
  }
38
34
  },
39
-
40
35
  "translation": {
41
36
  "source_language": "en",
42
37
  "target_languages": [],
43
38
  "name_handling": "keep_original",
44
39
  "measurement_system": "source"
45
40
  },
46
-
47
41
  "technical": {
48
42
  "audience_level": "mixed",
49
43
  "prerequisite_knowledge": [],
@@ -52,18 +46,15 @@
52
46
  "source_of_truth": [],
53
47
  "review_mode": "accuracy_first"
54
48
  },
55
-
56
49
  "collaboration": {
57
50
  "tracks_enabled": false,
58
51
  "default_track": "canon"
59
52
  },
60
-
61
53
  "illustration": {
62
54
  "style": null,
63
55
  "cover_enabled": false,
64
56
  "interior_enabled": false
65
57
  },
66
-
67
58
  "git": {
68
59
  "auto_commit": true,
69
60
  "commit_message_style": "descriptive",