Skill Trust Ledger
Use this skill to preserve operational memory and avoid repeating past failure patterns.
Workflow
- Record outcome events after meaningful runs.
- Ingest
skill-arbiterevidence JSON after admissions. - Generate periodic trust-tier reports.
- Use tiers to guide invoke/disable policy.
Record Event
python3 "$CODEX_HOME/skills/skill-trust-ledger/scripts/trust_ledger.py" \
--ledger ~/.codex/skills/.trust-ledger.local.json \
record \
--skill repo-b-mcp-comfy-bridge \
--event success \
--source manual \
--note "Pilot run clean"
Ingest Arbiter Evidence
python3 "$CODEX_HOME/skills/skill-trust-ledger/scripts/trust_ledger.py" \
--ledger ~/.codex/skills/.trust-ledger.local.json \
ingest-arbiter \
--input /tmp/repo-b-mcp-comfy-bridge-arbiter.json
Report Tiers
python3 "$CODEX_HOME/skills/skill-trust-ledger/scripts/trust_ledger.py" \
--ledger ~/.codex/skills/.trust-ledger.local.json \
report \
--window-days 90 \
--min-events 2 \
--json-out /tmp/skill-trust-report.json \
--format table
Scope Boundary
Use this skill only for the skill-trust-ledger lane and workflow defined in this file and its references.
Do not use this skill for unrelated lanes; route those through $skill-hub and the most specific matching skill.
References
references/ledger-workflow.mdreferences/scoring-contract.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.