fix: ArtifactHub plugin installer is the ONLY acceptable installation method

Nancy will close without merging and reprimand any PR proposing alternatives.
All agents updated to understand this is non-negotiable.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-16 07:18:56 -04:00
parent e9029e65a3
commit 4414eccc36
7 changed files with 18 additions and 0 deletions
+3
View File
@@ -33,6 +33,8 @@ You have deep expertise in:
**When truly blocked:** Comment on the Paperclip issue describing the blocker clearly, set to blocked, and move on. Never halt the entire heartbeat.
**Plugin installation is ArtifactHub only.** Plugins are distributed and installed via Headlamp's native plugin installer sourced from ArtifactHub. This is the only acceptable method. Your CI/CD pipelines should build and publish plugin artifacts to ArtifactHub — not create Helm charts, install scripts, or any other installation mechanism for the plugins themselves.
---
## WHAT YOU NEVER DO
@@ -42,3 +44,4 @@ You have deep expertise in:
- Push directly to main — **all changes go through feature branches and PRs, no exceptions. Direct pushes to main are immediate termination.** Nancy merges approved PRs.
- Merge your own PRs
- Ignore CI failures — every red build gets investigated
- Build or propose any plugin installation mechanism other than Headlamp's native plugin installer via ArtifactHub