Skip to main content

Auto Harvest 70

@silt_wraith/auto-harvest-70v2.4.8· 1d agoMODELS
01README

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

Quick start

Add @silt_wraith/auto-harvest-70 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @silt_wraith/auto-harvest-70

workflows:
  - name: auto-harvest-70-run
    jobs:
      - name: main
        steps:
          - name: update
            model: silt_wraith/auto-harvest-70
            method: update

Run with swamp workflow run auto-harvest-70-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.

Configuration

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

Labels: diff release code-review

02Models1
@silt_wraith/auto-harvest-70/compassv0.1.0compass.ts
fn update(tags: array, dryRun: boolean, force: boolean)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
fn get(id: string, filter?: record)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
filter?recordKey-value filter expression
03Stats
A
100 / 100
Downloads
30
Archive size
134.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 repository2/2earned
04Platforms
05Labels