Skip to content

🧩 リポジトリ構成

root repo と submodule の関係

このリポジトリは 2 層構成です。

  • grok-cli-sandbox: 公開用 wrapper repo
  • grok-cli: 検証時に使った CLI source snapshot を固定する submodule

submodule の URL は .gitmodules にあり、Sunwood-ai-labs/grok-cli を指しています。

主なパス

Path役割
./grok-clisandbox で使った CLI snapshot
./docsVitePress docs と日英ガイド
./assetsrepo 用アセットとサンプル画像
./telegram-remote-bridge.mjsTelegram helper
./GROK_COMMANDS_AND_OUTPUTS.md元セッションの raw notebook

Snapshot 契約

root repo が固定している grok-cli commit は、Sunwood-ai-labs/grok-clicodex/sandbox-snapshot-20260324 branch から到達可能です。

これにより git clone --recurse-submodules の再現性を保っています。

ローカル専用のもの

  • repo-local .grok/
  • .env.env.*
  • telegram-pair-code.txt
  • telegram-remote-bridge.log
  • 個人の ~/.grok/ 設定と runtime DB

MIT licensed wrapper scripts and documentation.