Release v0.1.4: adversarial hardening round 2, website, Pilot integration#3
Merged
Conversation
Lands the finished release/v0.1.4 branch onto main (it was never PRed because the release pipeline was stuck on the retired macos-13 runner): - 9 adversarial-report fixes across two hardening rounds - AEGIS website (GitHub Pages, docs/ + CNAME for aegis.pilotprotocol.network) and README rewrite - Pilot Protocol app integration (integrations/pilot) - Version bump 0.1.3 -> 0.1.4 (Cargo.lock synced too, which the branch had missed) 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.
What
Lands the content of the stranded
release/v0.1.4branch ontomainas a single commit (same convention as v0.1.3 / PR #1). The branch was finished on 2026-06-24 but never PRed or tagged — the release pipeline was dead because themacos-13runner it depended on was retired (fixed in #2).Included, verbatim from
release/v0.1.4(09fb28a):0c89a09,cc8bce7)docs/+ CNAME for aegis.pilotprotocol.network, README rewriteintegrations/pilot/Plus one repair on top:
Cargo.locksynced to 0.1.4 (the branch bumped onlyCargo.toml).After this merges, tag
v0.1.4on main so the (fixed) release workflow publishes all four binaries, including theaegis-macos-x86_64asset Homebrew needs on Intel Macs. GitHub Pages will be repointed fromrelease/v0.1.4:/docstomain:/docsbefore that branch is cleaned up.🤖 Generated with Claude Code