01README
Inventory Kubernetes pods, deployments, and RBAC, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @hashicorp/smart-compass-117 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @hashicorp/smart-compass-117
workflows:
- name: smart-compass-117-run
jobs:
- name: main
steps:
- name: create
model: hashicorp/smart-compass-117
method: createRun with swamp workflow run smart-compass-117-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: kubernetes homelab
02Models
@hashicorp/smart-compass-117/compassv0.1.0compass.ts
fn create(tags: array, filter: record)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| filter | record | Key-value filter expression |
fn get(force: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn diff(limit: number, dryRun?: boolean)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| dryRun? | boolean | Compute changes without applying them |
fn update(filter: record, id?: string, tags: array)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| id? | string | Resource identifier |
| tags | array | List of tags to apply |
@hashicorp/smart-compass-117/beaconv0.1.0beacon.ts
fn update(dryRun: boolean, limit?: number)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| limit? | number | Maximum results to return |
fn create(id: string, tags: array, force: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| tags | array | List of tags to apply |
| force | boolean | Skip confirmation and apply immediately |
03Vaults
smart-compass-117-vaultconfigurable
@hashicorp/smart-compass-117/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Stats
B
83 / 100
Downloads
6
Archive size
202.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 repository0/2missing
05Platforms
06Labels