Skip to main content

Auto Ledger 25

@peat_shade/auto-ledger-25v1.0.1· 17d agoMODELS·DATASTORES·SKILLS
01README

AI-assisted analysis of rubric-scored evaluations. Returns rubric-scored JSON suitable for downstream judging.

Quick start

Add @peat_shade/auto-ledger-25 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @peat_shade/auto-ledger-25

workflows:
  - name: auto-ledger-25-run
    jobs:
      - name: main
        steps:
          - name: get
            model: peat_shade/auto-ledger-25
            method: get

Run with swamp workflow run auto-ledger-25-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
  • Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: evaluation ai

02Models1
@peat_shade/auto-ledger-25/scoutv0.1.0scout.ts
fn get(force: boolean, id?: string)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
id?stringResource identifier
fn update(tags: array)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
fn list(id: string, filter?: record)
List the resource.
ArgumentTypeDescription
idstringResource identifier
filter?recordKey-value filter expression
fn diff(filter: record)
Diff the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
03Datastores1
auto-ledger-25-storeconfigurable
@peat_shade/auto-ledger-25/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Skills1
auto-ledger-25scripts8 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions2
1.1.2Oct 16, 2025

Modified 1 models

1.6.3Aug 28, 2025
06Stats
B
83 / 100
Downloads
30
Archive size
96.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository0/2missing
07Security Notice
08Platforms
09Labels