Add shared long-horizon memory workflow - #54892
Merged
pelikhan merged 5 commits intoAug 22, 2026
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
August 22, 2026 18:38
View session
pelikhan
marked this pull request as ready for review
August 22, 2026 18:48
Collaborator
|
@copilot resolve the merge conflicts on this branch. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a reusable Repo Memory protocol for durable workflow continuity.
Changes:
- Adds bounded checkpoints, run history, and workspace artifacts.
- Configures persistence guardrails.
- Refreshes a generated workflow lock and removes workflow-routing guidance.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/shared/long-horizon-memory.md |
Defines the shared memory component and protocol. |
.github/workflows/daily-documentation-diagram.lock.yml |
Refreshes generated timeout and detection behavior. |
.github/skills/agentic-workflows/SKILL.md |
Removes skills/plugin routing guidance. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 3
- Review effort level: Balanced
Comment on lines
+13
to
+16
| file-glob: | ||
| - "state.md" | ||
| - "runs/**" | ||
| - "workspace/**" |
Comment on lines
+3
to
+6
| id: | ||
| type: string | ||
| required: true | ||
| description: "Stable memory identifier used as the Repo Memory branch suffix; use lowercase letters, digits, and hyphens" |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Resolved in merge commit |
Collaborator
|
@copilot this PR still needs forward progress.
Run: https://github.com/github/gh-aw/actions/runs/32593943861
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
deleted the
copilot/task-9919-1036865607-5e709e00-8119-4269-834f-0923b64489e1
branch
August 22, 2026 21:03
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Adds a minimal, engine-independent long-horizon memory pattern using existing Repo Memory and shared workflow imports. Durable continuity comes from concise checkpoints and targeted historical records—not model sessions or new storage infrastructure.
Shared component
shared/long-horizon-memory.md.memory/<id>branch.Memory protocol
state.md: bounded current handoff.runs/<run-id>.md: concise episodic history.workspace/: optional durable notes and artifacts.state.mdbefore deeper history.Guardrails
Usage