Lite Pilot 97
Operate on diffs and reviewer signals with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @hashicorp/lite-pilot-97 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @hashicorp/lite-pilot-97
workflows:
- name: lite-pilot-97-run
jobs:
- name: main
steps:
- name: run
model: hashicorp/lite-pilot-97
method: runRun with swamp workflow run lite-pilot-97-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: code-review release monitoring
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
Roll-up report grouped by label and breaking-change flag.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.