session-relay-resume

Resume interrupted harness loops by restoring context and verifying system integrity.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill session-relay-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-relay-resume
Source: https://github.com/FlexNetOS/envctl/tree/main/.agents/skills/session-relay-resume
Command: npx skills add https://github.com/FlexNetOS/envctl --skill session-relay-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures a clean continuation of harness loop operations by restoring context and checking system integrity after an interruption.

Core Features & Use Cases

  • Resumption: Fully recovers a harness loop from its committed state without any missing context.
  • Memory Recalls: Restores Inter-Session Context Memory (ICM) and scans weave inbox for signals.
  • Verification: Checks system integrity before any new operation using baseline verification.
  • Error Handling: Halts process in case of failed baseline verification, necessitating manual intervention.

Quick Start

Start a fresh session of the harness loop using session-relay-resume.

Frequently Asked Questions about session-relay-resume

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

FAQPage Schema
How do I resume a harness loop after an interruption without losing context?

To resume a harness loop after an interruption, this skill restores cross-session memory and committed state, reaping worktrees to prevent drift before continuing operations. It fully recovers context without missing data.

What is Inter-Session Context Memory recovery and how does it work for loop resumption?

Inter-Session Context Memory (ICM) recovery restores prior session context by recalling committed state and scanning the weave inbox for signals. This ensures the harness loop resumes with full memory continuity and no missing context.

Do I need a verify script to check system integrity before resuming operations?

Yes, a pre-installed verify script is required to establish system integrity. The skill checks verify-on-resume baselines before any new operation, halting the process and requiring manual intervention if baseline verification fails.

Does session-relay-resume work without ICM and weave capabilities?

No, it requires both ICM and weave capabilities for context restore. These dependencies are mandatory for restoring cross-session memory and scanning weave inbox signals during harness loop resumption.

What happens when baseline verification fails during harness loop recovery?

When baseline verification fails during harness loop recovery, the skill halts the resumption process and necessitates manual intervention. This prevents continuing operations in a corrupted or drifted system state.

Why does the harness loop reap worktrees before resuming operations?

Reaping worktrees runs before resuming operations to avoid state drift. This ensures the harness loop continues from a clean, committed baseline rather than continuing with stale or inconsistent worktree data.