林 駿甫 (Shunsuke Hayashi)
29c72fee83
refactor: rename project surface to mergegate
2026-04-10 14:50:57 +09:00
林 駿甫 (Shunsuke Hayashi)
263adf87cd
feat(protocol): expand Obsidian wikilinks in attach_context
...
When attaching Obsidian notes, extract [[wikilinks]] from the note
content and resolve them to actual vault files. Linked notes are
attached as "obsidian_wikilink" type, bounded by remaining_tokens.
Supports both [[Note]] and [[Note|Display]] syntax.
Closes #102
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 10:21:01 +09:00
林 駿甫 (Shunsuke Hayashi)
3e3149f7d1
[追加] Claude Code hooks: ファイル編集前にロック自動チェック ( #73 関連)
...
.claude/settings.json:
PreToolUse hook: Edit/Write 前に miyabi gate locks を確認
PostToolUse hook: git commit 後にロック状態をリマインド
scripts/hook-check-lock.sh:
他人がロック中のファイルへの書き込みを exit 2 でブロック
ロックなしファイルの編集は警告のみ(ブロックしない)
scripts/hook-post-bash.sh:
git commit 後にロック残数を表示
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 08:58:58 +09:00
林 駿甫 (Shunsuke Hayashi)
36eec31fa1
[追加] 完了通知スクリプト: gate-notify.sh ( #71 )
...
scripts/gate-notify.sh:
VOICEBOX 音声通知
後続タスクの自動 dispatch 表示
Bus に complete 自動通知
skill-bus に record-run 自動記録
イベント: registered, assigned, merged, gate_rejected, error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 07:17:57 +09:00
林 駿甫 (Shunsuke Hayashi)
f936605794
[追加] Bus ドッキング: gate-bus-bridge.sh + post-commit 統合 ( #61 )
...
scripts/gate-bus-bridge.sh:
register: miyabi gate register 後に Bus に auto enqueue
complete: miyabi gate merge 後に Bus に auto complete
sync: tasks.json の pending タスクを Bus に一括 enqueue
post-commit hook に Bus bridge を統合:
merge/完了コミットを検出 → Bus に complete 自動通知
Bus stats: 51 → 53 (sync テストで 2件 enqueue 成功)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 07:15:46 +09:00
林 駿甫 (Shunsuke Hayashi)
69867124f3
[追加] miyabi gni ask: 自然言語で GNI に質問できる CLI ラッパー ( #72 )
...
質問例:
miyabi-gni-ask "このリポの構造を教えて"
miyabi-gni-ask "protocol.rs は何に依存してる?"
miyabi-gni-ask "テストはいくつある?"
miyabi-gni-ask "ロックの状態を教えて"
miyabi-gni-ask "gate.rs の関数一覧"
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 07:12:51 +09:00
林 駿甫 (Shunsuke Hayashi)
553eed3b5d
[追加] Git hooks: pre-commit ロック検証 + post-commit Issue 自動更新 ( #66 )
...
scripts/pre-commit-lock-check.sh:
- コミット前にファイルロックを検証
- POLARIS_AGENT_ID 環境変数でエージェント識別
- ロック保持者以外の変更を exit 1 で拒否
scripts/post-commit-issue-update.sh:
- コミットメッセージから #N を抽出
- gh issue comment で自動更新
- cargo test 結果も添付
- バックグラウンド実行(コミットをブロックしない)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 07:04:07 +09:00