Lite Pilot 100
01README
Compose secrets and credentials reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.
Quick start
Add @fen_wraith/lite-pilot-100 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @fen_wraith/lite-pilot-100
workflows:
- name: lite-pilot-100-run
jobs:
- name: main
steps:
- name: get
model: fen_wraith/lite-pilot-100
method: getRun with swamp workflow run lite-pilot-100-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.
- 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: secrets security enterprise terraform
02Models
@fen_wraith/lite-pilot-100/sentinelv0.1.0sentinel.ts
fn get(tags: array, dryRun: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| dryRun | boolean | Compute changes without applying them |
fn list(force: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn diff(force: boolean, tags?: array, id: string)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| tags? | array | List of tags to apply |
| id | string | Resource identifier |
03Vaults
lite-pilot-100-vaultconfigurable
@fen_wraith/lite-pilot-100/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Previous Versions
0.7.0Jan 21, 2026
05Stats
A
91 / 100
Downloads
30
Archive size
260.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- 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