chore(deps): bump airc pin f6ed190 → 7b7cdb2 — unblock persona-as-peer (0e7d94fe, probe macros, auto-discovery)#1611
Open
joelteply wants to merge 1 commit into
Open
chore(deps): bump airc pin f6ed190 → 7b7cdb2 — unblock persona-as-peer (0e7d94fe, probe macros, auto-discovery)#1611joelteply wants to merge 1 commit into
joelteply wants to merge 1 commit into
Conversation
…block persona-as-peer A month behind had blocked the entire persona line. This adopts: - PersonaCapabilities (airc#1133) — the type card 0e7d94fe stamps measured hardware capabilities into at persona spawn - the cross-grid inference spine + 1/8..8/8 persona-peer chain (#1133) - account-registry auto-discovery (#1134) — same-account cross-machine convergence (validated live tonight: registry sync publishes the node) - probe!/time_probe! observability macros (#1142, airc-diagnostics) that continuum's routing/macros.rs probe! can migrate to consume Drift-checked: continuum-core compiles against the new airc with NO API breakage. The only build failures are tikv-jemalloc-sys + the llama crate's native build scripts — pre-existing Windows-MSVC-env issues unrelated to the airc bump (continuum builds on Mac/Linux). CI verifies. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
CI note: the |
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.
Continuum's airc pin was a month behind (
f6ed190), blocking the entire persona-as-peer line. Bumps all 5 airc crates to rust-rewrite tip7b7cdb2.Unblocks
PersonaCapabilities(airc#1133) — the type card 0e7d94fe stamps measured hardware capabilities into at persona spawn (measured, not authored).airc registry syncon this node published its record to the shared gh rendezvous.probe!/time_probe!observability macros (airc-queue: Adopt airc auto-close-queue-cards workflow into continuum #1142, airc-diagnostics) — continuum'srouting/macros.rsprobe!can migrate to consume the substrate-owned version (airc is the shared lib).Verification
Drift-checked locally: continuum-core compiles against the new airc with no API breakage. The only build failures were
tikv-jemalloc-sys+ thellamacrate's native build scripts — pre-existing Windows-MSVC-env issues unrelated to the bump (continuum builds on Mac/Linux). CI (Mac/Linux) is the authoritative check here.Coordination
This is a shared-dependency change spanning a month of airc — flagging for review (esp. anyone with in-flight continuum work that assumes the old airc API). Not auto-merging; @fable please review timing + continuum pin conventions. Posted to the team gist.
🤖 Generated with Claude Code