AgentSkillsCN

context-persistence-health

QIKI_DTMP 会话的引导启动。加载主权内存上下文,读取规范入口点,并生成简洁明了的“我们所处的位置 / 下一步计划”概要。

SKILL.md
--- frontmatter
name: context-persistence-health
description: Hard evidence check that agent context will survive session restarts (SovMem smoke + backups + systemd timer install status + cron drift warning).

Context Persistence — Health (QIKI_DTMP)

Goal

Be radically confident that context will not be lost across sessions:

  • MCP memory is alive (smoke)
  • backups exist and are fresh
  • systemd timer is installed + active (single scheduler source of truth)
  • cron is not duplicating memory jobs

Procedure (single best path)

  1. Run the health script:
bash
bash QIKI_DTMP/scripts/qiki_context_persistence_health.sh --strict
  1. If it warns about missing/disabled timers, install them (canon):
bash
bash QIKI_DTMP/scripts/install_context_timers.sh
  1. If it warns about cron duplicates, remove cron jobs and keep systemd as the only scheduler.

Evidence

  • Keep the output in the current session STATUS memory (SovMem) and include the latest git rev-parse HEAD.