Closed
Allow cache-memory writes in GitHub MCP Structural Analysis sandbox#55395
Conversation
…rkflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing data in GitHub MCP Structural Analysis
Allow cache-memory writes in GitHub MCP Structural Analysis sandbox
Aug 24, 2026
Contributor
|
Thanks for fixing the cache-memory sandbox issue! 🎯 This PR correctly addresses issue #55383 by adding the necessary filesystem write permissions for the cache-memory directory. The fix is focused and properly maintains both the markdown source and compiled lock file in sync. Minor improvement: Since this modifies sandbox permissions (a critical security surface), consider adding validation in your test workflow to confirm the directory is writable before the agent starts. This would catch similar issues earlier.
|
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.
The GitHub MCP Structural Analysis workflow was emitting
missing_data(cache_memory)because/tmp/gh-aw/cache-memory/was read-only during agent execution, preventing both historical reads and daily snapshot writes (mcp_analysis.jsonl). This change makes cache-memory explicitly writable for the agent so 30-day trending data can persist across runs.Root-cause alignment
Workflow source update (
.md)sandbox.agentconfig to include:filesystem.allowWrite: [/tmp/gh-aw/cache-memory]Compiled workflow update (
.lock.yml)