Auto Harvest 70
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: updateRun 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
02Models
@silt_wraith/auto-harvest-70/compassv0.1.0compass.ts
fn update(tags: array, dryRun: boolean, force: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| dryRun | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
fn get(id: string, filter?: record)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter? | record | Key-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