lamport-clock-recovery

Diagnoses and resolves Lamport clock non-determinism errors in V12.52 epic workflows using Python scripts.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill lamport-clock-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lamport-clock-recovery
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/lamport-clock-recovery
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill lamport-clock-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the diagnosis and repair of Lamport clock non-determinism errors in V12.52 epic workflows, ensuring deterministic execution and resolving issues that block workflow progress.

Core Features & Use Cases

  • Automatic Conflict Detection: Identifies non-deterministic errors, including state hash mismatches.
  • Surgical Fixes: Applies targeted fixes for different types of conflicts.
  • Self-Healing Features: Includes automatic conflict resolution and manifest consistency checks.
  • Use Case: If your epic workflow encounters "NON-DETERMINISTIC: State hash mismatch" errors, this skill can automatically detect and resolve the conflicts.

Quick Start

Use the lamport-clock-recovery skill to diagnose and fix Lamport clock errors for an epic workflow.

Frequently Asked Questions about lamport-clock-recovery

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

FAQPage Schema
How do I fix Lamport clock non-determinism errors in epic workflows?

Fixing Lamport clock non-determinism requires diagnosing conflicting events in the event log and resetting manifest phase status to relaunch workflows. This skill automates that entire surgical repair process.

Why does my epic workflow encounter a state hash mismatch error?

A state hash mismatch error happens when Lamport clock non-determinism creates conflicting events in the event log. This blocks deterministic execution and prevents the epic workflow from progressing.

Do I need Python to resolve Lamport clock state hash mismatches?

Yes, resolving Lamport clock state hash mismatches requires Python. The skill uses Python scripts to execute event log cleaning and manifest phase status resets for workflow recovery.

What is the best way to automatically detect and repair non-deterministic workflow conflicts?

The best way to repair non-deterministic workflow conflicts is to automate conflict detection, clean the event log, and verify manifest consistency. This approach applies targeted surgical fixes without manual intervention.

How does automatic conflict resolution handle manifest consistency checks?

Automatic conflict resolution handles manifest consistency by resetting manifest phase status after cleaning conflicting events from the event log. This ensures the epic workflow can relaunch deterministically.