Skip to main content

Smart Harvest 65

@murk_skull/smart-harvest-65v1.6.6· 13d agoDATASTORES
01README

GitHub issues and pull requests orchestration with retry/backoff, structured logs, and per-step idempotency keys.

Quick start

Add @murk_skull/smart-harvest-65 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @murk_skull/smart-harvest-65

workflows:
  - name: smart-harvest-65-run
    jobs:
      - name: main
        steps:
          - name: run
            model: murk_skull/smart-harvest-65
            method: run

Run with swamp workflow run smart-harvest-65-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.

Configuration

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

Labels: github code-review release audit

02Datastores1
smart-harvest-65-storeconfigurable
@murk_skull/smart-harvest-65/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
03Stats
B
83 / 100
Downloads
9
Archive size
254.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 repository0/2missing
04Platforms
05Labels