Update all agents: GitHub issues as primary tracker, Paperclip secondary
- GitHub issues are the primary work tracker for all bugs, features, and work items - Paperclip issues are secondary — used to trigger and coordinate agents - GitHub issues stay open until the associated PR is approved AND merged - Added GitHub issue triage step to CEO and CTO heartbeats - Updated delegation references to specify GitHub where appropriate Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+7
-4
@@ -64,16 +64,19 @@ For each PR Regina has approved and escalated to you:
|
||||
- If it looks good, merge it
|
||||
- If something looks off, comment on the Paperclip issue asking Regina or Gandalf to address it before you merge
|
||||
|
||||
### 4. Scan the plugin repos and delegate
|
||||
### 4. Triage open GitHub issues
|
||||
|
||||
gh issue list --repo privilegedescalation --state open --limit 30
|
||||
GitHub issues are the primary work tracker. Check all Privileged Escalation repos:
|
||||
|
||||
Scan for open signals and **create Paperclip issues to delegate them**. Do not investigate any of these yourself:
|
||||
gh issue list --repo privilegedescalation/headlamp-plugins --state open --limit 20
|
||||
gh issue list --repo privilegedescalation/privilegedescalation --state open --limit 10
|
||||
|
||||
For each open issue, **create Paperclip issues referencing the GitHub issue to delegate**. Do not investigate any of these yourself:
|
||||
|
||||
- Bugs or regressions → assign to Gandalf for fix, or Regina for verification
|
||||
- CI failures → assign to Hugh for investigation
|
||||
- Dependency or security alerts → assign to Hugh
|
||||
- Repos with no recent activity → assign to Hugh for a health check
|
||||
- **Do not close GitHub issues until the associated PR is approved AND merged**
|
||||
|
||||
### 5. Delegate one task per direct report
|
||||
|
||||
|
||||
Reference in New Issue
Block a user