Grok WorldGrok Build CLI field station

COMMUNITY SIGNAL / GROK-FIRST

Grok Build を摩擦なく指揮する。

Director Mode Lite v2.1 は director-mode と session-relay の2つの core Skills を中心に、Grok native agents、inspection、Workflows、permissions、session history を可視のまま保ちます。

CHANNELDML 2.1 / GROK BUILD / NO POLICY OVERRIDE
情報確認日2026-07-31
ORIGINOFFICIAL DOCS / PRIMARY

SETUP / ALL CLI

Complete three-CLI runtime、または plugin だけを導入。

Shell installer は Claude Code、Codex CLI、Grok Build adapters と project guidance、director-relay、director-open、read-only director-doctor を準備します。plugin-only install でも bundled fallback により2つの core Skills は機能します。

Default は --hooks none。installer は persistent permissions、approval mode、sandbox settings、hook trust を変更しません。director-open grok は trusted workspace で別途選ぶ explicit launcher です。

git clone https://github.com/claude-world/director-mode-lite.git
cd director-mode-lite
./install.sh --cli all --hooks none /path/to/project
cd /path/to/project
.director-mode/bin/director-doctor --json --no-probe
.director-mode/bin/director-relay status --json
.director-mode/bin/director-open --print grok

TWO CORE SKILLS / FALLBACKS

2つの core Skills から始める。

Shared contract は小さく保ち、この companion でも runtime の主体は Grok Build です。

  1. 01 / DIRECT

    director-mode が作業を定義

    Outcome、context、constraints、evidence、next decision を示し、Grok inspection と repository evidence から implementation を選びます。

  2. 02 / RELAY

    session-relay が state を運ぶ

    Provider を越える時や context checkpoint が必要な時、privacy-bounded director-handoff/v2 packet を作成・受信します。

  3. 03 / FALLBACK

    Plugin-only でも機能する

    .director-mode runtime がなくても、Skills は bundled references/GUIDANCE.md、scripts/director-relay.py、scripts/director-doctor.py を fallback として使います。

  4. 04 / DIAGNOSE

    director-doctor は観測だけ

    Runtime assets、installed CLIs、native agent / shared Skill counts、known Grok Build / Claude Code / Codex CLI hook surfaces を報告し、repair や mutation は行いません。

RUNTIME / GROK BUILD

v2.1 を Grok Build native surfaces に対応させる。

Director Mode は portable guidance と state を提供し、discovery、permissions、sandbox、agents、Workflows、history は Grok が所有します。

GUIDANCEGROK BUILD SURFACEOBSERVE
Core directiondirector-mode + AGENTS.mdgrok inspect で discovery を確認
Cross-provider continuationsession-relay + director-handoff/v2新しい Grok session が packet を受信
Same-provider continuationgrok --continue / grok --resume <session-id>Grok-native conversation history
Claude→Grok fast pathgrok import便利な import。packet は three-way format
Plugin-only fallbackBundled guide、relay、doctorProject runtime は不要
Read-only diagnosisdirector-doctor --json --no-probeDrift と inherited hook surfaces を報告
Parallel workNative agents、worktrees、WorkflowsGrok permissions と sandbox は native
Explicit open launchdirector-open grokこの launch で always-approve + sandbox off

DIRECTOR-HANDOFF/V2 / STATUS DRIFT

Grok 内は native resume、provider 間は relay。

Provider が同じなら grok --continue または grok --resume を使います。Claude Code↔Codex CLI↔Grok Build handoff は常に新しい受信側 native session を開き、source vendor session ID は metadata であって portable resume token ではありません。

director-handoff/v2 は root_id、parent_id、hop、route を記録して multi-hop lineage を保ち、v1 packets も引き続き検証します。

Takeover 前に director-relay status --json が captured branch、HEAD、Git status、diff statistics と live worktree を比較します。status drift を報告するだけで continuation は block しません。

Grok-first rule:Grok Build native history は --continue / --resume。grok import は Claude Code→Grok Build の fast path ですが、route が Codex CLI や Claude Code へ続く可能性があるなら Director packet が portable format です。

Packet の default は review_status: unreviewed。--reviewed は user-supplied summary と captured path metadata を共有前に確認した記録だけで、Grok World や receiving CLI が packet を review 済みという意味ではありません。

BOUNDARY / ADVICE ONLY

Default zero hooks、permission mutation なし。

Director Mode Lite は guidance-first を保ち、Grok authority を Grok native surfaces に残します。

  • Default install は --hooks none で Director Mode hooks をゼロ登録。
  • Core Skill の install / selection は permissions、approval mode、sandbox、network access、hook trust を変更しない。
  • director-open grok は explicit launcher であり、persistent settings migration や hook-based permission emulator ではない。
  • director-doctor は read-only。status drift は evidence であり gate ではない。
  • .grok/hooks が空でも Grok は compatible Claude hooks を継承可能。Claude hooks も audit してください。