governance-ledger

Append AI agent decisions to a signed JSONL ledger.

16|9|Updated May 22, 2026
One-click install
npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill governance-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-ledger
Source: https://github.com/panaversity/agentfactory-manufacturing/tree/main/identic-ai/claudia-workspace/skills/governance-ledger
Command: npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill governance-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the immutability and auditability of decisions made by an AI agent by maintaining a local ledger with ed25519 signatures, separating the principal of human versus delegate actions.

Core Features & Use Cases

  • Immutable Ledger: Appends every decision to a local JSONL file, ensuring the audit trail cannot be altered.
  • Ed25519 Signatures: Differentiates between human and delegate actions using signatures.
  • Use Case: Ideal for applications where accountability and non-repudiation are critical, such as decision-making processes in organizations using AI agents.

Quick Start

Append a decision to the governance ledger with the following command: node record.mjs --row <row-data.json>

Frequently Asked Questions about governance-ledger

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

FAQPage Schema
How do I maintain an immutable audit trail for AI agent decisions?

An immutable audit trail is maintained by appending every AI agent decision to a local JSONL ledger, using ed25519 signatures to ensure non-repudiation and accountability for regulatory compliance.

How does ed25519 signature logging separate human and delegate actions?

Ed25519 signature logging differentiates human versus delegate actions by cryptographically signing each decision entry, ensuring the local ledger clearly attributes accountability and separates the principal from delegated tasks.

What's the best way to record AI agent decisions to a local ledger for compliance?

The best way to record decisions is appending them to a local JSONL file via a script, creating a tamper-proof audit trail that enforces non-repudiation and maintains traceability for organizational compliance.

Do I need any external dependencies to build an audit trail with ed25519 signatures?

No external dependencies are required to build an audit trail with ed25519 signatures. The Skill operates independently using local scripts to append signed decision entries to a JSONL file.

Can I use a local JSONL file for regulatory compliance and decision traceability?

Yes, a local JSONL file provides regulatory compliance and decision traceability by immutably appending AI agent actions and separating human versus delegate accountability through cryptographic ed25519 signatures.

How to append a decision record to a local governance ledger?

To append a decision record to the governance ledger, execute the provided script with your row data JSON, which then cryptographically signs and writes the entry to the local JSONL audit trail.