agents-gitflow-guard 0.0.15 → 0.0.16

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 CHANGED
@@ -42,7 +42,7 @@ You define your own branches —
42
42
  # installs the latest release
43
43
  dsh plugin --profile web add agents-gitflow-guard
44
44
  # ...or pin an exact known-good version (recommended; also bypasses stale registry caches)
45
- dsh plugin --profile web add agents-gitflow-guard@0.0.15
45
+ dsh plugin --profile web add agents-gitflow-guard@0.0.16
46
46
  ```
47
47
 
48
48
  > **Version gotcha**: a bare `add` resolves whatever `latest` is at install time — on machines behind a stale npm/pnpm registry cache or mirror it may install an old version. If the installed version looks wrong, pin it explicitly. The peer-dependency *warning* pnpm may print is expected: DSH supplies `@deepseek-ai/cordis` / `@deepseek-ai/dsh-tools` through its shared profile module fallback at startup (the plugin works normally).
@@ -312,7 +312,7 @@ The PR/MR target is resolved via `gh pr view` (GitHub) or `glab mr view` (GitLab
312
312
  **From the npm registry** — the standard path, already covered in [Quick Start](#quick-start--30-seconds-to-a-guarded-repo):
313
313
 
314
314
  ```bash
315
- dsh plugin --profile web add agents-gitflow-guard@0.0.15 # pin recommended, see note above
315
+ dsh plugin --profile web add agents-gitflow-guard@0.0.16 # pin recommended, see note above
316
316
  ```
317
317
 
318
318
  Then restart DSH. Upgrades are the same command, followed by another restart.
package/README.zh.md CHANGED
@@ -41,7 +41,7 @@
41
41
  # 安装最新版
42
42
  dsh plugin --profile web add agents-gitflow-guard
43
43
  # ...或锁定已知良好版本(推荐; 同时绕开 registry 陈旧缓存)
44
- dsh plugin --profile web add agents-gitflow-guard@0.0.15
44
+ dsh plugin --profile web add agents-gitflow-guard@0.0.16
45
45
  ```
46
46
 
47
47
  > **版本坑**: 裸 `add` 装的是安装时刻的 `latest`——在 npm/pnpm 注册表缓存或镜像陈旧的机器上可能拿到旧版本。看到版本不对就锁版本。pnpm 打印的 peer 依赖 *警告* 属预期: DSH 启动时经共享模块回退提供 `@deepseek-ai/cordis` / `@deepseek-ai/dsh-tools`(插件正常工作)。
@@ -308,7 +308,7 @@ PR/MR 目标通过 `gh pr view`(GitHub)或 `glab mr view`(GitLab)解析;没有
308
308
  **从 npm registry**——标准路径,已在[快速开始](#快速开始30-秒用上)覆盖:
309
309
 
310
310
  ```bash
311
- dsh plugin --profile web add agents-gitflow-guard@0.0.15 # 建议锁版本, 见上文提示
311
+ dsh plugin --profile web add agents-gitflow-guard@0.0.16 # 建议锁版本, 见上文提示
312
312
  ```
313
313
 
314
314
  然后重启 DSH。升级用同一命令,再重启一次。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents-gitflow-guard",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "A configurable branch-role guard for AI coding agents (DSH / Claude Code / Codex / OpenCode / Antigravity) — integration/preview/production/archive, each with its own update rules",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,6 +27,7 @@
27
27
  "keywords": [
28
28
  "dsh",
29
29
  "deepseek-harness",
30
+ "dsh-plugin",
30
31
  "claude-code",
31
32
  "codex",
32
33
  "opencode",