Skip to content

Commit d3744b3

Browse files
committed
docs(README): 补充 vsce 发布用法并重构底部 footer,修复链接渲染与协议措辞;
🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>
1 parent 4573065 commit d3744b3

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,20 @@ pnpm run test:unit # 单元测试(engine 纯逻辑,Vitest,280
7373
pnpm run test:integration # 集成测试(@vscode/test-electron)
7474
pnpm run package # 生产构建
7575
pnpm dlx @vscode/vsce package # 打包 .vsix
76+
77+
### use vsce
78+
vsce package
79+
# hyper-git-agentic-git-x.x.x.vsix generated
80+
$ vsce publish
81+
# <publisher id>.hyper-git-agentic-git-x.x.x published to VS Code Marketplace
7682
```
7783

7884
- **分层**`engine/`(纯逻辑)→ `adapter/`(唯一接触 vscode API)→ `ui/``agent/` 以接口注入 `engine`,不反向依赖 UI;`shared/protocol.ts` 为 Webview ↔ Host 契约单一事实源。
7985
- **发布**`v*` 标签触发 CI 产出 GitHub Release(附 `.vsix`,正文取自 [`docs/releases/`](./docs/releases/README.md))+ OpenVSX;VS Code Marketplace 由 `ENABLE_MARKETPLACE_PUBLISH` 变量门控。
8086
- 包管理与脚本统一使用 `pnpm`(遵循 [AGENTS.md](./AGENTS.md) 工程规范)。完整文档见[文档中心](./docs/README.md)
8187

82-
## 许可证
88+
---
8389

84-
[MIT](./LICENSE)
90+
<div align="center">
91+
<sub>Built with 🧠, ❤️, and an absurd amount of coffee by <a href="https://github.com/ThreeFish-AI">ThreeFish-AI</a> · Released under the <a href="./LICENSE">MIT License</a>.</sub>
92+
</div>

0 commit comments

Comments
 (0)