Skip to main content

Rapid Forge 10

@swamp_fang/rapid-forge-10v1.8.1· 1mo agoDATASTORES·REPORTS
01README

Pull Slack channels and threads, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @swamp_fang/rapid-forge-10 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @swamp_fang/rapid-forge-10

workflows:
  - name: rapid-forge-10-run
    jobs:
      - name: main
        steps:
          - name: run
            model: swamp_fang/rapid-forge-10
            method: run

Run with swamp workflow run rapid-forge-10-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: slack discord

02Datastores1
rapid-forge-10-storeconfigurable
@swamp_fang/rapid-forge-10/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
03Reports1
rapid-forge-10-reportextension
report.ts

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

auditsummary
04Stats
B
83 / 100
Downloads
30
Archive size
25.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
05Platforms
06Labels