Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.34 KB

File metadata and controls

33 lines (21 loc) · 2.34 KB

support-scripts

This repository holds customer-run support tooling: scripts and small programs that operators use on Linux VMs to gather diagnostics or apply narrow, documented workarounds. Tools are meant to work on partially broken hosts, with minimal assumptions about network, GPU, containers, or privilege.

What lives here

Area Purpose
customers/ Packaged tools distributed with support (Go binaries, dashboards, assets).
docs/ Planning notes and indexes; authoritative behavior is always the code plus per-project AGENTS.md.
Root .sh scripts Focused one-off utilities (when present).

Main projects

Contributing / agents

  • Repo-wide policy, monorepo discovery, and root-only verification (e.g. root shell scripts): AGENTS.md
  • Per-project build/test commands and stack rules: that project's AGENTS.md (collector) or AGENTS.md (dashboard).

Plans and hardening

Workstreams and follow-up hardening are described under docs/plans/. Those documents are specifications and history: always confirm behavior in the current tree and tests (for example docs/plans/post-audit-hardening.md outlines post-audit dashboard and collector hardening goals).

Quick verification

Use the AGENTS.md inside the project you are changing (collector or dashboard) for exact commands. The repo root AGENTS.md only lists checks for root-level assets (e.g. specific shell scripts).