Skip to content

ci(queen): take the bees' work out of the container from the cloud, not a laptop - #4602

Merged
gHashTag merged 1 commit into
masterfrom
feat/export-push
Sep 23, 2026
Merged

gHashTag merged 1 commit into
masterfrom
feat/export-push

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #4601

The container exports (it holds no push credential by design); nothing in the cloud pushed what it exported, so the chain ran only while somebody's laptop did. Measured this morning: last bee branch on GitHub 10:33 yesterday, 59 accepted issues whose work never left the container, swarm at 0 of 20 lanes.

export_push.py reads the export list, fetches each branch as a bundle and pushes it; the workflow runs every 20 minutes and on demand. It never forces, and it names the one secret it needs (QUEEN_EXPORT_TOKEN = the agent server's TRIOS_API_TOKEN) instead of skipping quietly. queen-publish.yml already runs on a push to queen-*, so the pull request follows by itself.

Self-test: 4 fixtures (oldest first, nothing for a branch level with the base, only queen-<issue> names, the limit honoured).

🤖 Generated with Claude Code

…ot a laptop

Closes #4601

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-23 03:06:46 UTC

Summary

Status Count
Total Open PRs 29
PRs with Failing Checks 25
PRs with All Checks Green 4
READY 3
FAILING 25
PENDING 0
NO CHECKS YET 0

These columns do not partition: 3 + 25 + 0 + 0 = 28, and there are 29 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=403499176a5d != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag
gHashTag merged commit 4ef9cc8 into master Sep 23, 2026
25 of 30 checks passed
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.

The bees' work only leaves the container when somebody's laptop pushes it

1 participant