Skip to main content

Lite Pilot 97

@hashicorp/lite-pilot-97v0.5.6· BSD-3-Clause· 1mo agoDATASTORES·REPORTS
01README

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: run

Run 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

02Datastores1
lite-pilot-97-storeconfigurable
@hashicorp/lite-pilot-97/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
03Reports1
lite-pilot-97-reportextension
report.ts

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

auditsummary
04Stats
Downloads
30
Archive size
24.0 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

05Platforms
06Labels