scriptnow-cli 0.3.94__tar.gz → 0.3.95__tar.gz
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.
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/PKG-INFO +1 -1
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/README.md +8 -7
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/README.md +8 -3
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/__init__.py +1 -1
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/skills/SKILL.md +10 -4
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/PKG-INFO +1 -1
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/LICENSE +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/README.pypi.md +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/__init__.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/__main__.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/scriptnow_cli.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/ui.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/utils/__init__.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/utils/diag.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/utils/session.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/cli_anything/scriptnow/utils/upgrade.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/pyproject.toml +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/SOURCES.txt +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/dependency_links.txt +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/entry_points.txt +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/requires.txt +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/scriptnow_cli.egg-info/top_level.txt +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/setup.cfg +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/setup.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_append_commands.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_document_revision_state.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_guide_chain.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_json_errors.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_outline_commands.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_review_commands.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_run_commands.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_session.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_storyboard_commands.py +0 -0
- {scriptnow_cli-0.3.94 → scriptnow_cli-0.3.95}/tests/test_upgrade.py +0 -0
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
要求 Python 3.10+。macOS/Linux 系统 Python(Homebrew、python.org)受 PEP 668 保护时,
|
|
47
47
|
请先在虚拟环境中安装:
|
|
48
48
|
|
|
49
|
-
> **PyPI
|
|
50
|
-
>
|
|
49
|
+
> **PyPI 分发已上线**:可用版本见 [项目页](https://pypi.org/project/scriptnow-cli/)。
|
|
50
|
+
> 可用 `pipx install scriptnow-cli`,或在虚拟环境中执行 `python -m pip install scriptnow-cli`。
|
|
51
51
|
> 安装/升级优先走**生产分发源**(sn.igeewa.com,wheel 直装、不依赖 git);GitHub
|
|
52
52
|
> codeload / git+https 仅作兜底。`scriptnow self-upgrade` / `config on` 后台自动升级
|
|
53
53
|
> 同样优先生产源。
|
|
@@ -122,15 +122,16 @@ GitHub(quchenchen/scriptnow-cli)仅作镜像与最后兜底,不构成国
|
|
|
122
122
|
| 环节 | 优先来源 | 兜底顺序 |
|
|
123
123
|
|---|---|---|
|
|
124
124
|
| 版本探测 | 生产源 `version.txt` | — |
|
|
125
|
-
| wheel / zip 分发 |
|
|
125
|
+
| wheel / zip 分发 | 生产源带真实版本号的 wheel(先读取 `version.txt`;不用 `latest` 作为 wheel 版本号) | codeload tar.gz → git+https |
|
|
126
126
|
| `self-upgrade` | 生产源 wheel | codeload tar.gz → git+https |
|
|
127
127
|
| Windows 一键脚本 | 生产源(install-agent.ps1 / install.ps1 内嵌生产源 URL) | — |
|
|
128
128
|
| Windows 缺 Python 时的引导 | 国内镜像:清华 TUNA → 华为云 → 中科大 | python.org |
|
|
129
|
-
| 页面安装说明(/cli) |
|
|
129
|
+
| 页面安装说明(/cli) | 版本号 wheel(生产源),并列提供 PyPI 包名安装 | GitHub 源码仅兜底 |
|
|
130
|
+
| PyPI 分发 | `pipx install scriptnow-cli` / 虚拟环境内 `python -m pip install scriptnow-cli` | 平台版本号 wheel |
|
|
130
131
|
|
|
131
132
|
发布侧(`scripts/sync-cli-release.sh`)每轮自动上传 wheel / zip / `version.txt` /
|
|
132
133
|
`install.ps1` / `install-agent.ps1` 到生产下载目录,并把 `latest` 别名同步为最新版;
|
|
133
|
-
GitHub 镜像仓库与 release tag
|
|
134
|
+
GitHub 镜像仓库与 release tag 仅作生产源之外的备用下载。`latest` 别名只作兼容入口,不作为 pip 安装命令;新版 pip 会拒绝不符合版本规范的文件名。生产同步脚本随后自动调用 PyPI 受信发布 helper;等待审核返回 3 并给出续跑命令,不跳过或自动批准。两处可用版本以各自发布记录为准,公开 wheel 和源码包均就绪才报告完整发布成功。
|
|
134
135
|
|
|
135
136
|
## 登录
|
|
136
137
|
|
|
@@ -389,10 +390,10 @@ evaluation v9(深度评估)、work-completion(完结)、invitations(
|
|
|
389
390
|
|
|
390
391
|
## AI Agent 安装(SKILL 体系)
|
|
391
392
|
|
|
392
|
-
Agent
|
|
393
|
+
CLI 可执行程序与 Agent Skill 分别安装;安装 PyPI 包不会自动为每个 Agent 客户端注册 Skill。支持 npx skills 的 Agent 可通过 SKILL.md 发现能力,Skill 名称是 `scriptnow`(不是发行包名 `scriptnow-cli`):
|
|
393
394
|
|
|
394
395
|
```bash
|
|
395
|
-
npx skills add quchenchen/scriptnow-cli --skill scriptnow
|
|
396
|
+
npx skills add quchenchen/scriptnow-cli --skill scriptnow -g -y
|
|
396
397
|
```
|
|
397
398
|
|
|
398
399
|
SKILL.md 位于 [`cli_anything/scriptnow/skills/SKILL.md`](cli_anything/scriptnow/skills/SKILL.md)。
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
## 安装
|
|
31
31
|
|
|
32
|
-
PyPI
|
|
32
|
+
PyPI 分发已上线:https://pypi.org/project/scriptnow-cli/ 。可用 `pipx install scriptnow-cli`,或在虚拟环境中执行 `python -m pip install scriptnow-cli`;默认升级来源仍为下列生产源。
|
|
33
33
|
|
|
34
34
|
要求 Python 3.10+。macOS/Linux 系统 Python(Homebrew、python.org)受 PEP 668 保护时,
|
|
35
35
|
请先在虚拟环境中安装:
|
|
@@ -220,10 +220,10 @@ evaluation v9(深度评估)、work-completion(完结)、invitations(
|
|
|
220
220
|
|
|
221
221
|
## AI Agent 安装(SKILL 体系)
|
|
222
222
|
|
|
223
|
-
Agent
|
|
223
|
+
PyPI 安装提供 CLI 与内置 Skill 文件,但不会自动注册到每个 Agent 客户端。支持 npx skills 的 Agent 可另行安装名为 `scriptnow` 的 Skill:
|
|
224
224
|
|
|
225
225
|
```bash
|
|
226
|
-
npx skills add quchenchen/scriptnow-cli --skill scriptnow
|
|
226
|
+
npx skills add quchenchen/scriptnow-cli --skill scriptnow -g -y
|
|
227
227
|
```
|
|
228
228
|
|
|
229
229
|
SKILL.md 位于 [`cli_anything/scriptnow/skills/SKILL.md`](cli_anything/scriptnow/skills/SKILL.md)。
|
|
@@ -343,3 +343,8 @@ scriptnow review status <packet-id> --json
|
|
|
343
343
|
## 统一创作 Skill 方案
|
|
344
344
|
|
|
345
345
|
CLI、Creator 与创作运行共用服务端 creative-skill-plan。逐章/逐场前使用 ready-check --unit-id <单元ID> 查看已采纳叙事阶段、本单元功能、个人与内置方法及执行准备;缺少阶段不按集数比例推定。阶段 narrative_stage 与功能 unit_function 随集纲/章纲候选提交,采纳后生效。节奏建议不构成一票否决;已选中、已读取、已应用分别留证。
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
## CLI release synchronization
|
|
349
|
+
|
|
350
|
+
Maintainers run monorepo `scripts/sync-cli-release.sh` to synchronize GitHub, the production distribution and PyPI. PyPI environment review remains required; exit 3 means pending, with an exact resume command. See [publishing instructions](https://github.com/quchenchen/scriptnow-cli/blob/main/PUBLISHING.md).
|
|
@@ -8,10 +8,16 @@ description: Operate ScriptNow as a governed creative-production client. Use for
|
|
|
8
8
|
This is a runtime entrypoint, not a product manual. Do not expand it into a
|
|
9
9
|
workflow from memory and do not treat local files as ScriptNow projects.
|
|
10
10
|
|
|
11
|
-
> **CLI 安装 /
|
|
12
|
-
> `
|
|
13
|
-
>
|
|
14
|
-
>
|
|
11
|
+
> **CLI 安装 / 升级**:发行包名为 `scriptnow-cli`,命令名与 Skill 名为 `scriptnow`。
|
|
12
|
+
> 可用 `pipx install scriptnow-cli` 或虚拟环境内的 `python -m pip install scriptnow-cli` 从
|
|
13
|
+
> [PyPI](https://pypi.org/project/scriptnow-cli/) 安装;平台分发源继续可用,先读取
|
|
14
|
+
> `https://sn.igeewa.com/downloads/scriptnow-cli/version.txt`,再安装对应版本的 wheel。
|
|
15
|
+
> 不使用 `scriptnow_cli-latest-...whl`,新版 pip 会拒绝该版本名。
|
|
16
|
+
> `scriptnow self-upgrade` 的实际顺序仍是「生产源 → codeload → git+https」,不会自动改为 PyPI;
|
|
17
|
+
> PyPI 与平台版本可能不同,分别核对来源。自动升级默认关闭,用户明确选择后才用 `config on`。
|
|
18
|
+
> 安装 CLI 不等于已登录或已创建作品;先 doctor,再按本文 bootstrap 读取实时契约。
|
|
19
|
+
> Agent 客户端如需注册 Skill,另用 `npx skills add quchenchen/scriptnow-cli --skill scriptnow -g -y`
|
|
20
|
+
> (仅适用于支持该工具且已有 Node.js 的客户端);否则直接执行 `agent-guide --json` 读取契约。
|
|
15
21
|
|
|
16
22
|
> **分阶段创作(novel)**:`storymap phases` 预览叙事结构(three_act/hero_journey/
|
|
17
23
|
> kishotenketsu/linear/custom)推导的阶段计划;`storymap append-phase` 提交下一个
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|