Files
runpod__runpod-plugins-offi…/.github/pull_request_template.md
Justin 3751fef038 docs: apply agent-friendliness self-audit fixes (docs/cli/scc lenses)
Ran briandconnelly's agent-friendly-docs, agent-friendly-cli, and
separating-context-from-constraints skills against this repo and resolved the findings:

- AGENTS.md: fix stale golden-path status (defer to golden-paths/README); add a
  Contributor rules section; de-duplicate the capability-matrix maintenance rule.
- CLAUDE.md: use an @AGENTS.md include so the instructions are always loaded.
- runpodctl: promote the CPU-endpoint REST footgun into Decision Rules; split the
  GPU-pool PATCH into its own rule; make the SSH rule verifiable (no interactive
  shell); replace 'actively-maintained worker' with observable hub signals; clarify
  'active worker' = --workers-min 1 (not max) + its continuous-billing cleanup caveat.
- model-caching: reframe the runtime-path note as an agent-facing 'don't guess' rule;
  disambiguate the documented model-caching path from the undocumented Model Repo
  upload path; drop an internal ticket reference.
- networking: make the public-URL rule actionable (tell the user it's unauthenticated).
- docker: give the --platform/never-latest rule one authoritative home.
- CHANGELOG: mark it release-please-generated. Add a PR template + CODEOWNERS as a
  doc-freshness gate.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 12:05:06 -04:00

540 B

What & why

Checklist

  • Updated the doc(s) this change affects (SKILL.md / reference / golden-path / AGENTS.md), or N/A
  • If a rule/behavior changed, kept it consistent across the router + affected skills
  • Ran the hooks locally: validate_marketplace · check_versions · check_runpod_branding · check_links
  • Did NOT hand-edit versions or CHANGELOG.md released sections (release-please owns those)