Skip to content

docs: add remote-only claim coordination mode#1724

Merged
AceHack merged 3 commits into
mainfrom
claim/task-remote-only-claim-protocol
May 6, 2026
Merged

docs: add remote-only claim coordination mode#1724
AceHack merged 3 commits into
mainfrom
claim/task-remote-only-claim-protocol

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 6, 2026

Summary

  • Add a first-class remote-only mode to the agent claim protocol where remote git is the lock and minimum message bus.
  • Clarify that GitHub is Zeta's current host adapter, not a universal dependency; git-only, other hosts, and future Zeta-native hosting remain valid paths.
  • Add B-0209 for remote-only background agent tests, model/harness scouting, and eventual self-sufficient coordination down the hardware/microkernel arc.

Verification

  • git diff --check
  • bunx markdownlint-cli2 docs/AGENT-CLAIM-PROTOCOL.md docs/BACKLOG.md docs/backlog/P2/B-0209-remote-only-background-agent-test-matrix-and-model-scouting-2026-05-06.md
  • bun tools/hygiene/check-role-ref-on-current-state-surfaces.ts (soft-launch exit 0; existing unrelated violations remain)

AceHack and others added 3 commits May 6, 2026 14:26
…ation

File a visible Codex claim before editing the standalone claim protocol. The goal is to remove local broadcast/heartbeat as any hidden dependency for remote agents.

Co-Authored-By: Codex <noreply@openai.com>
Make the claim protocol sufficient for agents that do not share a local filesystem, heartbeat directory, broadcast bus, or GitHub-specific host. Remote git remains the lock and minimum message bus; host surfaces such as GitHub are adapters, with Zeta's future native host kept as the long-horizon target.

Also add B-0209 to test remote-only background agents that are deliberately denied local broadcast access and to scout reliable low-cost model/harness combinations.

Co-Authored-By: Codex <noreply@openai.com>
Release the Codex claim in the same branch as the remote-only protocol update.

Co-Authored-By: Codex <noreply@openai.com>
Copilot AI review requested due to automatic review settings May 6, 2026 18:27
@AceHack AceHack enabled auto-merge (squash) May 6, 2026 18:27
@AceHack AceHack merged commit 8aca152 into main May 6, 2026
24 checks passed
@AceHack AceHack deleted the claim/task-remote-only-claim-protocol branch May 6, 2026 18:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a first-class “remote-only” mode to the agent claim protocol so claim coordination works even when agents do not share local filesystem/broadcast state, and records follow-on work as a new backlog row.

Changes:

  • Documented a new “Remote-only / no shared filesystem mode” in docs/AGENT-CLAIM-PROTOCOL.md, including remote-ref discovery and git-only progress signaling.
  • Added backlog item B-0209 describing a background-agent test matrix for proving remote-only coordination.
  • Updated the generated backlog index entry for B-0209.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/backlog/P2/B-0209-remote-only-background-agent-test-matrix-and-model-scouting-2026-05-06.md New P2 backlog row defining the remote-only background-agent test matrix and its long-arc motivation.
docs/BACKLOG.md Adds the B-0209 index entry linking to the new per-row backlog file.
docs/AGENT-CLAIM-PROTOCOL.md Adds remote-only mode guidance and links it from the TL;DR flow to make remote coordination explicit and git-first.

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.

2 participants