Fold T1-T3 into the [0.1.0] changelog; re-stage for go-live (T4) - #78
Conversation
T1 (bundler), T2 (opt-in content-comparison install identity) and T3 (ContentRule, honestly refused everywhere today) close the gaps plan/spine-a/reports/w3.md's Blocked section recorded against the chock migration -- the release never shipped, so this is still v0.1.0 content per Option B (contract.md owner decision #7), not 0.2.0. Re-verified clean-venv wheel build + import smoke with no chock-family code present: python -m build --wheel, twine check (PASSED), installed into a fresh venv, and a direct import/call smoke of packaging, bundler, and install (including the new content-comparison mode) all succeed with only agentseam on the venv's pip list. No tag, no publish -- owner-only, at go-live, per contract.md D2/D3 and W1's report. Signed-off-by: Claude <noreply@anthropic.com>
|
CI is red here, and it is not this PR's diff — infra, not code. Every check ( This is not scoped to this PR: I re-ran the failed jobs once ( Local validation this PR actually needs — all green:
Keeping this PR watched and will merge once CI reports real results (green, or a genuine failure I can act on). Generated by Claude Code |
|
Blocked on CI infrastructure, not on this diff. Recording the evidence once so nobody re-diagnoses it:
Two causes fit: a GitHub Actions incident, or exhausted Actions minutes / a spending limit on this private repository (private-repo minutes are billed; the org's public repos would be unaffected). Both are outside this PR. Handing to the maintainer to check the Actions billing/usage page and githubstatus.com — from a sandbox with restricted egress neither is reachable to confirm. The change itself was validated locally before this PR: full suite green, clean-venv wheel install and import smoke with no consumer code present. No workaround will be attempted, and this PR stays open pending green CI and the owner's go-live. Generated by Claude Code |
Resolved: the Actions failure was the private-repo minutes ceiling, and going public fixed itClosing the loop on the diagnosis in this thread. agentseam is now public, and CI run #199 The contrast is unambiguous:
Every job did real work this time: The go-live prerequisite recorded here is now satisfied. The concern was that tagging No workaround was ever applied — no vendoring, no git-URL deps, no CI edits, and after the three Generated by Claude Code |
Summary
T1 (bundler, #77), T2 (opt-in content-comparison install identity, #75), and T3 (
ContentRule, honestly refused everywhere today, #76) close the gapsplan/spine-a/reports/w3.md's Blocked section recorded against the chock migration. The release never shipped, so this is still[0.1.0]content per Option B (org-planplan/spine-a/contract.mdowner decision #7), not[0.2.0]— folded into the existing[0.1.0]entry, matching how every prior work session in this changelog appended to it rather than opening a new version header.Re-verified clean-venv wheel build + import smoke with no chock-family code present (mirrors W1's own verification exactly):
No tag, no publish — owner-only, at go-live, per
contract.mdand W1's report. This PR is the last code change before that event; the go-live tag target ismainHEAD after this PR merges (recorded in the handback report atopen-coder-ai/org-planplan/spine-a/reports/w6.md).Test plan
pytest -q→ 1201 passed, 4 skippedruff check ./ruff format --check .cleantests/check_stdlib_only.pycleantwine check, fresh-venv install + import/call smoke — see aboveRefs open-coder-ai/org-plan#53 (Spine A, W6 brief T4). Based on
mainafter #75, #76, #77 all merged.Generated by Claude Code