Lite Sentinel 80
01README
Inventory enterprise integrations, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @fen_wraith/lite-sentinel-80 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @fen_wraith/lite-sentinel-80
workflows:
- name: lite-sentinel-80-run
jobs:
- name: main
steps:
- name: run
model: fen_wraith/lite-sentinel-80
method: runRun with swamp workflow run lite-sentinel-80-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.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: enterprise secrets homelab
02Workflows
deep anchordeep-anchor
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.
deep tracerdeep-tracer
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.
03Vaults
lite-sentinel-80-vaultconfigurable
@fen_wraith/lite-sentinel-80/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Previous Versions
2.9.0Sep 12, 2025
05Stats
A
100 / 100
Downloads
30
Archive size
367.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 repository2/2earned
06Platforms
07Labels