Core Ledger 37
01README
Inventory developer tooling, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @mud_ghoul/core-ledger-37 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @mud_ghoul/core-ledger-37
workflows:
- name: core-ledger-37-run
jobs:
- name: main
steps:
- name: update
model: mud_ghoul/core-ledger-37
method: updateRun with swamp workflow run core-ledger-37-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.
- 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: tooling ai
02Models
@mud_ghoul/core-ledger-37/pulsev0.1.0pulse.ts
fn update(tags: array)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
fn diff(limit: number)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
fn sync(limit: number, filter: record, dryRun?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
fn delete(id: string, tags?: array)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| tags? | array | List of tags to apply |
03Skills
core-ledger-373 files
Claude Code skill bundling tool whitelists and triggers.
04Previous Versions
0.1.7Oct 28, 2025
Modified 1 models
1.2.7Jun 5, 2025
Modified 1 models
1.6.0Dec 9, 2024
05Stats
C
66 / 100
Downloads
30
Archive size
246.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- 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
06Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
07Platforms
08Labels