Skip to main content

Lite Pilot 05

@peat_gator/lite-pilot-05v0.4.4· MIT· 1mo agoMODELS·WORKFLOWS·REPORTS·SKILLS
01README

Pull developer tooling, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @peat_gator/lite-pilot-05 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @peat_gator/lite-pilot-05

workflows:
  - name: lite-pilot-05-run
    jobs:
      - name: main
        steps:
          - name: diff
            model: peat_gator/lite-pilot-05
            method: diff

Run with swamp workflow run lite-pilot-05-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.
  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.
  • 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 yaml

02Models1
@peat_gator/lite-pilot-05/beaconv0.1.0beacon.ts
fn diff(id: string)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
fn sync(limit: number, dryRun?: boolean, id?: string)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
id?stringResource identifier
fn delete(id: string, tags: array, filter?: record)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
tagsarrayList of tags to apply
filter?recordKey-value filter expression
03Workflows2
open pilotopen-pilot

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
smart latticesmart-lattice

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Reports1
lite-pilot-05-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Skills1
lite-pilot-053 files

Claude Code skill bundling tool whitelists and triggers.

06Stats
D
41 / 100
Downloads
30
Archive size
210.0 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • 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

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

08Platforms
09Labels