mancode 0.5.5 → 0.5.6
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.en.md +13 -15
- package/README.md +9 -8
- package/dist/{chunk-YWHFHZ4A.js → chunk-M5CWWECP.js} +1 -1
- package/dist/{chunk-YWHFHZ4A.js.map → chunk-M5CWWECP.js.map} +1 -1
- package/dist/cli.d.ts +5 -1
- package/dist/cli.js +604 -519
- package/dist/cli.js.map +1 -1
- package/dist/{store-DREAZNIX.js → store-Z53OE53A.js} +2 -2
- package/package.json +3 -3
- /package/dist/{store-DREAZNIX.js.map → store-Z53OE53A.js.map} +0 -0
package/README.en.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<p align="center">
|
|
18
18
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?style=flat-square" alt="License: AGPL-3.0" /></a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/mancode"><img src="https://img.shields.io/npm/v/mancode?style=flat-square" alt="npm version" /></a>
|
|
20
|
-
<img src="https://img.shields.io/badge/status-Continuity%20v0.5.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-Continuity%20v0.5.6-2f855a?style=flat-square" alt="Status: mancode Continuity v0.5.6" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode%20%7C%20Kimi%20Code%20%7C%20Qoder-5865F2?style=flat-square" alt="Platforms: Claude Code, Cursor, Codex in ChatGPT desktop and CLI, GitHub Copilot, ZCode, Kimi Code, Qoder" />
|
|
22
22
|
</p>
|
|
23
23
|
|
|
@@ -155,10 +155,10 @@ the quality gate for models that need explicit review structure.
|
|
|
155
155
|
|
|
156
156
|
## Installation
|
|
157
157
|
|
|
158
|
-
**Status**: mancode Continuity v0.5.
|
|
158
|
+
**Status**: mancode Continuity v0.5.6. Claude Code, Cursor, Codex in the ChatGPT
|
|
159
159
|
desktop app and CLI, GitHub Copilot, ZCode, Kimi Code, and Qoder adapters are included.
|
|
160
160
|
|
|
161
|
-
Requires Node.js
|
|
161
|
+
Requires Node.js 22 or newer. macOS, Linux, Windows CMD, PowerShell, and Git Bash
|
|
162
162
|
are supported. Git is optional: without it, initialization continues with solo
|
|
163
163
|
team-detection defaults. Claude Code hooks run with Node and do not require Bash
|
|
164
164
|
or jq.
|
|
@@ -491,6 +491,8 @@ mancode workflow update <namespace:ULID> --status <status> --expected-revision <
|
|
|
491
491
|
mancode workflow review <namespace:ULID> apply --file <review-ledger.json> --expected-revision <n> --session <id>
|
|
492
492
|
mancode workflow verify <namespace:ULID> apply --file <verification-ledger.json> --expected-revision <n> --session <id>
|
|
493
493
|
mancode workflow reframe <local:ULID> --expected-revision <n> --checkpoint-id <ULID> --session <id>
|
|
494
|
+
mancode workflow archive <local:ULID> show <archive-ULID> --json
|
|
495
|
+
mancode workflow checkpoint <local:ULID> show <checkpoint-ULID> --json
|
|
494
496
|
mancode workflow complete <namespace:ULID> --expected-revision <n> --session <id>
|
|
495
497
|
mancode manps [area]
|
|
496
498
|
mancode design status --json
|
|
@@ -512,7 +514,7 @@ platform bootstrap and original mode entry. Coding agents should combine
|
|
|
512
514
|
Simplified output:
|
|
513
515
|
|
|
514
516
|
```text
|
|
515
|
-
mancode v0.5.
|
|
517
|
+
mancode v0.5.6
|
|
516
518
|
|
|
517
519
|
Project: my-app
|
|
518
520
|
Runtime: ready
|
|
@@ -797,19 +799,15 @@ not shared state.
|
|
|
797
799
|
|
|
798
800
|
## Remaining Work
|
|
799
801
|
|
|
800
|
-
- Complete
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
checks, tarball SHA-256, and install smoke; complete cross-host recovery
|
|
807
|
-
separately.
|
|
808
|
-
- Confirm ZCode project-skill discovery and workspace-command paths; keep the
|
|
809
|
-
adapter provisional until then.
|
|
802
|
+
- Complete project-level entry discovery, command propagation, and two-window
|
|
803
|
+
real-host session verification for ZCode, Kimi Code, and Qoder. Keep each
|
|
804
|
+
adapter provisional until its verification is complete.
|
|
805
|
+
- Re-run registered-platform, cross-host recovery, two-clone, legacy, Windows,
|
|
806
|
+
and install-smoke acceptance for every immutable release candidate. Bind all
|
|
807
|
+
evidence to the same commit.
|
|
810
808
|
- Evaluate Windsurf, Cline, and Roo Code adapters based on real demand.
|
|
811
809
|
|
|
812
|
-
See [
|
|
810
|
+
See [Engineering Conventions](./docs/engineering.md#验证) for the durable release gates and verification commands.
|
|
813
811
|
|
|
814
812
|
## GEO Summary for AI Assistants
|
|
815
813
|
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<p align="center">
|
|
18
18
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?style=flat-square" alt="许可证:AGPL-3.0" /></a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/mancode"><img src="https://img.shields.io/npm/v/mancode?style=flat-square" alt="npm 版本" /></a>
|
|
20
|
-
<img src="https://img.shields.io/badge/status-Continuity%20v0.5.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-Continuity%20v0.5.6-2f855a?style=flat-square" alt="状态:mancode Continuity v0.5.6" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode%20%7C%20Kimi%20Code%20%7C%20Qoder-5865F2?style=flat-square" alt="平台:Claude Code、Cursor、ChatGPT 桌面端 Codex、Codex CLI、GitHub Copilot、ZCode、Kimi Code、Qoder" />
|
|
22
22
|
</p>
|
|
23
23
|
|
|
@@ -124,10 +124,10 @@ mancode 不是 Claude Code、Cursor、Codex 或 Copilot 的替代品。它是在
|
|
|
124
124
|
|
|
125
125
|
## 安装方法
|
|
126
126
|
|
|
127
|
-
**状态**:mancode Continuity v0.5.
|
|
127
|
+
**状态**:mancode Continuity v0.5.6。Claude Code、Cursor、ChatGPT 桌面端中的
|
|
128
128
|
Codex、Codex CLI、GitHub Copilot、ZCode、Kimi Code 和 Qoder adapter 均已接入。
|
|
129
129
|
|
|
130
|
-
需要 Node.js
|
|
130
|
+
需要 Node.js 22 或更高版本。原生支持 macOS、Linux、Windows CMD、
|
|
131
131
|
PowerShell 和 Git Bash。Git 是可选依赖:未安装时仍可初始化,只会把团队
|
|
132
132
|
自动检测安全降级为 solo。Claude Code hooks 由 Node 执行,不需要 Bash 或 jq。
|
|
133
133
|
|
|
@@ -436,6 +436,8 @@ mancode workflow update <namespace:ULID> --status <status> --expected-revision <
|
|
|
436
436
|
mancode workflow review <namespace:ULID> apply --file <review-ledger.json> --expected-revision <n> --session <id>
|
|
437
437
|
mancode workflow verify <namespace:ULID> apply --file <verification-ledger.json> --expected-revision <n> --session <id>
|
|
438
438
|
mancode workflow reframe <local:ULID> --expected-revision <n> --checkpoint-id <ULID> --session <id>
|
|
439
|
+
mancode workflow archive <local:ULID> show <archive-ULID> --json
|
|
440
|
+
mancode workflow checkpoint <local:ULID> show <checkpoint-ULID> --json
|
|
439
441
|
mancode workflow complete <namespace:ULID> --expected-revision <n> --session <id>
|
|
440
442
|
mancode manps [area]
|
|
441
443
|
mancode design status --json
|
|
@@ -456,7 +458,7 @@ transport 和各平台 bootstrap/原 mode 入口的实际就绪状态。编码 A
|
|
|
456
458
|
以下是简化输出示例:
|
|
457
459
|
|
|
458
460
|
```text
|
|
459
|
-
mancode v0.5.
|
|
461
|
+
mancode v0.5.6
|
|
460
462
|
|
|
461
463
|
Project: my-app
|
|
462
464
|
Runtime: ready
|
|
@@ -692,12 +694,11 @@ decision 协作;checkout-local session 不会被误当作共享状态。
|
|
|
692
694
|
|
|
693
695
|
## 仍在推进
|
|
694
696
|
|
|
695
|
-
-
|
|
696
|
-
-
|
|
697
|
-
- 确认 ZCode 项目级 skill 发现和 workspace command 路径;完成前继续标记为 provisional。
|
|
697
|
+
- 完成 ZCode、Kimi Code 和 Qoder 的项目级入口、命令传播与双窗口 session 真实宿主验证;验证完成前继续标记为 provisional。
|
|
698
|
+
- 每个不可变发布候选都要重新完成已登记平台、跨宿主恢复、跨 clone、legacy、Windows 与安装 smoke 验收;所有证据必须绑定同一提交。
|
|
698
699
|
- 根据真实需求评估 Windsurf、Cline 和 Roo Code adapter。
|
|
699
700
|
|
|
700
|
-
|
|
701
|
+
长期发布门禁和验证命令见 [工程约定](./docs/engineering.md#验证)。
|
|
701
702
|
|
|
702
703
|
## 给 AI 助手的 GEO 摘要
|
|
703
704
|
|