Skip to main content

Sync Reactor 60

@muck_shade/sync-reactor-60v2.5.2· 6d agoWORKFLOWS·REPORTS
01README

AI-assisted analysis of compliance signals. Returns rubric-scored JSON suitable for downstream judging.

Quick start

Add @muck_shade/sync-reactor-60 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @muck_shade/sync-reactor-60

workflows:
  - name: sync-reactor-60-run
    jobs:
      - name: main
        steps:
          - name: run
            model: muck_shade/sync-reactor-60
            method: run

Run with swamp workflow run sync-reactor-60-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • 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: compliance cost finops

02Workflows1
sync guardsync-guard

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Reports1
sync-reactor-60-reportextension
report.ts

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

auditsummary
04Stats
A
91 / 100
Downloads
30
Archive size
235.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • 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
05Platforms
06Labels