Skip to content

Commit cd82765

Browse files
committed
feat: add multi-cli native host support
1 parent e636704 commit cd82765

26 files changed

Lines changed: 1712 additions & 328 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "helloloop",
3+
"version": "0.2.0",
4+
"description": "HelloLoop 的 Claude Code 原生插件元数据,用于多 CLI 宿主分发。",
5+
"author": {
6+
"name": "HelloLoop"
7+
},
8+
"license": "Apache-2.0",
9+
"homepage": "https://github.com/hellowind777/helloloop",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/hellowind777/helloloop"
13+
}
14+
}

.codex-plugin/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "helloloop",
3-
"version": "0.1.2",
4-
"description": "面向 Codex 的 backlog 驱动持续开发插件,支持进度分析、验证循环与显式 skill / CLI 入口",
3+
"version": "0.2.0",
4+
"description": "面向 Codex CLI、Claude Code、Gemini CLI 的多宿主开发工作流插件,Codex 路径为首发与参考实现",
55
"author": {
66
"name": "HelloLoop"
77
},
@@ -17,15 +17,15 @@
1717
"interface": {
1818
"displayName": "HelloLoop",
1919
"shortDescription": "基于 backlog 的持续仓库开发与验证循环",
20-
"longDescription": "HelloLoop 把基于 backlog 的持续开发能力封装为官方 Codex 插件 bundle,支持自动分析进度、生成后续任务,并通过显式 skill / CLI 入口接续推进",
20+
"longDescription": "HelloLoop 把基于 backlog 的持续开发能力封装为官方 Codex 插件 bundle。显式调用 helloloop skill 时,默认优先进入 npx helloloop 主 CLI 流程:先分析、再展示确认单、确认后自动接续推进",
2121
"developerName": "HelloLoop",
2222
"category": "Coding",
2323
"capabilities": [
2424
"Interactive",
2525
"Write"
2626
],
2727
"defaultPrompt": [
28-
"使用 HelloLoop 分析当前 backlog 与开发进度,并通过显式命令持续推进这个仓库"
28+
"使用 HelloLoop 时,优先执行 npx helloloop 或 npx helloloop <PATH> 主流程,而不是在对话里手工模拟分析与续跑"
2929
],
3030
"brandColor": "#0F766E"
3131
}

0 commit comments

Comments
 (0)