Skip to main content

stateless

tier/07· Murk Lurker· 57,088 pts· joined May 2026· 2-day streak
OG SwamperQuality Initiate
07XP 54.2%08
01Lore

No lore recorded.

02Activity

15 active days in 2026

LessMore
03Trajectorynext: Moss Fiend
Score
04Execution Records2,784 · 15 days
57k pts

click a wedge to zoom · center to return

Show full breakdown
  1. cli_invocation100.0%2.8k
    audit59%1.6k
    1. record1.6k
    model16%444
    1. method280
    2. type87
    3. validate27
    4. get23
    5. search17
    6. create6
    7. evaluate1
    extension10%288
    1. search97
    2. push74
    3. fmt52
    4. info21
    5. quality21
    6. version18
    7. pull5
    data7%201
    1. get162
    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
    doctor2%43
    1. extensions41
    2. audit1
    vault1%41
    1. read-secret24
    2. list-keys5
    3. put5
    4. type3
    5. create2
    6. search1
    7. list1
    help1%18
    1. model7
    2. extension4
    3. data3
    4. doctor1
    5. vault1
    6. report1
    report1%17
    1. get11
    2. search2
    3. describe2
    4. type2
    auth0%13
    1. whoami12
    2. login1
    issue0%10
    1. feature4
    2. search2
    3. get2
    4. bug1
    5. ripple1
    update0%3
    datastore0%2
    1. status2
    repo0%1
    1. upgrade1
05Tier
7
of 20
Rank
Murk Lurker
Score
57,088
Next
80,000
06Extensions4

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 1240 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

Review

@stateless/review · v2026.06.16.1

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 161 pullsA
07Uplinks