Runtime Asset Sync & Provider Validation
Agents Remember 2.4.1
Agents Remember 2.4.1 makes runtime package assets visible and editable from
canonical root folders, then syncs them into MCP package data through one checked
script. It also preserves provider validation when compact context_packet
calls skip provider details, so small managed-repo confirmation calls do not
silently bypass provider health checks.
Highlights
- Added canonical root runtime asset folders for
agents-md-files/,
benchmarks/,providers/, andsystem/. - Added
scripts/sync-runtime.pyto copy those runtime assets into MCP package
data only; harness starter packages are intentionally not targets. - Added generated-copy gates so pre-commit and pre-push checks verify both
scripts/sync-skills.py --checkandscripts/sync-runtime.py --check. - Preserved provider validation for skipped-provider
context_packetresponses,
keeping compact packet calls small without dropping provider result checks. - Refined lifecycle/coordinator instructions for session starts, managed-repo
jobs, and boundary transitions, then refreshed generated skill copies. - Made the linked-worktree pre-push quality gate load the current checkout's
source while reusing the primary checkout virtualenv for tools. - Bumped
agents-remember-mcpto2.4.1.
Setup Notes
- Edit runtime package assets at the root folders listed above, then run
python3 scripts/sync-runtime.pybefore committing. - Use
python3 scripts/sync-runtime.py --checkto confirm MCP package data is
current. - Root runtime assets sync only into MCP package data. They do not copy into
harness starter packages.
Compatibility
- Backward compatible with existing MCP tool contracts and the memory model.
- Release tag:
mcp-v2.4.1after the release branch lands onmain.