Operative Namespace
@bayou_fang
4 extensions
@bayou_fang/rapid-ledger-62
Compose financial operations data reports from a single YAML source. Includes diff-vs-previous and breaking-change detection. ## Quick start Add `@bayou_fang/rapid-ledger-62` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @bayou_fang/rapid-ledger-62 workflows: - name: rapid-ledger-62-run jobs: - name: main steps: - name: run model: bayou_fang/rapid-ledger-62 method: run ``` Run with `swamp workflow run rapid-ledger-62-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:** `finops` `metrics` `observability` `self-hosted`
@bayou_fang/rapid-warden-01
Sync state of infrastructure against a desired-state YAML. Diffs are previewed before any mutation. ## Quick start Add `@bayou_fang/rapid-warden-01` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @bayou_fang/rapid-warden-01 workflows: - name: rapid-warden-01-run jobs: - name: main steps: - name: get model: bayou_fang/rapid-warden-01 method: get ``` Run with `swamp workflow run rapid-warden-01-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. - **Skills** — Claude Code skills with tool whitelists and trigger-phrase manifests. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `infra` `vpn` `python`
@bayou_fang/smart-scout-58
Compose developer tooling reports from a single YAML source. Includes diff-vs-previous and breaking-change detection. ## Quick start Add `@bayou_fang/smart-scout-58` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @bayou_fang/smart-scout-58 workflows: - name: smart-scout-58-run jobs: - name: main steps: - name: run model: bayou_fang/smart-scout-58 method: run ``` Run with `swamp workflow run smart-scout-58-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Reports** — markdown roll-ups grouped by label and breaking-change flag. - **Skills** — Claude Code skills with tool whitelists and trigger-phrase manifests. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `tooling` `llm`
@bayou_fang/lite-pulse-16
Sync state of network devices against a desired-state YAML. Diffs are previewed before any mutation. ## Quick start Add `@bayou_fang/lite-pulse-16` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @bayou_fang/lite-pulse-16 workflows: - name: lite-pulse-16-run jobs: - name: main steps: - name: run model: bayou_fang/lite-pulse-16 method: run ``` Run with `swamp workflow run lite-pulse-16-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:** `network` `homelab`