peaks-cli 2.0.1 → 2.0.2
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/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +32 -0
- package/README-en.md +48 -10
- package/README.md +48 -10
- package/dist/src/shared/version.d.ts +1 -1
- package/dist/src/shared/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"pluginRoot": ".",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2"
|
|
5
5
|
},
|
|
6
6
|
"plugins": [
|
|
7
7
|
{
|
|
8
8
|
"name": "peaks-cli",
|
|
9
9
|
"description": "Cross-AI-IDE workflow-gating CLI + 11-skill family. Turns LLM improvisation into auditable engineering process. Skills cover PRD / R&D / UI / QA / change-control / context / SOP definition / orchestration. Soft-fail gates block irreversible actions mid-conversation (even under --dangerously-skip-permissions).",
|
|
10
|
-
"version": "2.0.
|
|
10
|
+
"version": "2.0.2",
|
|
11
11
|
"author": {
|
|
12
12
|
"name": "SquabbyZ"
|
|
13
13
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -272,8 +272,40 @@ is skipped (`PEAKS_SKIP_AUTO_UPGRADE=1` or `npm i --ignore-scripts`).
|
|
|
272
272
|
|
|
273
273
|
---
|
|
274
274
|
|
|
275
|
+
## [2.0.2] — 2026-06-13
|
|
276
|
+
|
|
277
|
+
### Changed — README redesign (docs only)
|
|
278
|
+
|
|
279
|
+
The top of both `README.md` and `README-en.md` is rebuilt in the
|
|
280
|
+
RAG-Anything style requested from the published repo: card-grid
|
|
281
|
+
metadata (PROJECT / BASED ON / SKILLS.SH / STARS / VERSION / LICENSE
|
|
282
|
+
/ TESTS / LANG / DOWNLOADS / 中文 / QUICK START / VISITORS), a
|
|
283
|
+
multiline `readme-typing-svg` tagline animation, a
|
|
284
|
+
`github-readme-streak-stats` streak band, and a `komarev` visitor
|
|
285
|
+
counter. Both languages are structurally identical (same card grid,
|
|
286
|
+
same animations, same anchor links); only the tagline and
|
|
287
|
+
call-to-action text differ.
|
|
288
|
+
|
|
289
|
+
- `README.md` updated to the new layout (typing animation uses the
|
|
290
|
+
Chinese tagline: `peaks-cli: 跨 AI IDE 的工程门禁与编排`).
|
|
291
|
+
- `README-en.md` synced to mirror the new layout (typing animation
|
|
292
|
+
uses the English tagline: `peaks-cli: cross-AI-IDE engineering
|
|
293
|
+
gates & orchestration`).
|
|
294
|
+
- Card anchors renamed to ASCII-friendly slugs on the English file
|
|
295
|
+
(`30-seconds-to-running`, `5-minute-onboarding`, `11-skills-in-the-family`,
|
|
296
|
+
`killer-feature-un-bypassable-gates`) so the README renders
|
|
297
|
+
consistently on GitHub's auto-generated anchor list.
|
|
298
|
+
|
|
299
|
+
No code, CLI, or schema changes. The CLI still reports
|
|
300
|
+
`Peaks CLI 2.0.2` after `prepublish` regenerates
|
|
301
|
+
`src/shared/version.ts`.
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
275
305
|
## [1.4.2] — 2026-06-08
|
|
276
306
|
|
|
277
307
|
Last 1.x release. See git history pre-2.0.0 for details.
|
|
278
308
|
|
|
309
|
+
[2.0.2]: https://github.com/SquabbyZ/peaks-cli/releases/tag/v2.0.2
|
|
310
|
+
[2.0.1]: https://github.com/SquabbyZ/peaks-cli/releases/tag/v2.0.1
|
|
279
311
|
[2.0.0]: https://github.com/SquabbyZ/peaks-cli/releases/tag/v2.0.0
|
package/README-en.md
CHANGED
|
@@ -2,17 +2,57 @@
|
|
|
2
2
|
|
|
3
3
|
# ⛰️ Peaks
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=700&size=22&duration=3000&pause=800&color=6366F1¢er=true&vCenter=true&multiline=true&width=720&height=110&lines=peaks-cli%3A%20cross-AI-IDE%20engineering%20gates%20%26%20orchestration;11%20%E2%9A%99%EF%B8%8F%20workflow%20skills%20%2B%20%E2%9A%96%EF%B8%8F%20executable%20gates;%E2%9C%89%EF%B8%8F%20%E2%9A%96%EF%B8%8F%20%E2%9C%89%EF%B8%8F%20%E2%9A%91%EF%B8%8F%20%E2%9A%96%EF%B8%8F%20%E2%9C%89%EF%B8%8F%20%E2%9A%91%EF%B8%8F%20gates%20%2B%20audit%20%2B%20cross-IDE%20adaptation" alt="peaks-cli tagline typing animation" />
|
|
6
6
|
|
|
7
7
|
**English** | [简体中文](./README.md)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
<table>
|
|
10
|
+
<tr>
|
|
11
|
+
<td align="center" width="180"><b>🔥 PROJECT</b></td>
|
|
12
|
+
<td align="center" width="180"><b>⚡ BASED ON</b></td>
|
|
13
|
+
<td align="center" width="180"><b>📚 SKILLS.SH</b></td>
|
|
14
|
+
</tr>
|
|
15
|
+
<tr>
|
|
16
|
+
<td align="center"><a href="https://github.com/SquabbyZ/peaks-cli">peaks-cli / Homepage</a></td>
|
|
17
|
+
<td align="center">11 Skills + Cross-IDE</td>
|
|
18
|
+
<td align="center"><a href="https://skills.sh/SquabbyZ/peaks-cli">Listed on skills.sh</a></td>
|
|
19
|
+
</tr>
|
|
20
|
+
<tr><td colspan="3"> </td></tr>
|
|
21
|
+
<tr>
|
|
22
|
+
<td align="center" width="180"><b>⭐ STARS</b></td>
|
|
23
|
+
<td align="center" width="180"><b>📦 VERSION</b></td>
|
|
24
|
+
<td align="center" width="180"><b>📄 LICENSE</b></td>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<td align="center"><a href="https://github.com/SquabbyZ/peaks-cli/stargazers"><img src="https://img.shields.io/github/stars/SquabbyZ/peaks-cli?style=for-the-badge&logo=github&logoColor=white" alt="stars" /></a></td>
|
|
28
|
+
<td align="center"><a href="https://www.npmjs.com/package/peaks-cli"><img src="https://img.shields.io/npm/v/peaks-cli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837" alt="npm version" /></a></td>
|
|
29
|
+
<td align="center"><a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=for-the-badge" alt="license" /></a></td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr><td colspan="3"> </td></tr>
|
|
32
|
+
<tr>
|
|
33
|
+
<td align="center" width="180"><b>🧪 TESTS</b></td>
|
|
34
|
+
<td align="center" width="180"><b>🔧 LANG</b></td>
|
|
35
|
+
<td align="center" width="180"><b>📥 DOWNLOADS</b></td>
|
|
36
|
+
</tr>
|
|
37
|
+
<tr>
|
|
38
|
+
<td align="center"><b>2,800+</b></td>
|
|
39
|
+
<td align="center"><b>TypeScript</b></td>
|
|
40
|
+
<td align="center"><a href="https://www.npmjs.com/package/peaks-cli"><img src="https://img.shields.io/npm/dm/peaks-cli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837" alt="downloads" /></a></td>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr><td colspan="3"> </td></tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td align="center" width="180"><b>🌐 中文</b></td>
|
|
45
|
+
<td align="center" width="180"><b>🚀 QUICK START</b></td>
|
|
46
|
+
<td align="center" width="180"><b>👁️ VISITORS</b></td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr>
|
|
49
|
+
<td align="center"><a href="./README.md">简体中文</a></td>
|
|
50
|
+
<td align="center"><a href="#-30-seconds-to-running">30s to running →</a></td>
|
|
51
|
+
<td align="center"><img src="https://komarev.com/ghpvc/?username=SquabbyZ&repo=peaks-cli&label=views&color=blue&style=for-the-badge" alt="visitors" /></td>
|
|
52
|
+
</tr>
|
|
53
|
+
</table>
|
|
54
|
+
|
|
55
|
+
<img src="https://github-readme-streak-stats.herokuapp.com?user=SquabbyZ&repo=peaks-cli&theme=radical&hide_border=true&date_format=j%20M%5B%20Y%5D" alt="GitHub Streak Stats" />
|
|
16
56
|
|
|
17
57
|
[Install](#-30-seconds-to-running) · [5-min onboarding](#-5-minute-onboarding) · [Skill family](#-11-skills-in-the-family) · [Killer feature: un-bypassable gates](#-killer-feature-un-bypassable-gates)
|
|
18
58
|
|
|
@@ -221,6 +261,4 @@ See [`CHANGELOG.md`](./CHANGELOG.md) and [`docs/`](./docs/) for details.
|
|
|
221
261
|
|
|
222
262
|
⭐ [Star peaks-cli on GitHub](https://github.com/SquabbyZ/peaks-cli) · 🔍 [Browse on skills.sh](https://skills.sh/SquabbyZ/peaks-cli)
|
|
223
263
|
|
|
224
|
-
Make your AI IDE work like a disciplined engineering team.
|
|
225
|
-
|
|
226
264
|
</div>
|
package/README.md
CHANGED
|
@@ -2,17 +2,57 @@
|
|
|
2
2
|
|
|
3
3
|
# ⛰️ Peaks
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=700&size=22&duration=3000&pause=800&color=6366F1¢er=true&vCenter=true&multiline=true&width=720&height=110&lines=peaks-cli%3A%20跨%20AI%20IDE%20的工程门禁与编排;11%20个%E2%9A%99%EF%B8%8F%20工作流技能%20%2B%20%E2%9A%96%EF%B8%8F%20可执行门禁;%E2%9C%89%EF%B8%8F%20%E2%9A%96%EF%B8%8F%20%E2%9C%89%EF%B8%8F%20%E2%9A%91%EF%B8%8F%20%E2%9A%96%EF%B8%8F%20%E2%9C%89%EF%B8%8F%20%E2%9A%91%EF%B8%8F%20门禁%20%2B%20审计%20%2B%20跨%20IDE%20适配" alt="peaks-cli tagline typing animation" />
|
|
6
6
|
|
|
7
7
|
[English](./README-en.md) | **简体中文**
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
<table>
|
|
10
|
+
<tr>
|
|
11
|
+
<td align="center" width="180"><b>🔥 PROJECT</b></td>
|
|
12
|
+
<td align="center" width="180"><b>⚡ BASED ON</b></td>
|
|
13
|
+
<td align="center" width="180"><b>📚 SKILLS.SH</b></td>
|
|
14
|
+
</tr>
|
|
15
|
+
<tr>
|
|
16
|
+
<td align="center"><a href="https://github.com/SquabbyZ/peaks-cli">peaks-cli / 首页</a></td>
|
|
17
|
+
<td align="center">11 Skills + Cross-IDE</td>
|
|
18
|
+
<td align="center"><a href="https://skills.sh/SquabbyZ/peaks-cli">在 skills.sh 收录</a></td>
|
|
19
|
+
</tr>
|
|
20
|
+
<tr><td colspan="3"> </td></tr>
|
|
21
|
+
<tr>
|
|
22
|
+
<td align="center" width="180"><b>⭐ STARS</b></td>
|
|
23
|
+
<td align="center" width="180"><b>📦 VERSION</b></td>
|
|
24
|
+
<td align="center" width="180"><b>📄 LICENSE</b></td>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<td align="center"><a href="https://github.com/SquabbyZ/peaks-cli/stargazers"><img src="https://img.shields.io/github/stars/SquabbyZ/peaks-cli?style=for-the-badge&logo=github&logoColor=white" alt="stars" /></a></td>
|
|
28
|
+
<td align="center"><a href="https://www.npmjs.com/package/peaks-cli"><img src="https://img.shields.io/npm/v/peaks-cli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837" alt="npm version" /></a></td>
|
|
29
|
+
<td align="center"><a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=for-the-badge" alt="license" /></a></td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr><td colspan="3"> </td></tr>
|
|
32
|
+
<tr>
|
|
33
|
+
<td align="center" width="180"><b>🧪 TESTS</b></td>
|
|
34
|
+
<td align="center" width="180"><b>🔧 LANG</b></td>
|
|
35
|
+
<td align="center" width="180"><b>📥 DOWNLOADS</b></td>
|
|
36
|
+
</tr>
|
|
37
|
+
<tr>
|
|
38
|
+
<td align="center"><b>2,800+</b></td>
|
|
39
|
+
<td align="center"><b>TypeScript</b></td>
|
|
40
|
+
<td align="center"><a href="https://www.npmjs.com/package/peaks-cli"><img src="https://img.shields.io/npm/dm/peaks-cli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837" alt="downloads" /></a></td>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr><td colspan="3"> </td></tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td align="center" width="180"><b>🌐 中文</b></td>
|
|
45
|
+
<td align="center" width="180"><b>🚀 QUICK START</b></td>
|
|
46
|
+
<td align="center" width="180"><b>👁️ VISITORS</b></td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr>
|
|
49
|
+
<td align="center"><a href="./README.md">简体中文</a></td>
|
|
50
|
+
<td align="center"><a href="#-30-秒跑起来">30 秒跑起来 →</a></td>
|
|
51
|
+
<td align="center"><img src="https://komarev.com/ghpvc/?username=SquabbyZ&repo=peaks-cli&label=views&color=blue&style=for-the-badge" alt="visitors" /></td>
|
|
52
|
+
</tr>
|
|
53
|
+
</table>
|
|
54
|
+
|
|
55
|
+
<img src="https://github-readme-streak-stats.herokuapp.com?user=SquabbyZ&repo=peaks-cli&theme=radical&hide_border=true&date_format=j%20M%5B%20Y%5D" alt="GitHub Streak Stats" />
|
|
16
56
|
|
|
17
57
|
[安装](#-30-秒跑起来) · [5 分钟上手](#-5-分钟上手) · [技能家族](#-11-个技能家族) · [杀手锏:不可绕过的门禁](#-杀手锏不可绕过的门禁)
|
|
18
58
|
|
|
@@ -221,6 +261,4 @@ peaks project dashboard / memories
|
|
|
221
261
|
|
|
222
262
|
⭐ [Star peaks-cli on GitHub](https://github.com/SquabbyZ/peaks-cli) · 🔍 [Browse on skills.sh](https://skills.sh/SquabbyZ/peaks-cli)
|
|
223
263
|
|
|
224
|
-
让你的 AI IDE 像一支训练有素的工程团队。
|
|
225
|
-
|
|
226
264
|
</div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CLI_VERSION = "2.0.
|
|
1
|
+
export declare const CLI_VERSION = "2.0.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const CLI_VERSION = "2.0.
|
|
1
|
+
export const CLI_VERSION = "2.0.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peaks-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Cross-AI-IDE workflow-gating CLI + skill family (Claude Code shipped, Trae in progress; Codex / Cursor / Qoder / Tongyi Lingma on the roadmap).",
|
|
5
5
|
"author": "SquabbyZ",
|
|
6
6
|
"license": "MIT",
|