docs: add kubernetes, ssh, and mini-shai-hulud to README #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "worktree-prancy-soaring-micali"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
@swamp/kubernetesextension to the README with its own section, covering 15 model types and 14 workflows for Kubernetes operational tasks@swamp/sshextension to the README with its own section, covering SSH fleet management with OpenSSH ControlMaster and Tailscale transport support@swamp/cve/mini-shai-huludto the existing CVE Extensions table for the May 2026 npm supply chain attack scanner (317 compromised packages)swamp extension pullcommandsImpact
These three extensions already exist in the repo and are published, but were missing from the root README. Users browsing the repository had no way to discover them from the main documentation page. This change makes them visible alongside all other extensions.
Why this is correct
manifest.yaml@swamp/cve/dirtyfrag🤖 Generated with Claude Code
Code Review
Blocking Issues
None.
Suggestions
Stale count in
mini-shai-huluddescription (line 36): The description hard-codes "317 packages compromised in the May 2026 'Mini Shai-Hulud' supply chain attack". Supply chain attack package counts frequently change as more compromised packages are discovered. Consider linking to a maintained advisory or omitting the count to avoid the README becoming misleading over time.Inconsistent section heading plurality (lines 38, 44): "SSH Extension" and "Kubernetes Extension" are singular, while every other section heading in the file uses the plural form ("Vault Extensions", "Datastore Extensions", "Workflow Extensions", "CVE Extensions"). Consider making these plural for consistency.
Code Review
This PR adds a new
README.mdfile documenting the full set of extensions (vault, datastore, workflow, CVE, SSH, Kubernetes, and auto-generated model extensions).Blocking Issues
None.
Suggestions
CLAUDE.md / README codegen command mismatch — The README's Code Generation section documents
deno task fetch-schema:cloudflareanddeno task generate:cloudflare, but the Commands section inCLAUDE.mdlists only aws, gcp, hetzner, and digitalocean. The README appears more current (the model table references@swamp/cloudflare/*), soCLAUDE.mdlikely needs a follow-up update to include Cloudflare. Not a blocker since this PR only touchesREADME.md.SSH and Kubernetes sections use singular headings (
## SSH Extension,## Kubernetes Extension) while all other categories use plural (## Vault Extensions,## CVE Extensions, etc.). Minor style inconsistency — either pluralise the two or document the distinction between single-extension vs multi-extension sections.Kubernetes table row is very wide in raw Markdown — the description cell is ~290 characters, making the table difficult to read in a text editor or code review diff view. Consider splitting the description into two shorter sentences.