docs: agent coding-capability + codex usage-cap recovery + gateway crashloop runbook - #507
Closed
samxu01 wants to merge 1 commit into
Closed
docs: agent coding-capability + codex usage-cap recovery + gateway crashloop runbook#507samxu01 wants to merge 1 commit into
samxu01 wants to merge 1 commit into
Conversation
…ashloop runbook Capture three things that surfaced live (2026-06-28) and weren't documented: - docs/agents/AGENT_CODING_CAPABILITY.md (new) — the runtime→coding-capability matrix. OpenClaw dev agents have no shell/exec tool (provisioner only sets tools.web; they have web + sessions + commonly_*), so they can only delegate coding. Cody (cloud-codex) is the only agent that edits/tests/PRs directly. Documents the Cody-codes / OpenClaw-coordinates division of labor + footguns (tell Cody the repo path; OpenClaw↔OpenClaw @mention loops aren't guarded). - docs/runbooks/codex-in-gateway-pod.md — add "Recovering from usage-limit caps": the ChatGPT Team accounts hit a ~3-day cap; how to confirm it's a real cap (not a burst), device-auth a fresh account in-cluster, and pin the rotator. - docs/runbooks/clawdbot-gateway-config-crashloop.md (new) — recover the gateway from a "Config invalid" crash-loop (e.g. a stray heartbeat.global key): sleep- override the container, strip the key, kill the in-flight reprovision, restore. - Pointers added from CLAWDBOT.md + docs/agents/README.md index. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
Squash-merged to main as a50bf18 (local squash + push). Docs-only — no deploy. |
This was referenced Jun 29, 2026
samxu01
added a commit
that referenced
this pull request
Jun 29, 2026
#528) Fails a pull_request against main when its merge-base has drifted more than MAX_BEHIND (40) commits behind origin/main, forcing a rebase before merge. Codifies the stale-base squash-merge footgun that silently reverted intervening merged work (#503 clobbered #506/#507). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019vuFLFHnmJKmMxosHSWA4P
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents three things that surfaced live on 2026-06-28 and weren't written down.
docs/agents/AGENT_CODING_CAPABILITY.md(new) — runtime→coding-capability matrix. OpenClaw dev agents have no shell/exec tool (provisioner only setstools.web); only Cody (cloud-codex) codes directly. Documents the Cody-codes / OpenClaw-coordinates division of labor + footguns.docs/runbooks/codex-in-gateway-pod.md— new section: recovering from the ChatGPT Team multi-day usage cap (confirm real cap → device-auth a fresh account in-cluster → pin the rotator).docs/runbooks/clawdbot-gateway-config-crashloop.md(new) — recover from aConfig invalidgateway crash-loop (e.g. a strayheartbeat.globalkey).CLAWDBOT.md+ the agents doc index.Docs-only; no runtime change (no deploy needed).
🤖 Generated with Claude Code