Skip to main content

stateless

tier/07· Murk Lurker· 57,639 pts· joined May 2026· 1-day streak
OG SwamperQuality Initiate
07XP 55.3%08
01Lore

No lore recorded.

02Activity

22 active days in 2026

LessMore
03Trajectorynext: Moss Fiend
Score
04Execution Records2,913 · 22 days
58k pts

click a wedge to zoom · center to return

Show full breakdown
  1. cli_invocation100.0%2.9k
    audit59%1.7k
    1. record1.7k
    model16%463
    1. method292
    2. type90
    3. validate27
    4. get26
    5. search18
    6. create6
    7. evaluate1
    extension10%301
    1. search97
    2. push80
    3. fmt55
    4. info24
    5. quality22
    6. version18
    7. pull5
    data7%208
    1. get169
    2. query32
    3. list3
    4. search2
    5. versions1
    workflow2%63
    1. validate20
    2. run13
    3. approve8
    4. resume8
    5. create6
    6. search2
    7. approvals2
    8. schema2
    9. reject1
    10. history1
    doctor1%43
    1. extensions41
    2. audit1
    vault1%41
    1. read-secret24
    2. list-keys5
    3. put5
    4. type3
    5. create2
    6. search1
    7. list1
    help1%19
    1. model8
    2. extension4
    3. data3
    4. doctor1
    5. vault1
    6. report1
    report1%17
    1. get11
    2. search2
    3. describe2
    4. type2
    auth0%14
    1. whoami13
    2. login1
    issue0%10
    1. feature4
    2. search2
    3. get2
    4. bug1
    5. ripple1
    update0%4
    datastore0%2
    1. status2
    repo0%1
    1. upgrade1
05Tier
7
of 20
Rank
Murk Lurker
Score
57,639
Next
80,000
06Extensions7

Proxmox

@stateless/proxmox · v2026.06.12.1

Transport-neutral Proxmox VE lifecycle — QEMU VMs (clone, cloud-init config, resize disk, start, stop, delete, in-guest exec) and LXC containers (create-from-template, config, resize, start, stop, delete) — over the REST API directly (token auth) or by running pvesh on the node over SSH (node-local API, reuses an existing jump). Idempotent create/clone/delete + a reachability pre-flight check. Plus host/guest telemetry — a nodeStatus method (CPU load, memory pressure, root-fs fill, disk SMART) and per-guest metrics — read by the @stateless/proxmox-fleet report.

upd Jun 1256 pullsA

Review

@stateless/review · v2026.06.17.2

Human-in-the-loop review canvas — serve a local web form the human gates while the agent keeps working. list mode renders a long candidate list as a curation grid (configurable option-scale + per-item comment) for migrations, triage, and cleanup approvals; doc mode is a pastebin-style markdown editor (editor left, live preview right, optional approve/revise/reject verdict) for reviewing generated docs and gating publishes. Detached serve / status / collect / stop lifecycle; every save dual-writes JSON + markdown + a timestamped append-log, and collect records the result into the data model for workflow consumption. Python-stdlib server bundled; private networks only (URL-token guarded).

upd Jun 1710 pullsA

Inventory

@stateless/inventory · v2026.06.12.1

A neutral, extensible fleet inventory record — the foundational "what exists and its declared attributes" model. Uniform core (id, purpose, components, relations) across atomic and composite items, with an open facet seam (access, power, network, config, management, firmware, interfaces, + custom) so new dimensions layer on without schema changes. Declarative: `apply` materialises one CEL-queryable `device` resource per id; `prune` soft-retires undeclared devices (status change, not deletion — version history preserves the lifecycle trend). Consumer abstractions (telemetry, management, config-drift) depend on it; it depends on nothing.

upd Jun 122 pullsA

Syscheck

@stateless/syscheck · v2026.06.12.2

Fleet node verification framework. A catalog of tagged checks (category × cadence × scope) contributed by domains — host-OS/apt hygiene & fitness over scripts/host-probe.sh, plus a proxmox provider for PVE-scoped checks — run by the syscheck workflow and scored into a per-node pass/warn/fail verdict. Domains (proxmox, future @stateless/docker, …) plug in via a CheckProvider contract. Sits above the domains; results belong in @stateless/inventory.

upd Jun 121 pullsA

Table Report

@stateless/table-report · v2026.06.23.2

A generic data-table report for any swamp model — render materialised resource data as markdown tables, dataview-style, instead of hand-writing a bespoke report per model. Declare a `tableViews` tag (JSON: a list of {spec, columns, where, sort, limit}) for curated views — the config lives in the model's free-form `tags`, so it works on ANY model type with no schema change — or get an auto-table per resource spec with zero config. Column paths are content-relative (e.g. `facets.pricing.perTBMonth`); filters are scalar- equality. Point it at any model, get tables, no TypeScript.

upd Jun 230 pullsA
view all 7 →
07Uplinks