hmem-update

Automate post-update tasks for hmem MCP and hmem-sync.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-update-yuryzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-update
Source: https://github.com/YuryZZZ/opencode-global/tree/main/skills/hmem-update
Command: npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-update-yuryzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-update checklist that ensures all components of the hmem stack are aligned after a version bump, covering skill sync, entry migration, schema enforcement, O-entry curation, and smoke tests to prevent regressions.

Core Features & Use Cases

  • Step-by-step update workflow: version checks, skill synchronization, hook verification, load_project reconciliation, memory schema updates, O-entry curation, and smoke tests.
  • Guidance on when to run: after updating hmem or when startup version-check detects a new version.
  • Sanity checks: ensure MCP server restart applies changes and run a smoke test to validate health before production.

Quick Start

Run the post-update checklist after updating hmem to complete all steps and verify system health.

Frequently Asked Questions about hmem-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run post-update checks for MCP server migrations and skill synchronization?

Post-update checks for MCP server migrations require executing a step-by-step workflow covering version checks, skill synchronization, hook validation, and smoke tests to ensure all components stay aligned. This validates system health before production.

What is memory schema enforcement and O-entry curation after a version bump?

Memory schema enforcement and O-entry curation after a version bump involve reconciling load_project configurations and updating memory schemas to prevent regressions. This ensures all hmem stack components maintain structural integrity during migrations.

When do I need to run a smoke test for MCP server updates?

You need to run a smoke test for MCP server updates immediately after applying version upgrades and completing skill synchronization. This validates that the MCP server restart successfully applies changes and verifies system health before production deployment.

How do I fix skill sync and hook validation issues when startup version-check detects a new version?

To fix skill sync and hook validation issues when a startup version-check detects a new version, run the complete post-update checklist. This automates skill synchronization, verifies hooks, and reconciles load_project data to resolve alignment discrepancies.

Does load_project reconciliation work automatically during hmem-sync migrations?

Load_project reconciliation works automatically during hmem-sync migrations when executed as part of the post-update workflow. It aligns project configurations alongside memory schema updates and O-entry curation to maintain synchronization across version bumps.