ci(release): publish a self-packaged project-memory server asset (ADR-0011 §3) - #324
Merged
Conversation
…-0011 §3) Each release build now folds examples/project-memory into a copy of the staged escurel-server (via `escurel-server pack`) and publishes an `escurel-<ver>-<target>-project-memory` archive alongside the plain one — so a *download* gives the full project-memory experience (boots a populated tenant), not just a local `pack`. - Linux + Windows only: appending after EOF invalidates a macOS code signature, so the macOS bundled asset is omitted; the notarisable reserved-segment variant stays deferred (ADR-0011 §3b). - CI smoke-tests the bundled variant on each platform: boots it (dev mode, temp data dir) and asserts list_skills shows the seeded `project` skill — proving the embedded corpus seeds + serves. - create-release already globs `escurel-*` archives, so the new asset is attached automatically. Additive: the existing plain-binary asset + release path are unchanged. Validated via a workflow_dispatch dry-run before tagging. Co-Authored-By: Claude Opus 4.8 <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.
Summary
Increment 3 of self-packaging (ADR-0011): each release build folds
examples/project-memoryinto a copy of the stagedescurel-server(via theescurel-server packfrom #323) and publishes anescurel-<ver>-<target>-project-memoryarchive next to the plain one — so a download (not just a localpack) boots a populated project-memory tenant.codesignpath).list_skillsover/mcpshows the seededprojectskill — proving the embedded corpus seeds and serves from the shipped binary.create-releasealready globsescurel-*archives, so the new asset attaches automatically.Additive — the existing plain-binary asset and release path are unchanged.
Test plan
release.ymlcan't run locally, so it's validated by aworkflow_dispatchdry-run on this branch (build + smoke + package, no release) before it's relied on for a tag. The underlyingpack→run→serve mechanism is already covered bycrates/escurel-server/tests/self_packaging.rs(merged in #323).🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.