docs: record owner-wide queue cleanup

This commit is contained in:
Affaan Mustafa
2026-05-18 06:16:45 -04:00
parent feeaa97511
commit 08807e7fd6
6 changed files with 125 additions and 16 deletions

View File

@@ -24,6 +24,12 @@ As of 2026-05-18:
local `docs/drafts/` directory. The May 18 sync also refreshed
`scripts/work-items.js sync-github` across all five tracked repos, leaving
no open or blocked local work items.
- Owner-wide queue cleanup is also inside the requested budget:
`docs/releases/2.0.0-rc.1/owner-queue-cleanup-2026-05-18.md` records the
live `gh search` sweep that closed 24 stale dependency-bot PRs and 72 stale
legacy payments/0EM roadmap issues, leaving 9 open PRs and 5 open issues
across the `affaan-m` owner namespace. Archived repos touched during stale
PR closure were restored to archived state.
- GitHub discussions are current across those tracked repos:
`affaan-m/everything-claude-code` has 58 total discussions and 0 without
maintainer touch after May 15 maintainer updates on #73 and #1239; AgentShield,

View File

@@ -2,8 +2,8 @@
This dashboard is generated by `npm run operator:dashboard`. It is an operator snapshot, not release approval.
Generated: 2026-05-18T09:38:23.764Z
Commit: 5e8f412cb53f7a979d60aefc39978bbf79ac0bf3
Generated: 2026-05-18T10:14:46.229Z
Commit: feeaa97511afc274675374fba2f40631a4a099a7
Status: work remaining
## Current Status
@@ -13,16 +13,16 @@ Status: work remaining
| PR queue | Current | 0 open PRs across tracked repos |
| Issue queue | Current | 0 open issues across tracked repos |
| Discussions | Current | 0 need maintainer touch; 0 missing accepted answer |
| Local worktree | Current | 0 blocking dirty files; 1 ignored dirty entries |
| Dashboard generation | Current | platform audit ready: true; GitHub skipped: false |
| Local worktree | Needs work | 5 blocking dirty files; 1 ignored dirty entries |
| Dashboard generation | Needs work | platform audit ready: false; GitHub skipped: false |
| Publication | Not complete | release, npm, plugin, billing, and announcement gates are tracked below |
## Prompt-To-Artifact Checklist
| Objective requirement | Artifact or gate | Status | Evidence | Gap |
| --- | --- | --- | --- | --- |
| Keep public PRs below 20 | scripts/platform-audit.js live GitHub sweep | current | 0 open PRs across 5 tracked repos | repeat before release |
| Keep public issues below 20 | scripts/platform-audit.js live GitHub sweep | current | 0 open issues across 5 tracked repos | repeat before release |
| Keep public PRs below 20 | scripts/platform-audit.js live GitHub sweep plus owner-wide queue cleanup ledger | current | 0 open PRs across 5 tracked repos; 9 owner-wide open PRs after cleanup | repeat platform:audit and owner-wide gh search before release |
| Keep public issues below 20 | scripts/platform-audit.js live GitHub sweep plus owner-wide queue cleanup ledger | current | 0 open issues across 5 tracked repos; 5 owner-wide open issues after cleanup | repeat platform:audit and owner-wide gh search before release |
| Respond and manage repository discussions | scripts/platform-audit.js discussion summary | current | 0 need maintainer touch; 0 answerable discussions missing accepted answer | repeat before release |
| Build ITO-44 completion dashboard into a repeatable command | npm run operator:dashboard | complete | operator:dashboard package script exists | keep generated dashboard attached to publication evidence |
| ECC 2.0 preview pack ready | docs/releases/2.0.0-rc.1/preview-pack-manifest.md | current | preview pack manifest and deterministic smoke gate are in-tree | repeat clean-checkout preview-pack smoke before publication |

View File

@@ -0,0 +1,49 @@
# Owner-Wide Queue Cleanup - 2026-05-18
This note records the live GitHub queue cleanup outside the five ECC release
repos tracked by `scripts/platform-audit.js`.
## Commands
```bash
gh search prs --owner affaan-m --state open --json repository,number,title,url,author,updatedAt --limit 100
gh search issues --owner affaan-m --state open --json repository,number,title,url,updatedAt --limit 100
```
## Result
- Owner-wide open PRs after cleanup: 9.
- Owner-wide open issues after cleanup: 5.
- Stale dependency-bot PRs closed: 24.
- Stale legacy payments/0EM roadmap issues closed: 72.
- Archived repos temporarily unarchived for stale dependency PR closure and
restored to archived state:
`affaan-m/stoictradingAI`, `affaan-m/dprc-autotrader-v2`,
`affaan-m/polycule-secure`, and `affaan-m/pragmAItism_defAInce`.
## Remaining Open PRs
- `affaan-m/dprc-autotrader-v2#5`: feat: add dprc-autotrader-v2 ECC bundle
- `affaan-m/x-algorithm-score#2`: Add onboarding flow, history tracking, and dashboard analytics
- `affaan-m/dexploy#28`: feat: add dexploy skill
- `affaan-m/zenith#5`: feat: add zenith skill
- `affaan-m/zenith#4`: fix: unchecked race condition in websocket to webhook stream
- `affaan-m/affaan-m#1`: Update README.md
- `affaan-m/affaanmustafa.com#1`: Update name in Wrangler configuration file to match deployed Worker
- `affaan-m/0em-payments-dashboard#11`: Update name in Wrangler configuration file to match deployed Worker
- `affaan-m/0em-payments-dashboard#3`: Update name in Wrangler configuration file to match deployed Worker
## Remaining Open Issues
- `affaan-m/dprc-autotrader-v2#3`: MEEET STATE - On-Chain Economy for AI Agents
- `affaan-m/stoictradingAI#20`: Quick Q: your #1 friction in Solana bot execution?
- `affaan-m/dexploy#27`: Generate Skill from Repo Analysis
- `affaan-m/dexploy#25`: Progress on the deployments problem so far
- `affaan-m/telegram-mcp-ts#1`: review the updates and the workflow before connection with the frontend
## Disposition
The closed dependency PRs were stale generated version bumps and should be
regenerated from current bases if still needed. The closed legacy payments/0EM
issues were old planning items superseded by the ECC Tools native-payments,
hosted analysis, billing-readback, and Linear/project roadmap lanes.

View File

@@ -108,6 +108,21 @@ porting.
| #1682/#1701 | Strategic compact hook-path fixes were merged directly or superseded by current docs fixes. |
| JARVIS #4/#5/#6 | Stale failing dependency-only PRs; future dependency state should be regenerated by Dependabot. |
## 2026-05-18 Owner-Wide Queue Cleanup
The ECC release repos were already clean, but an owner-wide `gh search` sweep
found stale queues in older public/private projects. The cleanup closed 24
stale dependency-bot PRs and 72 stale legacy payments/0EM roadmap issues,
leaving 9 open PRs and 5 open issues across the `affaan-m` owner namespace.
The detailed before/after evidence and remaining queue are recorded in
`docs/releases/2.0.0-rc.1/owner-queue-cleanup-2026-05-18.md`.
| Scope | Disposition |
| --- | --- |
| Dependabot PRs in `stoictradingAI`, `Behavioral_RL`, `dprc-autotrader-v2`, `x-algorithm-score`, `polycule-secure`, and `pragmAItism_defAInce` | Skipped as stale generated dependency bumps; regenerate from current base if still needed. |
| Legacy issues in `payments0-api`, `payments0-sdk`, `agent-payments-gateway`, `0EM_Frontend`, `0em-payments-dashboard`, and `yield-optimizer` | Superseded by ECC Tools native-payments, hosted analysis, billing-readback, and Linear/project roadmap lanes. |
| Archived repos touched for PR closure | `stoictradingAI`, `dprc-autotrader-v2`, `polycule-secure`, and `pragmAItism_defAInce` were restored to archived state after stale PR closure. |
## Skipped
| Source PR | Reason |