mancode 0.3.6 → 0.3.7
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.md +3 -3
- package/README.zh-CN.md +3 -3
- package/dist/cli.js +625 -599
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
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="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-stable%20v0.3.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-stable%20v0.3.7-green?style=flat-square" alt="Status: stable v0.3.7" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode-5865F2?style=flat-square" alt="Platforms: Claude Code, Cursor, Codex in ChatGPT desktop and CLI, GitHub Copilot, ZCode" />
|
|
22
22
|
<img src="https://img.shields.io/badge/tests-381%20passed-brightgreen?style=flat-square" alt="Tests: 381 passed" />
|
|
23
23
|
</p>
|
|
@@ -293,7 +293,7 @@ it should behave, and why previous decisions were made.
|
|
|
293
293
|
|
|
294
294
|
## Installation
|
|
295
295
|
|
|
296
|
-
**Status**: stable v0.3.
|
|
296
|
+
**Status**: stable v0.3.7. Claude Code, Cursor, Codex in the ChatGPT desktop app
|
|
297
297
|
and CLI, and GitHub Copilot are supported. ZCode adapter support is included,
|
|
298
298
|
with project skill discovery kept behind a verification gate before release.
|
|
299
299
|
|
|
@@ -386,7 +386,7 @@ mancode version
|
|
|
386
386
|
Example output for a UI project (not a default stack):
|
|
387
387
|
|
|
388
388
|
```text
|
|
389
|
-
mancode v0.3.
|
|
389
|
+
mancode v0.3.7
|
|
390
390
|
|
|
391
391
|
Project: my-app (React + TypeScript + Tailwind)
|
|
392
392
|
Mode: solo (default)
|
package/README.zh-CN.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-stable%20v0.3.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-stable%20v0.3.7-green?style=flat-square" alt="状态:稳定版 v0.3.7" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode-5865F2?style=flat-square" alt="平台:Claude Code、Cursor、ChatGPT 桌面端 Codex、Codex CLI、GitHub Copilot、ZCode" />
|
|
22
22
|
<img src="https://img.shields.io/badge/tests-381%20passed-brightgreen?style=flat-square" alt="测试:381 通过" />
|
|
23
23
|
</p>
|
|
@@ -254,7 +254,7 @@ src/components/
|
|
|
254
254
|
|
|
255
255
|
## 安装
|
|
256
256
|
|
|
257
|
-
**状态**:稳定版 v0.3.
|
|
257
|
+
**状态**:稳定版 v0.3.7。Claude Code、Cursor、ChatGPT 桌面端中的 Codex、
|
|
258
258
|
Codex CLI 和 GitHub Copilot 均已支持。ZCode adapter 已接入,但项目级 skill
|
|
259
259
|
发现路径在发布前仍作为验证门禁。
|
|
260
260
|
|
|
@@ -345,7 +345,7 @@ mancode version
|
|
|
345
345
|
以下是 UI 项目的输出示例,并非默认技术栈:
|
|
346
346
|
|
|
347
347
|
```text
|
|
348
|
-
mancode v0.3.
|
|
348
|
+
mancode v0.3.7
|
|
349
349
|
|
|
350
350
|
Project: my-app (React + TypeScript + Tailwind)
|
|
351
351
|
Mode: solo (default)
|