factory: buzz row is LIVE — first agent:implement PR merged (buzz#65) - #260
Merged
Conversation
The 11th row completes its new-variant proof: dry-run plan proven (2026-08-02, local empty-backlog pass) and the first agent:implement PR merged (buzz#65, closes buzz#56 — thread-focus-mode anchor deflake). Records the scaffold drift the first live run exposed: buzz's onSandboxReady hook was missing the org-wide extraheader unset (actions/checkout's persisted read-only-token AUTHORIZATION header beats the credential helper, so the in-sandbox git push was rejected while gh API calls worked). Fixed in buzz#61, which also ported connector's redact-then-upload agent-log artifact steps. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Flips the buzz row (11th, the only fork row and first polyglot cargo+pnpm variant) to Live: per the liveness rule for variant rows, it now has image builds + a resolved dry-run
plan+ its own mergedagent:implementPR — buzz#65 (merged, closed buzz#56, the thread-focus-mode anchor-preservation deflake).Also records in the row's notes what the first live run taught:
onSandboxReadyhook hadgh auth setup-gitbut not the org-widegit config --unset-all 'http.https://github.com/.extraheader'every other repo pairs with it. actions/checkout persists a read-only-tokenAUTHORIZATIONextraheader in the repo-local git config, the engine bind-mounts.gitinto the sandbox, and an explicit header beats the credential helper — so the first run's in-sandboxgit pushwas rejected whileghAPI calls worked (the fail-loud open-pr verification caught it, exactly as designed). Fixed in buzz#61.nsec1…Nostr-key pattern for this repo).Gate (
npm run gate) is green locally.Part of the toon-meta#256 hardening tail; row registered via #257/#259.
🤖 Generated with Claude Code