Operative Namespace
@murk_lurker
2 extensions
@murk_lurker/deep-ledger-51
Inventory AWS resources, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag. ## Quick start Add `@murk_lurker/deep-ledger-51` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @murk_lurker/deep-ledger-51 workflows: - name: deep-ledger-51-run jobs: - name: main steps: - name: delete model: murk_lurker/deep-ledger-51 method: delete ``` Run with `swamp workflow run deep-ledger-51-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. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `aws` `kubernetes` `homelab`
@murk_lurker/deep-beacon-73
Inventory security posture, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag. ## Quick start Add `@murk_lurker/deep-beacon-73` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @murk_lurker/deep-beacon-73 workflows: - name: deep-beacon-73-run jobs: - name: main steps: - name: run model: murk_lurker/deep-beacon-73 method: run ``` Run with `swamp workflow run deep-beacon-73-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. - **Vault provider** — encrypted secret storage with audit trail and cross-region replication. - **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:** `security` `enterprise` `homelab`