Use the standard server-job path for Memory - #27
Merged
hamzamerzic merged 1 commit intoJul 30, 2026
Conversation
Remove the retired authority declaration while preserving Memory’s shared-data and scheduled-job checks. Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.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.
Why
This is the Memory companion to the platform cleanup that removes the server-job authority split. It deliberately reverses the manifest declaration added in #22 because the platform no longer exposes a separate scoped executor.
What changes
permissions.job_authorityfrom Memory's manifest;shared_memory: write, summary-level chat access, the schedule, and install-time initialization unchanged;fetch.shschedule while accepting both current schema 3 receipts and the cleanup's schema 4 receipts during rollout;Memory's model invocation remains deliberately text-only and receives no tools, filesystem handle, shell, or owner token. Graph validation, atomic Git publication, recovery history, provider choice, and owner data are unchanged.
Release order
Merge this change before the companion platform cleanup. An older platform already treats an omitted authority declaration as the ordinary server-job process path, so Memory-first is safe. The platform can then reject the retired field without making new installs or updates fail.
Verification
git diff --checkpass.