Skip to content

docs(knowledge): compare routines-equivalent cloud agents across the 4 CLIs#231

Merged
ozzy-3 merged 2 commits into
mainfrom
docs/routines-cli-ecosystem-comparison
May 24, 2026
Merged

docs(knowledge): compare routines-equivalent cloud agents across the 4 CLIs#231
ozzy-3 merged 2 commits into
mainfrom
docs/routines-cli-ecosystem-comparison

Conversation

@ozzy-3
Copy link
Copy Markdown
Contributor

@ozzy-3 ozzy-3 commented May 24, 2026

概要

「Claude 以外に Routines 類似機能はあるか」を調査し、主要 4 コーディングエージェント CLI(Claude Code / Codex CLI / Gemini CLI / GitHub Copilot CLI)を中心に、各エコシステムの「Routines 相当(クラウド自律/定期実行)」比較表を ai/practice/scheduled-tasks.md の section 5 に追加。

調査結果(要点)

  • 3 トリガー(schedule + API + GitHub)を 1 プロダクトに束ねている点で Claude Code Routines はやや独特。他社は API+GitHub はあっても native cron を欠く / 定期実行は別プロダクト、に分かれる。
  • Codex CLI(OpenAI): Codex cloud(GA)+ Workspace agents(research preview、スケジュール+Slack、team/ent 限定)+ ChatGPT Scheduled Tasks(汎用)。
  • Gemini CLI(Google): Jules(issue の jules ラベル→PR、experimental)。スケジュール/公開 API は公式 docs 未確認。
  • GitHub Copilot CLI: Copilot coding agent(GA、Actions 基盤、issue assign 等)。単体 cron なし、定期実行は Actions schedule+API で代替。

検証

  • トリガー種別は各社公式 docs で裏取り(OpenAI=KB 既検証 / Copilot=docs.github.com / Jules=jules.google)。未確認セルは表内で 不明/ と明記。
  • Gemini 調査が出した「Cursor=cron 対応」「Devin=Scheduled Devins」は公式 docs で確認できず、かつ対象を 4 CLI に絞ったため不採用。
  • 新ソース(Jules / Copilot coding agent)を staleness sources.yaml に追加。
  • schema validation / typecheck / test (77 passed) green。

🤖 Generated with Claude Code

ozzy-3 and others added 2 commits May 24, 2026 16:47
…4 CLIs

Add a cross-ecosystem comparison (Claude Code Routines / OpenAI Codex
cloud + Workspace agents / Google Jules / GitHub Copilot coding agent)
to scheduled-tasks.md, scored on cloud-async, schedule/API/GitHub
triggers, and autonomous PR. Verified trigger types against each
vendor's official docs; uncertain cells marked as such. Track the new
Jules and Copilot coding-agent docs in staleness sources.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…upport

Confirmed Codex cloud, Jules (scheduled-tasks + API reference) and the
Copilot coding agent against each vendor's official docs. Jules actually
bundles all three triggers (jules label, v1alpha REST API, scheduled
tasks) — correcting the earlier "unknown" cells. Note Workspace agents
stays KB-sourced because OpenAI's pages block automated fetch (403).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ozzy-3
Copy link
Copy Markdown
Contributor Author

ozzy-3 commented May 24, 2026

🔍 drive review (mode: quick)

適用観点 (6/11):

  • required: correctness, security, conventions
  • design: compatibility(sources.yaml が schema 管理下のため)
  • ux: usability, documentation

correctness

指摘なし。比較表の各セルは公式 docs と一致(Codex cloud=web/IDE/@codex・API/cron 明記なし、Jules=scheduled-tasks + v1alpha/sessions REST API + jules ラベル、Copilot=GA/Actions 基盤/cron なし)。Workspace agents のみ KB 依拠で、その旨を本文に明示。

security

指摘なし。X-Goog-Api-Key / bearer は docs 上の認証方式の記述で、実キーの混入なし。

conventions

指摘なし。docs(knowledge): 規約準拠、Markdown 表・.yaml 拡張子ともリポ規約に整合。

compatibility

指摘なし。sources.yaml は既存 ai/practice/scheduled-tasks エントリの docs: に 3 URL 追加のみ。validate-staleness-sources が schema 一致を確認済みで、後方非互換なし。

usability

指摘なし。凡例と「ソース確認状況」注記で表の読み方・確度が明快。

documentation

指摘なし。403 で取得不能だった Workspace agents を隠さず明記し、claude-code-routines.md の記述とも矛盾なし。

サマリー

Critical: 0 件 / Warning: 0 件 / Info: 0 件
by_axis: correctness:C0W0I0 security:C0W0I0 conventions:C0W0I0 compatibility:C0W0I0 usability:C0W0I0 documentation:C0W0I0

判定: 全適用観点が exit_criteria を満たす → merge-ready

@ozzy-3 ozzy-3 merged commit a963ea2 into main May 24, 2026
3 checks passed
@ozzy-3 ozzy-3 deleted the docs/routines-cli-ecosystem-comparison branch May 24, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant