Skip to content

Runtime Asset Sync & Provider Validation

Choose a tag to compare

@Foxfire1st Foxfire1st released this 08 Jun 10:44
· 58 commits to main since this release
19b3357

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/, and system/.
  • Added scripts/sync-runtime.py to 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 --check and scripts/sync-runtime.py --check.
  • Preserved provider validation for skipped-provider context_packet responses,
    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-mcp to 2.4.1.

Setup Notes

  • Edit runtime package assets at the root folders listed above, then run
    python3 scripts/sync-runtime.py before committing.
  • Use python3 scripts/sync-runtime.py --check to 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.1 after the release branch lands on main.