durable-task-ledger
CommunityCoordinate parallel work with a durable task log
Software Engineering#workspace safety#multi-agent coordination#durable state#task ownership#JSONL ledger#path claims#refactoring orchestration
Authorohsonerdy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents agents from overwriting each other’s edits and losing coordination state when a task spans multiple subagents or multiple sessions.
Core Features & Use Cases
- Append-only JSONL coordination ledger: records task claims, path claims, and result receipts so ownership survives context resets.
- Per-path locking with safety validation: enforces workspace-relative paths and blocks unsafe path and secret-shaped inputs before they hit disk.
- Idempotent claiming and durable release: supports retries by allowing re-claims with the same agent and taskId and requiring explicit releases.
- Snapshot reducer for fast state reads: reconstructs current ownership and recorded facts/decisions/results from the log.
Quick Start
Use the durable-task-ledger skill when you need multiple subagents to refactor or investigate shared files across sessions, starting by creating the ledger at .openclaw/task-ledger.jsonl.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: durable-task-ledger Download link: https://github.com/ohsonerdy/openclaw-frontier-stack/archive/main.zip#durable-task-ledger Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.