mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-21 23:19:08 +08:00
66 lines
2.9 KiB
Markdown
66 lines
2.9 KiB
Markdown
# 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: 0.
|
|
- Owner-wide open issues after cleanup: 0.
|
|
- Stale dependency-bot PRs closed: 24.
|
|
- Stale legacy payments/0EM roadmap issues closed: 72.
|
|
- Final stale/generated/manual-review PRs closed: 9.
|
|
- Final legacy/outreach/placeholder issues closed: 5.
|
|
- 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`.
|
|
- The final archived-repo sweep temporarily unarchived and restored
|
|
`affaan-m/dprc-autotrader-v2` and `affaan-m/stoictradingAI`.
|
|
|
|
## Final PR Disposition
|
|
|
|
- `affaan-m/dprc-autotrader-v2#5`: closed stale generated ECC bundle with
|
|
failing checks and dependency-update base.
|
|
- `affaan-m/x-algorithm-score#2`: closed stale/conflicting external feature
|
|
PR with accidental local AI-tool directories noted in the PR body.
|
|
- `affaan-m/dexploy#28`: closed stale generated ECC skill PR with requested
|
|
changes.
|
|
- `affaan-m/zenith#5`: closed stale generated ECC skill PR.
|
|
- `affaan-m/zenith#4`: closed test/noise PR whose diff only added a
|
|
non-actionable script comment.
|
|
- `affaan-m/affaan-m#1`: closed stale/conflicting third-party README-card PR.
|
|
- `affaan-m/affaanmustafa.com#1`: closed stale Cloudflare Worker-name PR with
|
|
requested changes.
|
|
- `affaan-m/0em-payments-dashboard#11`: closed stale/conflicting Cloudflare
|
|
Worker-name PR.
|
|
- `affaan-m/0em-payments-dashboard#3`: closed stale/conflicting Cloudflare
|
|
Worker-name PR.
|
|
|
|
## Final Issue Disposition
|
|
|
|
- `affaan-m/dprc-autotrader-v2#3`: closed public integration pitch as not
|
|
planned for the archived repo.
|
|
- `affaan-m/stoictradingAI#20`: closed public outreach question as not planned
|
|
for the archived repo.
|
|
- `affaan-m/dexploy#27`: closed stale internal skill-creator test issue.
|
|
- `affaan-m/dexploy#25`: preserved useful deployment/localStorage and
|
|
Cloudflare findings in Linear `ITO-62`, then closed the stale GitHub issue.
|
|
- `affaan-m/telegram-mcp-ts#1`: closed stale empty placeholder issue.
|
|
|
|
## Disposition
|
|
|
|
The closed dependency PRs were stale generated version bumps and should be
|
|
regenerated from current bases if still needed. The closed generated ECC bundle
|
|
PRs should be regenerated from the current ECC Tools flow if those repositories
|
|
become active again. 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.
|