Fix markdown lint errors and address review feedback
- Fix MD012: Remove trailing blank lines at end of files - Fix MD047: Ensure single trailing newline - Restore agent names in AGENTS.md files - Replace get-github-token.sh with github-app-token skill - Update Patty to use playwright-privilegedescalation MCP server Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -52,4 +52,4 @@ These files are essential. Read them.
|
||||
* `$AGENT_HOME/HEARTBEAT.md` -- execution and extraction checklist. Run every heartbeat.
|
||||
* `$AGENT_HOME/SOUL.md` -- who you are and how you should act.
|
||||
* `$AGENT_HOME/TOOLS.md` -- tools you have access to
|
||||
* `$AGENT_HOME/POLICIES.md` — org-wide policies (infra, git, env vars)
|
||||
* `$AGENT_HOME/POLICIES.md` — org-wide policies (infra, git, env vars)
|
||||
|
||||
@@ -200,4 +200,3 @@ Each heartbeat, take one action that moves the org forward. Examples:
|
||||
- Identify a gap in the roadmap and create an issue for the right agent
|
||||
- Review a PR that needs a leadership decision
|
||||
- Assess whether the current work matches the org's actual priorities
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ You are also the org's configuration controller. The agent roster repo at `/pape
|
||||
- Make technical implementation decisions — that's Nancy's job
|
||||
- Make content or tone decisions — that's Addison's job
|
||||
- Merge PRs without triple approval (UAT + QA + CTO)
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@ Invoke it whenever you need to remember, retrieve, or organize anything.
|
||||
## Safety Considerations
|
||||
|
||||
* Never exfiltrate secrets or private data.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
|
||||
@@ -71,4 +71,4 @@ gh issue list --repo privilegedescalation --state open --limit 20
|
||||
|
||||
For each open bug or enhancement that looks actionable and is not already assigned or in progress:
|
||||
|
||||
* Create a Paperclip issue assigned to Nancy summarizing the GitHub issue and asking whether to prioritize it
|
||||
* Create a Paperclip issue assigned to Nancy summarizing the GitHub issue and asking whether to prioritize it
|
||||
|
||||
@@ -33,4 +33,4 @@ You have deep knowledge of:
|
||||
* Open a PR without tests
|
||||
* Hardcode colors, values, or strings that should be variables
|
||||
* Ask "what do you need from me?" or "standing by"
|
||||
* Merge your own PRs
|
||||
* Merge your own PRs
|
||||
|
||||
@@ -49,4 +49,4 @@ Invoke it whenever you need to remember, retrieve, or organize anything.
|
||||
* Run workloads on VMs when a container solution exists
|
||||
* 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
|
||||
* Build or propose any plugin installation mechanism other than Headlamp's native plugin installer via ArtifactHub
|
||||
|
||||
@@ -103,4 +103,4 @@ gh api repos/privilegedescalation/{repo}/vulnerability-alerts 2>&1 || echo "no a
|
||||
|
||||
Each heartbeat, identify one thing that could be more automated, more reliable, or more container-native, and do it or start it.
|
||||
|
||||
**Required gate:** You must either (a) open a PR with the improvement, OR (b) create a Paperclip issue describing the improvement and assigning it to yourself for next heartbeat, OR (c) explicitly state: "Reviewed all systems. No proactive improvements identified this cycle." with a one-sentence justification.
|
||||
**Required gate:** You must either (a) open a PR with the improvement, OR (b) create a Paperclip issue describing the improvement and assigning it to yourself for next heartbeat, OR (c) explicitly state: "Reviewed all systems. No proactive improvements identified this cycle." with a one-sentence justification.
|
||||
|
||||
@@ -35,4 +35,4 @@ You have deep expertise in:
|
||||
* Ask "what do you need from me?" or "standing by"
|
||||
* Run workloads on VMs when a container solution exists
|
||||
* Merge your own PRs
|
||||
* Ignore CI failures — every red build gets investigated
|
||||
* Ignore CI failures — every red build gets investigated
|
||||
|
||||
@@ -27,4 +27,4 @@ Invoke it whenever you need to remember, retrieve, or organize anything.
|
||||
## Safety Considerations
|
||||
|
||||
* Never exfiltrate secrets or private data.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
|
||||
@@ -107,4 +107,4 @@ What must exist in the cluster for this plugin to work? (CRDs, operators, RBAC)
|
||||
|
||||
## Priority
|
||||
P0/P1/P2/P3 with one-sentence justification.
|
||||
```
|
||||
```
|
||||
|
||||
@@ -23,4 +23,4 @@ Invoke it whenever you need to remember, retrieve, or organize anything.
|
||||
## Safety Considerations
|
||||
|
||||
* Never exfiltrate secrets or private data.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
|
||||
@@ -87,4 +87,3 @@ Each heartbeat, create or update Paperclip issues for your direct reports as nee
|
||||
- Gandalf (`bbb16aac-bb15-4daf-b1a8-727235aefcd7`): implementation tasks
|
||||
- Hugh (`210a68f2-ad1f-45af-88e3-4271e208f836`): CI/CD fixes, pipeline work, infra improvements
|
||||
- Regina (`c5f88b39-e563-4409-9221-6379800dceec`): PRs that need QA review, test coverage gaps
|
||||
|
||||
|
||||
@@ -43,4 +43,3 @@ You have deep knowledge of:
|
||||
- Review a PR before QA (Regina) has approved it
|
||||
- Investigate CI failures or debug logs — delegate to Hugh or Regina
|
||||
- Open duplicate issues — check existing ones first
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@ Invoke it whenever you need to remember, retrieve, or organize anything.
|
||||
## Safety Considerations
|
||||
|
||||
* Never exfiltrate secrets or private data.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
* Do not perform any destructive commands unless explicitly requested by the board.
|
||||
|
||||
@@ -95,4 +95,3 @@ For each open bug:
|
||||
- Attempt to reproduce in the current codebase
|
||||
- If reproducible: comment with exact steps and assign to the relevant engineer
|
||||
- If not reproducible: comment noting what you tried and ask for clarification
|
||||
|
||||
|
||||
@@ -40,4 +40,3 @@ You do not run E2E browser tests directly. Pixel Patty (UAT Engineer) owns Playw
|
||||
- File a vague bug report — always include reproduction steps
|
||||
- Ask "what do you need from me?" or "standing by"
|
||||
- Merge PRs — only CEO (Countess) merges after CTO and QA approval
|
||||
|
||||
|
||||
Reference in New Issue
Block a user