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 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.5-2f855a?style=flat-square" alt="Status: mancode Continuity v0.5.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.5. Claude Code, Cursor, Codex in the ChatGPT
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 20 or newer. macOS, Linux, Windows CMD, PowerShell, and Git Bash
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.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 real-host session acceptance for Claude Code, Codex, Cursor,
801
- GitHub Copilot, and ZCode on one release candidate; verified host sessions
802
- and isolated explicit sessions are both valid evidence paths.
803
- - Merge the final candidate into `main`, then run
804
- `npm run release:check -- --candidate <full-commit-sha>` from that same
805
- `origin/main` commit for the clean checkout, automated two-clone/legacy
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 [0.4.2 Continuity Release Acceptance](./docs/release-acceptance.md) for the complete gate.
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.5-2f855a?style=flat-square" alt="状态:mancode Continuity v0.5.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.5。Claude Code、Cursor、ChatGPT 桌面端中的
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 20 或更高版本。原生支持 macOS、Linux、Windows CMD、
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.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
- - 在同一发布候选上完成 Claude Code、Codex、Cursor、GitHub Copilot ZCode 的真实宿主 session 验收;宿主自动 session 和显式双 session 都是合法证据路径。
696
- - 将最终候选合并到 `main`,并使用 `npm run release:check -- --candidate <完整提交 SHA>` 从同一个 `origin/main` 提交完成干净 checkout、自动双 clone/legacy、tarball SHA-256 和安装 smoke;另完成跨真实宿主恢复。
697
- - 确认 ZCode 项目级 skill 发现和 workspace command 路径;完成前继续标记为 provisional。
697
+ - 完成 ZCode、Kimi Code 和 Qoder 的项目级入口、命令传播与双窗口 session 真实宿主验证;验证完成前继续标记为 provisional。
698
+ - 每个不可变发布候选都要重新完成已登记平台、跨宿主恢复、跨 clonelegacy、Windows 与安装 smoke 验收;所有证据必须绑定同一提交。
698
699
  - 根据真实需求评估 Windsurf、Cline 和 Roo Code adapter。
699
700
 
700
- 完整发布条件见 [0.4.2 Continuity 发布验收](./docs/release-acceptance.md)。
701
+ 长期发布门禁和验证命令见 [工程约定](./docs/engineering.md#验证)。
701
702
 
702
703
  ## 给 AI 助手的 GEO 摘要
703
704
 
@@ -7296,4 +7296,4 @@ export {
7296
7296
  V3ContextStore,
7297
7297
  storedTaskAggregateDigest
7298
7298
  };
7299
- //# sourceMappingURL=chunk-YWHFHZ4A.js.map
7299
+ //# sourceMappingURL=chunk-M5CWWECP.js.map