omnilane 0.8.0 → 0.8.1

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/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@ semantic version tags.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.8.1] - 2026-07-18
10
+
11
+ ### Added
12
+
13
+ - Claude Code plugin `SessionStart` hook (`hooks/hooks.json`): plugin installs
14
+ now auto-inject the routing reminder (`hooks/routing-instruction.md`) at
15
+ session open (`startup|resume|clear`) via `${CLAUDE_PLUGIN_ROOT}`, with no
16
+ edit to the user's `~/.claude/CLAUDE.md`. The `install.sh` instruction-file
17
+ reminder remains the path for the other CLIs.
18
+
9
19
  ## [0.8.0] - 2026-07-18
10
20
 
11
21
  ### Added
@@ -229,7 +239,9 @@ semantic version tags.
229
239
  - Initial shared routing table, cross-vendor dispatcher, runners, installer,
230
240
  and baseline lint fixes.
231
241
 
232
- [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.8.0...HEAD
242
+ [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.8.1...HEAD
243
+
244
+ [0.8.1]: https://github.com/Seraphim0916/omnilane/compare/v0.8.0...v0.8.1
233
245
 
234
246
  [0.8.0]: https://github.com/Seraphim0916/omnilane/compare/v0.7.1...v0.8.0
235
247
  [0.7.1]: https://github.com/Seraphim0916/omnilane/compare/v0.7.0...v0.7.1
package/README.ja.md CHANGED
@@ -20,6 +20,15 @@
20
20
 
21
21
  ---
22
22
 
23
+ ## v0.8.1 の新機能
24
+
25
+ - **Claude Code プラグインがルーティングリマインダーを自動読み込み** —
26
+ プラグインに `SessionStart` フック(`hooks/hooks.json`)を同梱。
27
+ セッション開始時(`startup|resume|clear`)にルーティングリマインダーを
28
+ 自動注入するため、`~/.claude/CLAUDE.md` を編集せずプラグインの
29
+ インストールだけで有効になります。他の CLI は引き続き `install.sh` の
30
+ 指示ファイル方式です。
31
+
23
32
  ## v0.8.0 の新機能
24
33
 
25
34
  - **2 つの新ディスパッチベンダー** — `kimi`(Moonshot Kimi Code CLI)と
@@ -241,7 +250,9 @@ CLI バージョンにより異なる場合あり)へマーカー付きの可逆
241
250
  `./install.sh --uninstall` を実行します。
242
251
 
243
252
  - **Claude Code**:プラグインとしてインストール(`/route`、`/route-jobs`
244
- コマンド付き)、または `skills/omnilane` を `~/.claude/skills/` へ。
253
+ コマンドに加え、セッション開始時にルーティングリマインダーを自動注入する
254
+ `SessionStart` フック付き。CLAUDE.md の編集は不要)、または
255
+ `skills/omnilane` を `~/.claude/skills/` へ。
245
256
  - **Codex**:`skills/omnilane` を `~/.codex/skills/` へ配置/リンク。
246
257
  - **Grok Build**:`grok plugin install <このリポジトリ> --trust`
247
258
  - **Antigravity**:`agy plugin install <このリポジトリ>`(先に
package/README.ko.md CHANGED
@@ -20,6 +20,14 @@
20
20
 
21
21
  ---
22
22
 
23
+ ## v0.8.1 새 기능
24
+
25
+ - **Claude Code 플러그인이 라우팅 리마인더를 자동 로드** — 플러그인에
26
+ `SessionStart` 훅(`hooks/hooks.json`)이 포함되어 세션 시작 시
27
+ (`startup|resume|clear`) 라우팅 리마인더를 자동 주입합니다.
28
+ `~/.claude/CLAUDE.md` 수정 없이 플러그인 설치만으로 적용됩니다.
29
+ 다른 CLI는 기존대로 `install.sh` 지침 파일 방식을 사용합니다.
30
+
23
31
  ## v0.8.0 새 기능
24
32
 
25
33
  - **새 디스패치 벤더 2종** — `kimi`(Moonshot Kimi Code CLI)와
@@ -236,8 +244,9 @@ omnilane ui stop # 정상 중지
236
244
  설치 프로그램이 소유한 링크와 표시된 알림을 되돌리려면
237
245
  `./install.sh --uninstall` 을 실행합니다.
238
246
 
239
- - **Claude Code**: 플러그인으로 설치(`/route`, `/route-jobs` 명령 포함),
240
- 또는 `skills/omnilane` `~/.claude/skills/` 에 배치.
247
+ - **Claude Code**: 플러그인으로 설치(`/route`, `/route-jobs` 명령과 함께
248
+ 세션 시작 시 라우팅 리마인더를 자동 주입하는 `SessionStart` 포함,
249
+ CLAUDE.md 수정 불필요), 또는 `skills/omnilane` 을 `~/.claude/skills/` 에 배치.
241
250
  - **Codex**: `skills/omnilane` 을 `~/.codex/skills/` 에 배치/링크.
242
251
  - **Grok Build**: `grok plugin install <이 저장소> --trust`
243
252
  - **Antigravity**: `agy plugin install <이 저장소>`(먼저
package/README.md CHANGED
@@ -20,6 +20,14 @@ Every subtask goes to the model that is actually best at it — across<br/>
20
20
 
21
21
  ---
22
22
 
23
+ ## What's new in v0.8.1
24
+
25
+ - **Claude Code plugin auto-loads the routing reminder** — the plugin now
26
+ ships a `SessionStart` hook (`hooks/hooks.json`) that injects the routing
27
+ reminder at session open (`startup|resume|clear`), so plugin installs get
28
+ the persistent reminder with no edit to `~/.claude/CLAUDE.md`. The
29
+ `install.sh` instruction-file reminder still covers the other CLIs.
30
+
23
31
  ## What's new in v0.8.0
24
32
 
25
33
  - **Two new dispatch vendors** — `kimi` (Moonshot Kimi Code CLI) and `qwen`
@@ -243,7 +251,9 @@ Rollback the installer-owned links and marked reminders with
243
251
  `./install.sh --uninstall`.
244
252
 
245
253
  - **Claude Code**: install as a plugin (ships the skill + `/route`,
246
- `/route-jobs` commands), or drop `skills/omnilane` into `~/.claude/skills/`.
254
+ `/route-jobs` commands, and a `SessionStart` hook that auto-injects the
255
+ routing reminder at session open — no CLAUDE.md edit needed), or drop
256
+ `skills/omnilane` into `~/.claude/skills/`.
247
257
  - **Codex**: drop/symlink `skills/omnilane` into `~/.codex/skills/`.
248
258
  - **Grok Build**: `grok plugin install <this repo> --trust`
249
259
  - **Antigravity**: `agy plugin install <this repo>` (check first with
package/README.zh-CN.md CHANGED
@@ -20,6 +20,13 @@
20
20
 
21
21
  ---
22
22
 
23
+ ## v0.8.1 新功能
24
+
25
+ - **Claude Code 插件开场自动载入路由提醒** — 插件新增 `SessionStart`
26
+ hook(`hooks/hooks.json`),在会话开始(`startup|resume|clear`)时自动
27
+ 注入路由提醒,安装插件即生效,无需修改 `~/.claude/CLAUDE.md`。其他
28
+ CLI 仍使用 `install.sh` 的指令文件提醒。
29
+
23
30
  ## v0.8.0 新功能
24
31
 
25
32
  - **两个新派工 vendor** — `kimi`(Moonshot Kimi Code CLI)与 `qwen`
@@ -212,7 +219,8 @@ Esc。服务器发送事件(SSE)会实时更新,又不会重建当前聚焦的
212
219
  `--dry-run`,可先预览每个由这份 checkout 拥有的文件动作。
213
220
  要回滚安装器拥有的链接与标记提示,执行 `./install.sh --uninstall`。
214
221
 
215
- - **Claude Code**:以插件安装(附 `/route`、`/route-jobs` 命令),
222
+ - **Claude Code**:以插件安装(附 `/route`、`/route-jobs` 命令,并内置
223
+ `SessionStart` hook,会话开始时自动注入路由提醒,无需修改 CLAUDE.md),
216
224
  或把 `skills/omnilane` 放进 `~/.claude/skills/`。
217
225
  - **Codex**:把 `skills/omnilane` 放进或链接到 `~/.codex/skills/`。
218
226
  - **Grok Build**:`grok plugin install <本仓库路径> --trust`
package/README.zh-TW.md CHANGED
@@ -20,6 +20,13 @@
20
20
 
21
21
  ---
22
22
 
23
+ ## v0.8.1 新功能
24
+
25
+ - **Claude Code 外掛開場自動載入路由提醒** — 外掛新增 `SessionStart`
26
+ hook(`hooks/hooks.json`),於開場(`startup|resume|clear`)自動注入
27
+ 路由提醒,裝外掛即生效,不必修改 `~/.claude/CLAUDE.md`。其他 CLI
28
+ 仍走 `install.sh` 的指令檔提醒。
29
+
23
30
  ## v0.8.0 新功能
24
31
 
25
32
  - **兩個新派工 vendor** — `kimi`(Moonshot Kimi Code CLI)與 `qwen`
@@ -213,7 +220,8 @@ omnilane ui stop # 正常停止
213
220
 
214
221
  要回滾安裝器擁有的連結與標記提示,執行 `./install.sh --uninstall`。
215
222
 
216
- - **Claude Code**:以外掛安裝(附 `/route`、`/route-jobs` 指令),
223
+ - **Claude Code**:以外掛安裝(附 `/route`、`/route-jobs` 指令,並內建
224
+ `SessionStart` hook,開場自動注入路由提醒,不必修改 CLAUDE.md),
217
225
  或把 `skills/omnilane` 放進 `~/.claude/skills/`。
218
226
  - **Codex**:把 `skills/omnilane` 放進或連結到 `~/.codex/skills/`。
219
227
  - **Grok Build**:`grok plugin install <本 repo 路徑> --trust`
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.8.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnilane",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "One routing table, every harness — classify subtasks into lanes and dispatch each lane to the best vendor's agentic CLI (Codex, Claude, Gemini, Grok) using your existing subscription logins.",
5
5
  "bin": {
6
6
  "omnilane": "bin/omnilane"