@lingjingai/scriptctl 0.12.1 → 0.13.0
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/dist/cli.js +5 -6
- package/dist/cli.js.map +1 -1
- package/dist/common.d.ts +0 -3
- package/dist/common.js +0 -1
- package/dist/common.js.map +1 -1
- package/dist/domain/script-core.js +1 -1
- package/dist/domain/script-core.js.map +1 -1
- package/dist/help-text.js +38 -30
- package/dist/help-text.js.map +1 -1
- package/dist/usecases/direct.d.ts +1 -5
- package/dist/usecases/direct.js +122 -249
- package/dist/usecases/direct.js.map +1 -1
- package/dist/usecases/episode.js +2 -2
- package/dist/usecases/episode.js.map +1 -1
- package/dist/usecases/script.d.ts +0 -1
- package/dist/usecases/script.js +37 -73
- package/dist/usecases/script.js.map +1 -1
- package/package.json +1 -1
package/dist/help-text.js
CHANGED
|
@@ -13,7 +13,7 @@ Workflow groups
|
|
|
13
13
|
- direct init Build the initial direct-conversion script (resumable; selective re-run).
|
|
14
14
|
- direct status Per-episode batch state (done / error / pending) from disk.
|
|
15
15
|
- direct validate Validate the current initial script.
|
|
16
|
-
- direct
|
|
16
|
+
- direct review Proofread the draft: curation/issues, or --episode N for source↔extract.
|
|
17
17
|
- direct export Store the final script through Gateway after validation.
|
|
18
18
|
- write init Scaffold workspace/episodes/ + meta.json template.
|
|
19
19
|
- write draft <n> Draft + lint + assemble-validate + auto-commit a single episode.
|
|
@@ -112,7 +112,7 @@ Usage
|
|
|
112
112
|
Commands
|
|
113
113
|
- init Build source manifest, episode plan, initial script, validation.
|
|
114
114
|
- validate Validate script.initial.json.
|
|
115
|
-
-
|
|
115
|
+
- review Proofread the draft: curation/issues, or --episode N for source↔extract.
|
|
116
116
|
- export Export script.initial.json to the final script store.
|
|
117
117
|
|
|
118
118
|
Options
|
|
@@ -236,30 +236,34 @@ Exit codes
|
|
|
236
236
|
`,
|
|
237
237
|
],
|
|
238
238
|
[
|
|
239
|
-
["direct", "
|
|
240
|
-
`
|
|
239
|
+
["direct", "review"],
|
|
240
|
+
`Proofread the direct draft. Read-only; no state side effects.
|
|
241
241
|
|
|
242
242
|
Usage
|
|
243
|
-
- scriptctl direct
|
|
244
|
-
|
|
245
|
-
Required
|
|
246
|
-
- --target One of: episode, asset, issue, review.
|
|
243
|
+
- scriptctl direct review [options] # curation decisions + issues (validation + batch failures)
|
|
244
|
+
- scriptctl direct review --episode <n>[,<n>...] # source.txt ↔ script.initial.json side-by-side per episode
|
|
247
245
|
|
|
248
246
|
Options
|
|
249
247
|
- --workspace-path Workspace directory. Default: workspace
|
|
250
|
-
- --
|
|
251
|
-
- --episode Required for --target review. Comma-separated episode numbers, e.g. 1 or 1,15,30.
|
|
248
|
+
- --episode Comma-separated episode numbers for source↔extract alignment, e.g. 1 or 1,15,30.
|
|
252
249
|
- --json Print machine-readable JSON.
|
|
253
250
|
- --help Show this help.
|
|
254
251
|
|
|
252
|
+
Notes
|
|
253
|
+
- Generic per-episode / per-asset listings live on the top-level queries
|
|
254
|
+
(\`scriptctl episodes --draft\`, \`scriptctl assets --draft\`, ...).
|
|
255
|
+
- Fix a wrong extraction by editing the draft with --draft, e.g.
|
|
256
|
+
\`scriptctl replace ep_001/scn_001#3 --from "…" --to "…" --draft\`.
|
|
257
|
+
|
|
255
258
|
Reads
|
|
256
259
|
- workspace/draft/scriptctl/direct/script.initial.json
|
|
257
|
-
- workspace/draft/scriptctl/direct/
|
|
258
|
-
- workspace/draft/scriptctl/direct/
|
|
259
|
-
- workspace/
|
|
260
|
+
- workspace/draft/scriptctl/direct/asset_curation.json
|
|
261
|
+
- workspace/draft/scriptctl/direct/batch_results/*.error.json
|
|
262
|
+
- workspace/draft/scriptctl/direct/episode_plan.json (--episode)
|
|
263
|
+
- workspace/source.txt (--episode)
|
|
260
264
|
|
|
261
265
|
Exit codes
|
|
262
|
-
- 0
|
|
266
|
+
- 0 review available
|
|
263
267
|
- 64 usage or arguments error
|
|
264
268
|
- 66 required artifact unavailable
|
|
265
269
|
`,
|
|
@@ -325,7 +329,7 @@ Commands
|
|
|
325
329
|
- batch Loop draft over an inclusive episode range.
|
|
326
330
|
- workspace List drafted / committed / blocked-collision / blocked-lint per episode
|
|
327
331
|
in the \`episode\` from-scratch draft area. NOT a query against the
|
|
328
|
-
final script — use \`scriptctl
|
|
332
|
+
final script — use \`scriptctl summary\` / \`scriptctl episodes\` for that.
|
|
329
333
|
- merge Local-only assembly: committed episodes + meta.json → script.json + receipt
|
|
330
334
|
under workspace/episodes/.merged/. No gateway calls. Re-run after any
|
|
331
335
|
episode edit.
|
|
@@ -594,8 +598,8 @@ This is a workspace-area introspection command. It only knows about files under
|
|
|
594
598
|
workspace/episodes/. An empty result means "no from-scratch drafts in this
|
|
595
599
|
workspace" — NOT "no final script exists". To query the existing final script
|
|
596
600
|
(episode count, per-episode size, asset counts, etc.) use:
|
|
597
|
-
scriptctl
|
|
598
|
-
scriptctl
|
|
601
|
+
scriptctl summary
|
|
602
|
+
scriptctl episodes
|
|
599
603
|
|
|
600
604
|
Usage
|
|
601
605
|
- scriptctl episode workspace [options]
|
|
@@ -620,9 +624,13 @@ States
|
|
|
620
624
|
Usage
|
|
621
625
|
- scriptctl summary [options]
|
|
622
626
|
|
|
623
|
-
|
|
627
|
+
Target selection (applies to every query / edit verb)
|
|
628
|
+
- (default) DB-backed final script (project group).
|
|
629
|
+
- --draft Edit the direct intermediate draft instead of the DB script.
|
|
624
630
|
- --project-group-no Project group no. Default: SANDBOX_PROJECT_GROUP_NO
|
|
625
|
-
- --script-path
|
|
631
|
+
- --script-path Advanced: a named local script JSON (general escape hatch).
|
|
632
|
+
|
|
633
|
+
Options
|
|
626
634
|
- --workspace-path Workspace directory. Default: workspace
|
|
627
635
|
- --json Print machine-readable JSON. Avoid unless parsing.
|
|
628
636
|
- --help Show this help.
|
|
@@ -641,7 +649,7 @@ Options
|
|
|
641
649
|
- --id <ep_id> Filter to one episode.
|
|
642
650
|
- --min-chars <n> Only episodes with total chars >= N.
|
|
643
651
|
- --max-chars <n> Only episodes with total chars <= N.
|
|
644
|
-
- --project-group-no / --
|
|
652
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
645
653
|
|
|
646
654
|
Output line
|
|
647
655
|
- ep_NNN: scenes=N, actions=N, chars=N (dialogue=N, action=N), title=...
|
|
@@ -664,7 +672,7 @@ Options
|
|
|
664
672
|
- --has-actor <id> Only scenes whose context references this actor.
|
|
665
673
|
- --has-location <id> Only scenes whose context references this location.
|
|
666
674
|
- --has-prop <id> Only scenes whose context references this prop.
|
|
667
|
-
- --project-group-no / --
|
|
675
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
668
676
|
|
|
669
677
|
Output line
|
|
670
678
|
- ep_NNN/scn_NNN [space time] location=loc_NNN(name) actors=... props=... actions=N
|
|
@@ -690,7 +698,7 @@ Options
|
|
|
690
698
|
- --speaker <id> Actions where this speaker appears.
|
|
691
699
|
- --has <kind> state-changes | transition | lines (filter by structural feature).
|
|
692
700
|
- --context <n> Include N actions before/after each hit (for context windows).
|
|
693
|
-
- --project-group-no / --
|
|
701
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
694
702
|
|
|
695
703
|
Requires at least one of: --in, --grep, --type, --actor, --speaker, --has. Bare \`scriptctl actions\`
|
|
696
704
|
errors out — dumping every action across all episodes is too large.
|
|
@@ -716,7 +724,7 @@ Options
|
|
|
716
724
|
- --id <actor_id> Filter to one actor.
|
|
717
725
|
- --name <substr> Match name substring (case-sensitive).
|
|
718
726
|
- --in <addr> Restrict to actors referenced under this address (ep/scn/action).
|
|
719
|
-
- --project-group-no / --
|
|
727
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
720
728
|
|
|
721
729
|
Examples
|
|
722
730
|
- scriptctl actors --name "陈"
|
|
@@ -764,7 +772,7 @@ Options
|
|
|
764
772
|
- --id <id> Filter by id.
|
|
765
773
|
- --name <substr> Match name substring.
|
|
766
774
|
- --in <addr> Restrict to assets referenced under this address.
|
|
767
|
-
- --project-group-no / --
|
|
775
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
768
776
|
|
|
769
777
|
Examples
|
|
770
778
|
- scriptctl assets --name "陈"
|
|
@@ -782,7 +790,7 @@ Options
|
|
|
782
790
|
- --id <speaker_id> Filter to one speaker.
|
|
783
791
|
- --name <substr> Match display_name substring.
|
|
784
792
|
- --kind <kind> Filter by source_kind (actor / location / prop / system / broadcast / group / other).
|
|
785
|
-
- --project-group-no / --
|
|
793
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
786
794
|
|
|
787
795
|
Examples
|
|
788
796
|
- scriptctl speakers --kind system
|
|
@@ -799,7 +807,7 @@ Usage
|
|
|
799
807
|
Options
|
|
800
808
|
- --severity <severity> Filter by severity (error / warning / info / blocking).
|
|
801
809
|
- --code <code> Filter by issue code (e.g. STATE_NOT_FOUND).
|
|
802
|
-
- --project-group-no / --
|
|
810
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
803
811
|
|
|
804
812
|
Output line
|
|
805
813
|
- <severity> <code>: <summary> [<location>]
|
|
@@ -823,7 +831,7 @@ Address forms
|
|
|
823
831
|
|
|
824
832
|
Options
|
|
825
833
|
- --level <scene|action> Restrict to scene-level or action-level refs only.
|
|
826
|
-
- --project-group-no / --
|
|
834
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
827
835
|
|
|
828
836
|
Output line
|
|
829
837
|
- <location> [<role>] (e.g. ep_001/scn_001#3.actor_id [action_actor])
|
|
@@ -843,7 +851,7 @@ Usage
|
|
|
843
851
|
- scriptctl validate [options]
|
|
844
852
|
|
|
845
853
|
Options
|
|
846
|
-
- --project-group-no / --
|
|
854
|
+
- --draft / --project-group-no / --workspace-path / --json / --help
|
|
847
855
|
|
|
848
856
|
Exit codes
|
|
849
857
|
- 0 passed
|
|
@@ -867,7 +875,7 @@ Required
|
|
|
867
875
|
Options
|
|
868
876
|
- --to Replacement text. Default: "" (delete the substring).
|
|
869
877
|
- --all Replace every occurrence in the action. Without it, multiple matches reject.
|
|
870
|
-
- --project-group-no / --
|
|
878
|
+
- --draft / --project-group-no / --workspace-path / --request-id / --json / --help
|
|
871
879
|
|
|
872
880
|
Refuses overlap dialogue actions — use \`scriptctl overlap\` to rewrite their lines.
|
|
873
881
|
|
|
@@ -1256,7 +1264,7 @@ Use \`scriptctl patch --schema\` to see every supported op + its required fields
|
|
|
1256
1264
|
Options
|
|
1257
1265
|
- --schema [<op>] Dump op schema (JSON) instead of applying. With <op>, dump just that op.
|
|
1258
1266
|
- --dry-run Apply to an in-memory copy, run validate, do NOT write to gateway.
|
|
1259
|
-
- --project-group-no / --
|
|
1267
|
+
- --draft / --project-group-no / --workspace-path / --request-id / --json / --help
|
|
1260
1268
|
|
|
1261
1269
|
Examples
|
|
1262
1270
|
- scriptctl patch changes.json
|
package/dist/help-text.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help-text.js","sourceRoot":"","sources":["../src/help-text.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAuC;IACvD;QACE,EAAE;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFH;KACE;IACD;QACE,CAAC,QAAQ,CAAC;QACV;;;;;;;;;;;;;;;CAeH;KACE;IACD;QACE,CAAC,QAAQ,CAAC;QACV;;;;;;;;;;;;;;;;;;;;;CAqBH;KACE;IACD;QACE,CAAC,QAAQ,EAAE,MAAM,CAAC;QAClB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDH;KACE;IACD;QACE,CAAC,QAAQ,EAAE,QAAQ,CAAC;QACpB;;;;;;;;;;;;;;;;;CAiBH;KACE;IACD;QACE,CAAC,QAAQ,EAAE,UAAU,CAAC;QACtB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BH;KACE;IACD;QACE,CAAC,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"help-text.js","sourceRoot":"","sources":["../src/help-text.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,14 +2,10 @@ import { type Report } from "../common.js";
|
|
|
2
2
|
type Dict = Record<string, unknown>;
|
|
3
3
|
export declare function updateRunState(workspace: string, updates: Dict): Dict;
|
|
4
4
|
export declare function readRunState(workspace: string): Dict;
|
|
5
|
-
export declare function addInspectedTarget(workspace: string, target: string): Dict;
|
|
6
|
-
export declare function markPatched(workspace: string, count: number): Dict;
|
|
7
|
-
export declare function markMetadataConfidenceReviewed(workspace: string, operations: Dict[]): void;
|
|
8
|
-
export declare function reviewBlockers(state: Dict): string[];
|
|
9
5
|
export declare function mergeBatchResultsForEpisode(episode: Dict, batchResults: Dict[]): Dict;
|
|
10
6
|
export declare function commandInit(opts: Dict): Promise<[Report, number]>;
|
|
11
7
|
export declare function commandStatus(opts: Dict): [Report, number];
|
|
12
8
|
export declare function summarizeIssues(issues: Dict[]): string[];
|
|
13
9
|
export declare function commandValidate(opts: Dict): [Report, number];
|
|
14
|
-
export declare function
|
|
10
|
+
export declare function commandReview(opts: Dict): [Report, number];
|
|
15
11
|
export {};
|