mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-19 07:13:07 +08:00
docs: record owner-wide queue cleanup
This commit is contained in:
@@ -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 |
|
||||
|
||||
49
docs/releases/2.0.0-rc.1/owner-queue-cleanup-2026-05-18.md
Normal file
49
docs/releases/2.0.0-rc.1/owner-queue-cleanup-2026-05-18.md
Normal 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.
|
||||
Reference in New Issue
Block a user