Skip to content

Commit 2e5dae3

Browse files
committed
docs: add distribution submissions tracker
1 parent 0d94969 commit 2e5dae3

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

docs/distribution.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# Distribution Submissions — magic-cc-codex-worker
2+
3+
Tracker for promotional-registry submissions (awesome-lists, marketplaces,
4+
crawlers). Update inline when status changes; do not delete entries — the
5+
ledger is the trace.
6+
7+
| Symbol | Meaning |
8+
|---|---|
9+
| 🟢 | merged / live |
10+
| 🟡 | open, no maintainer response |
11+
| 🔵 | open, in review (CodeRabbit / maintainer commented) |
12+
| 🟠 | open, action needed from us |
13+
| 🔴 | closed / rejected |
14+
|| scheduled, not yet submitted |
15+
| 📝 | manual web-form submission, no PR to track |
16+
17+
## Active submissions
18+
19+
### 🟡 ComposioHQ/awesome-claude-plugins #194
20+
- **URL:** https://github.com/ComposioHQ/awesome-claude-plugins/pull/194
21+
- **Submitted:** 2026-04-24 12:41 UTC
22+
- **Last activity:** 2026-04-24 (open, untouched)
23+
- **Status:** awaiting maintainer review
24+
- **Notes:** no CI, no auto-bot, no comments
25+
26+
### 🔵 rohitg00/awesome-claude-code-toolkit #339
27+
- **URL:** https://github.com/rohitg00/awesome-claude-code-toolkit/pull/339
28+
- **Submitted:** 2026-04-24 12:41 UTC
29+
- **Last activity:** 2026-04-24 13:03 UTC
30+
- **Status:** CodeRabbit reviewed, partially addressed
31+
- **History:**
32+
- 2026-04-24 12:42 — CodeRabbit auto-review: suggested adding license note + bumping plugin counter
33+
- 2026-04-24 13:02 — addressed in commit `3118e83`: license added to entry, header bumped 176+ → 177+
34+
- 2026-04-24 13:03 — CodeRabbit follow-up: counter still says `176+` at **line 53 (TOC)** and **line 74 (Plugins intro)**; only line 3 was bumped
35+
- **Action open:** decide whether to also bump line 53 + 74. Maintainer not yet weighed in. CodeRabbit is a bot — if maintainer is fine with partial bump, no action needed. Risk of further bot churn if we leave it.
36+
37+
### 🟡 ccplugins/awesome-claude-code-plugins #201
38+
- **URL:** https://github.com/ccplugins/awesome-claude-code-plugins/pull/201
39+
- **Submitted:** 2026-04-24 12:43 UTC
40+
- **Last activity:** 2026-04-24 (open, untouched)
41+
- **Status:** awaiting maintainer review
42+
- **Notes:** no CI, no comments
43+
44+
### 🟡 davepoon/buildwithclaude #134
45+
- **URL:** https://github.com/davepoon/buildwithclaude/pull/134
46+
- **Submitted:** 2026-04-24 13:37 UTC
47+
- **Last activity:** 2026-04-24 (open, untouched)
48+
- **Status:** awaiting maintainer review
49+
- **Notes:** opened later than the other three (rate-limit on the worker agent forced retry after 21:00 KL); no activity since
50+
51+
### ⏳ hesreallyhim/awesome-claude-code (scheduled)
52+
- **Submission method:** web form (template: `recommend-resource.yml`) — bot rejects `gh` CLI submissions
53+
- **Form URL:** https://github.com/hesreallyhim/awesome-claude-code/issues/new?template=recommend-resource.yml
54+
- **Form copy:** `docs/submission-copy.md` § 2 (verbatim paste)
55+
- **Why deferred:** registry requires repo age ≥ 1 week; repo opened 2026-04-24
56+
- **Scheduled fire:** 2026-05-02 01:00 UTC via routine `trig_01L7va95sjCMR5omXeGT4nQh`
57+
- Routine runs Sonnet remote agent that re-checks all 4 PRs above + presents paste-ready form copy
58+
- User must manually paste into the web form (agent cannot submit it)
59+
- **View in UI:** https://claude.ai/code/routines/trig_01L7va95sjCMR5omXeGT4nQh
60+
61+
## Completed / passive
62+
63+
### 📝 claudecodemarketplace.net
64+
- **Submitted:** 2026-04-24 (manually by user via web form)
65+
- **Status:** confirmation pending site-owner review (no public PR to track)
66+
67+
### ⏳ claudemarketplaces.com (auto-crawler)
68+
- **Mechanism:** site auto-crawls public Claude Code plugin marketplaces
69+
- **Action:** none needed — passive
70+
- **Verification:** `curl -s https://claudemarketplaces.com | grep -i magic-codex` (re-check periodically)
71+
- **Last checked:** _not yet_
72+
73+
### ⏳ quemsah (popularity-gated)
74+
- **Mechanism:** auto-listing once GitHub stars cross threshold
75+
- **Action:** none needed — passive
76+
77+
## Operational notes
78+
79+
- All four manually-PR'd registries follow the same pattern: open a PR adding one row to a README/list. None have CI; merges are at maintainer discretion. Median wait time per the original research session: 3–7 days.
80+
- For the hesreallyhim submission, the routine is the *reminder + status*, not the submission. The actual paste happens in the user's browser.
81+
- If a PR sits >14 days without movement: post a polite check-in comment, do not bump.
82+
- If a PR is closed without merge: don't reopen — file a fresh entry here under "Rejected" with the reason.
83+
84+
## Re-check command
85+
86+
To re-poll all four open PRs at once:
87+
88+
```bash
89+
for spec in \
90+
"ComposioHQ/awesome-claude-plugins:194" \
91+
"rohitg00/awesome-claude-code-toolkit:339" \
92+
"ccplugins/awesome-claude-code-plugins:201" \
93+
"davepoon/buildwithclaude:134"; do
94+
repo="${spec%:*}"; num="${spec#*:}"
95+
echo "=== $repo #$num ==="
96+
gh pr view "$num" --repo "$repo" --json state,mergedAt,updatedAt,reviewDecision,latestReviews
97+
done
98+
```

0 commit comments

Comments
 (0)