Operative Namespace
@muck_shade
2 extensions
@muck_shade/sync-reactor-60
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`: ```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`
@muck_shade/rapid-reactor-75
release notes and changelogs orchestration with retry/backoff, structured logs, and per-step idempotency keys. ## Quick start Add `@muck_shade/rapid-reactor-75` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @muck_shade/rapid-reactor-75 workflows: - name: rapid-reactor-75-run jobs: - name: main steps: - name: sync model: muck_shade/rapid-reactor-75 method: sync ``` Run with `swamp workflow run rapid-reactor-75-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Typed models** — Zod-validated arguments, structured outputs, and a manifest the agent can reason about. - **Composable workflows** — wire methods into multi-step DAGs with retry, idempotency, and per-step logs. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `release` `code-review` `terraform`