cy0307 commited on
Commit
0cff2b8
·
verified ·
1 Parent(s): 1926a97

Sync GitHub commit 9894459

Browse files
CONTRIBUTING.md CHANGED
@@ -6,6 +6,18 @@ This repository is intentionally narrow. It tracks the new AI and coding-agent m
6
 
7
  Before submitting, read the [curation standard](meta/CURATION.md). Maintainers use it to decide whether a resource is specific, stable, and useful enough for the list.
8
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ## Quick PR Flow
10
 
11
  1. Search `README.md` for the resource title, author, project, and URL.
 
6
 
7
  Before submitting, read the [curation standard](meta/CURATION.md). Maintainers use it to decide whether a resource is specific, stable, and useful enough for the list.
8
 
9
+ ## Fastest Contribution (Under Five Minutes)
10
+
11
+ If you are suggesting one resource and do not want to prepare a fork, use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml). Include:
12
+
13
+ - the canonical public URL;
14
+ - the most specific README category;
15
+ - one sentence on the contribution, novelty, or practical value for recurring agent systems;
16
+ - the source type and evidence tier;
17
+ - any caveat, such as vendor bias, a paywall, early-stage status, or weak evidence.
18
+
19
+ Maintainers will still apply the same scope, duplication, source-quality, and annotation checks used for pull requests. Corrections to an existing annotation are equally useful; link the current entry and state exactly what should change.
20
+
21
  ## Quick PR Flow
22
 
23
  1. Search `README.md` for the resource title, author, project, and URL.
README.md CHANGED
@@ -43,7 +43,7 @@ configs:
43
  </p>
44
 
45
  <p align="center">
46
- <a href="#start-here">Start here</a> |
47
  <a href="#pattern-library">Pattern library</a> |
48
  <a href="examples/README.md">Examples</a> |
49
  <a href="schemas/loop-contract.schema.json">Schema</a> |
@@ -64,7 +64,7 @@ configs:
64
  </p>
65
 
66
  <p align="center">
67
- <sub>Useful? Star the repository to find it again, <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">fork the contracts and dataset schema</a>, or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">watch releases</a> for curated updates.</sub>
68
  </p>
69
 
70
  Awesome Loop Engineering is a curated, implementation-oriented field guide to **Loop Engineering**: the layer above prompt, context, and harness engineering for designing recurring AI-agent systems.
@@ -1032,6 +1032,35 @@ Where this project is going and where to talk about it.
1032
  - 🧾 **Template** [Discussion guide](meta/DISCUSSIONS.md) - Suggested discussion categories, starter prompts, and moderation standard.
1033
  - 🔁 **Pattern** [Show your Loop Engineering patterns](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2) - Community discussion for real or anonymized loop examples.
1034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
  ## Contributing
1036
 
1037
  Contributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
 
43
  </p>
44
 
45
  <p align="center">
46
+ <a href="#build-from-this">Build from this</a> |
47
  <a href="#pattern-library">Pattern library</a> |
48
  <a href="examples/README.md">Examples</a> |
49
  <a href="schemas/loop-contract.schema.json">Schema</a> |
 
64
  </p>
65
 
66
  <p align="center">
67
+ <sub>Useful? Star the repository to find it again, <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">fork the contracts and dataset schema</a>, or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">watch Releases and Discussions</a> for curated updates.</sub>
68
  </p>
69
 
70
  Awesome Loop Engineering is a curated, implementation-oriented field guide to **Loop Engineering**: the layer above prompt, context, and harness engineering for designing recurring AI-agent systems.
 
1032
  - 🧾 **Template** [Discussion guide](meta/DISCUSSIONS.md) - Suggested discussion categories, starter prompts, and moderation standard.
1033
  - 🔁 **Pattern** [Show your Loop Engineering patterns](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2) - Community discussion for real or anonymized loop examples.
1034
 
1035
+ <h2 id="build-from-this">Build From This</h2>
1036
+
1037
+ Use the repository as an implementation kit, not only as a reading list.
1038
+
1039
+ <table>
1040
+ <tr>
1041
+ <td><strong>Run locally</strong></td>
1042
+ <td>Follow the <a href="examples/runnable/README.md#test-repair-loopsh">test-repair walkthrough</a>, then switch to the runtime that owns your trigger and isolation.</td>
1043
+ </tr>
1044
+ <tr>
1045
+ <td><strong>Adapt a contract</strong></td>
1046
+ <td>Start from the <a href="examples/ci-repair-loop.json">CI repair contract</a> and replace its objective, intake, checks, budget, and escalation rules.</td>
1047
+ </tr>
1048
+ <tr>
1049
+ <td><strong>Validate a contract</strong></td>
1050
+ <td>Use the <a href="packages/loop-contract-schema/README.md"><code>loop-contract-schema</code> package</a> in CI or call the JSON Schema from your own validator.</td>
1051
+ </tr>
1052
+ <tr>
1053
+ <td><strong>Analyze the field</strong></td>
1054
+ <td>Use the <a href="data/README.md">dataset export guide</a> to work with the CSV, JSONL, source audit, and Resource Atlas payload.</td>
1055
+ </tr>
1056
+ <tr>
1057
+ <td><strong>Contribute one source</strong></td>
1058
+ <td>Use the <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml">resource suggestion form</a> or the <a href="CONTRIBUTING.md#fastest-contribution-under-five-minutes">under-five-minute contribution path</a>.</td>
1059
+ </tr>
1060
+ </table>
1061
+
1062
+ [Fork the repository](https://github.com/ChaoYue0307/awesome-loop-engineering/fork) to adapt the contracts, runnable templates, and dataset schema for your own loop system.
1063
+
1064
  ## Contributing
1065
 
1066
  Contributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
README.zh-CN.md CHANGED
@@ -7,7 +7,7 @@
7
  </p>
8
 
9
  <p align="center">
10
- <sub>如果这个项目对你有帮助,可以 Star 以便再次找到它,<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">Fork loop contracts 与数据 schema</a>,或<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">订阅 Releases</a> 获取精选更新。</sub>
11
  </p>
12
 
13
  <p align="center">
 
7
  </p>
8
 
9
  <p align="center">
10
+ <sub>如果这个项目对你有帮助,可以 Star 以便再次找到它,<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">Fork loop contracts 与数据 schema</a>,或<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">订阅 Releases 与 Discussions</a> 获取精选更新。</sub>
11
  </p>
12
 
13
  <p align="center">
ROADMAP.md CHANGED
@@ -8,19 +8,21 @@ This roadmap keeps Awesome Loop Engineering focused on useful, verifiable work f
8
  - Add real or anonymized gallery entries from practitioners running recurring agent loops.
9
  - Grow the runnable loop directory beyond the test-repair reference loop, including scheduled-trigger variants per runtime.
10
  - Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
 
11
  - Continue replacing weak or unstable links with primary sources, official docs, papers, and implementation-heavy write-ups.
12
 
13
  ## Pattern Library
14
 
15
- Completed reference patterns now cover PR babysitting, CI repair, docs drift, deploy verification, feedback clustering, dependency triage, evaluation regression, security review, cost-control, and bug hunting. Every pattern now ships a schema-validated loop contract in `examples/`.
16
 
17
- Next pattern-library work should focus on variants backed by operational evidence:
18
 
19
- - enterprise approval loops for permissioned agents;
20
- - incident response loops with pager handoff and postmortem evidence;
21
- - data-quality loops for repeated dataset or knowledge-base refresh;
22
- - release-note loops that connect commits, issues, docs, and changelogs;
23
- - model-routing loops that balance quality, latency, privacy, and cost.
 
24
 
25
  ## Gallery
26
 
 
8
  - Add real or anonymized gallery entries from practitioners running recurring agent loops.
9
  - Grow the runnable loop directory beyond the test-repair reference loop, including scheduled-trigger variants per runtime.
10
  - Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
11
+ - Audit contextual sources in small batches and replace weak summaries or secondary links with stronger canonical evidence.
12
  - Continue replacing weak or unstable links with primary sources, official docs, papers, and implementation-heavy write-ups.
13
 
14
  ## Pattern Library
15
 
16
+ The library now contains 15 reference patterns: PR babysitting, CI repair, docs drift, deploy verification, feedback clustering, dependency triage, evaluation regression, security review, cost control, bug hunting, enterprise approval, incident response, data quality, release notes, and model routing. Every pattern ships a schema-validated loop contract in `examples/`.
17
 
18
+ Next pattern-library work should prioritize variants backed by operational evidence rather than adding names for coverage. Useful additions include runtime-specific implementations, before/after receipts, measured retry and cost budgets, failure cases, and human-escalation outcomes.
19
 
20
+ ## Community And Adoption
21
+
22
+ - Publish a concise monthly Discussions digest with corrected annotations, new primary sources, and open contributor tasks.
23
+ - Keep several narrowly scoped `good first issue` and `help wanted` tasks available for source audits, translations, runnable examples, and gallery case studies.
24
+ - Ask cited authors to review the repository's characterization of their work; request corrections, not promotion or stars.
25
+ - Track qualified traffic, forks, watchers, and external contributions after each launch channel while GitHub traffic data is still available.
26
 
27
  ## Gallery
28
 
docs/index.html CHANGED
@@ -1016,7 +1016,7 @@
1016
  <p class="section-intro">Add a vetted source with a specific annotation, or document a loop you actually run. Both paths have a checklist.</p>
1017
  </div>
1018
  <div class="link-grid">
1019
- <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md"><h3>Add a resource</h3><p>Primary sources and implementation-heavy work, with one precise annotation.</p></a>
1020
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
1021
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
1022
  </div>
@@ -1085,7 +1085,7 @@
1085
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md">Contributing</a>
1086
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">Fork and adapt</a>
1087
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases">Release notes</a>
1088
- <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">Watch releases</a>
1089
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md">Roadmap</a>
1090
  </div>
1091
  <div>
 
1016
  <p class="section-intro">Add a vetted source with a specific annotation, or document a loop you actually run. Both paths have a checklist.</p>
1017
  </div>
1018
  <div class="link-grid">
1019
+ <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3>Suggest a resource</h3><p>Submit one canonical source and a precise annotation in under five minutes.</p></a>
1020
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
1021
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
1022
  </div>
 
1085
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md">Contributing</a>
1086
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/fork">Fork and adapt</a>
1087
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases">Release notes</a>
1088
+ <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/subscription">Watch releases + discussions</a>
1089
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md">Roadmap</a>
1090
  </div>
1091
  <div>
meta/DISTRIBUTION.md CHANGED
@@ -2,6 +2,19 @@
2
 
3
  Use this checklist after major updates or releases. The goal is accurate discovery, not hype.
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## Indexing Basics
6
 
7
  - Confirm the repository is public.
@@ -25,9 +38,9 @@ The repository is mirrored to the Hugging Face Hub dataset repo [`datasets/cy030
25
 
26
  Discoverability levers that live on GitHub itself, in priority order.
27
 
28
- - **Topic page (`github/explore`).** There is no curated page for the [`loop-engineering` topic](https://github.com/topics/loop-engineering) yet. A page is prepared on the fork branch `ChaoYue0307:add-loop-engineering-topic` (file `topics/loop-engineering/index.md`); open a PR from that branch to `github/explore`. This describes the topic, not this repo specifically, so it promotes the concept and helps the whole ecosystem.
29
- - **sindresorhus/awesome submission.** The canonical awesome-list promotion; opens after the 30-day age rule (~2026-07-09). Use [`AWESOME_SUBMISSION.md`](AWESOME_SUBMISSION.md).
30
- - **Reciprocal entries on adjacent lists** this repo already cites (harness, context, agent-papers lists). Ready-to-paste entry:
31
 
32
  ```md
33
  - [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) - Recurring AI/coding-agent systems above prompt, context, and harness engineering: patterns, contracts, runnable loops, and curated resources.
@@ -35,7 +48,37 @@ Discoverability levers that live on GitHub itself, in priority order.
35
 
36
  - **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
37
  - **Custom social preview** (repo Settings, Social preview) so shared links render with the cover image. This is UI-only; it cannot be set through the API.
38
- - **Releases** notify watchers and appear on the repo; the latest is the cleanest moment to share.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  ## Launch Copy
41
 
 
2
 
3
  Use this checklist after major updates or releases. The goal is accurate discovery, not hype.
4
 
5
+ ## Current Launch Status
6
+
7
+ Status as of 2026-07-17:
8
+
9
+ | Surface | Status | Evidence / next action |
10
+ | --- | --- | --- |
11
+ | GitHub release | Complete | [`v0.5.0`](https://github.com/ChaoYue0307/awesome-loop-engineering/releases/tag/v0.5.0) describes 509 resources and links the atlas, dataset, templates, and contribution guide. |
12
+ | GitHub Explore topic | Complete | [`github/explore#5209`](https://github.com/github/explore/pull/5209) merged the `loop-engineering` topic page. |
13
+ | Canonical Awesome directory | In review | [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) is open with a passing lint check. Respond to maintainer feedback; do not open a duplicate. |
14
+ | Hugging Face dataset | Complete | [`datasets/cy0307/awesome-loop-engineering`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) carries the structured resource sheet and full project mirror. |
15
+ | English and Chinese launch articles | Ready | Publish [`posts/launch.md`](../posts/launch.md) and [`posts/launch.zh-CN.md`](../posts/launch.zh-CN.md) natively on suitable channels. |
16
+ | Profile pin and social posting | Owner action | Pin the repository, then publish from identity-bound LinkedIn, X, Hacker News, and Chinese-language accounts. |
17
+
18
  ## Indexing Basics
19
 
20
  - Confirm the repository is public.
 
38
 
39
  Discoverability levers that live on GitHub itself, in priority order.
40
 
41
+ - **Topic page (`github/explore`).** The [`loop-engineering` topic](https://github.com/topics/loop-engineering) now has a curated page through merged PR [`github/explore#5209`](https://github.com/github/explore/pull/5209). Keep the topic description ecosystem-wide rather than repository-specific.
42
+ - **sindresorhus/awesome submission.** Track the open canonical directory PR at [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) and respond to maintainer feedback quickly. Use [`AWESOME_SUBMISSION.md`](AWESOME_SUBMISSION.md) for the acceptance criteria.
43
+ - **Editorial submissions to adjacent lists** this repo already cites (harness, context, and agent-paper lists). Submit only where the maintainers explicitly accept related resources. Ready-to-paste entry:
44
 
45
  ```md
46
  - [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) - Recurring AI/coding-agent systems above prompt, context, and harness engineering: patterns, contracts, runnable loops, and curated resources.
 
48
 
49
  - **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
50
  - **Custom social preview** (repo Settings, Social preview) so shared links render with the cover image. This is UI-only; it cannot be set through the API.
51
+ - **Releases and Discussions** provide a lower-noise subscription path. Recommend `Watch -> Custom -> Releases and Discussions`; do not ask readers to watch every repository event.
52
+
53
+ Do not use reciprocal-star requests, broad promotional pull requests, or unrelated issue comments. Every directory or newsletter submission should satisfy its normal editorial policy on its own merits.
54
+
55
+ ## Measurement Baseline
56
+
57
+ GitHub retains repository traffic details for only 14 days. Record a snapshot weekly, using the same definitions each time.
58
+
59
+ Baseline captured on 2026-07-17 for the API window ending 2026-07-15:
60
+
61
+ | Metric | Baseline |
62
+ | --- | ---: |
63
+ | Repository views | 333 |
64
+ | Unique visitors | 142 |
65
+ | Clones | 204 |
66
+ | Unique cloners | 81 |
67
+ | Stars | 24 |
68
+ | Forks | 3 |
69
+ | Watchers | 1 |
70
+
71
+ The repository overview reached 119 unique visitors. The Chinese README was the second-most visited content path with 19 unique visitors. The largest identifiable referrers were Google (17 unique visitors), GitHub (14), Bing (14), and the project site (6); launch and community channels had not yet become material sources.
72
+
73
+ Working 30-day campaign targets:
74
+
75
+ - 1,000-1,500 unique visitors;
76
+ - 75-100 total stars;
77
+ - 8-12 forks;
78
+ - 5-8 watchers;
79
+ - at least 5 external contributors.
80
+
81
+ Treat these as measurement targets, not promises. Log the publication date and canonical URL for each channel, then compare referral traffic and qualified contributions rather than optimizing for raw impressions.
82
 
83
  ## Launch Copy
84
 
meta/MAINTENANCE_CALENDAR.md CHANGED
@@ -8,6 +8,7 @@ Run the local checks in [MAINTENANCE.md](MAINTENANCE.md#local-verification) befo
8
 
9
  - Review the latest Quality workflow run; if the scheduled link check failed, fix or replace the dead link.
10
  - Triage new issues, pull requests, and discussion posts.
 
11
  - Review candidate resources gathered during the week; add only those that pass [CURATION.md](CURATION.md) and reject the rest with a reason.
12
  - Confirm no entry drifted off-scope into generic AI-agent, prompt, context, or harness content.
13
  - Confirm the [Hugging Face dataset mirror](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) is in parity with `main` (the daily routine syncs it; spot-check after manual pushes).
@@ -19,6 +20,7 @@ Run the local checks in [MAINTENANCE.md](MAINTENANCE.md#local-verification) befo
19
 
20
  ## Monthly
21
 
 
22
  - Refresh runtime docs: re-verify the Core Loop Primitives and Official Runtime Guides links and annotations against current product docs.
23
  - Refresh benchmarks and evals: check that cited benchmarks, leaderboards, and eval papers are current and that links resolve.
24
  - Stale-resource review: replace weak or superseded links with stronger primary sources; remove anything that rotted with no equivalent.
@@ -30,24 +32,15 @@ Run the local checks in [MAINTENANCE.md](MAINTENANCE.md#local-verification) befo
30
  - Roadmap review: update [ROADMAP.md](../ROADMAP.md) with shipped work and the next pattern, gallery, and runtime priorities.
31
  - Translation drift review: confirm each translated README still matches the canonical English overview and bump the `last-synced` markers; see [TRANSLATIONS.md](../TRANSLATIONS.md).
32
 
33
- ## Pre-Submission Checklist (before 2026-07-10)
34
 
35
- The upstream Awesome 30-day rule opens the submission window on 2026-07-10. Before then:
36
 
37
- - [ ] Run the full preflight in [AWESOME_SUBMISSION.md](AWESOME_SUBMISSION.md#required-preflight) and fix every actionable finding.
38
- - [ ] Confirm `awesome-lint` passes locally and against the public GitHub URL.
39
- - [ ] Confirm the README scope, contribution guide, and license are present and current (note: CI and last-updated badges were deliberately removed per awesome-list guidelines; keep only the Awesome badge).
40
- - [ ] Review at least four open PRs in `sindresorhus/awesome` with substantive comments.
41
- - [ ] Draft the `Add Loop Engineering` PR title, entry (URL ending in `#readme`), and PR body.
42
- - [ ] Confirm a tagged release and a green Quality run on `main`.
43
-
44
- ## Post-Submission Checklist (after 2026-07-10)
45
-
46
- - [ ] Open the `sindresorhus/awesome` PR and comment `unicorn` to confirm the guidelines were read.
47
- - [ ] Respond to maintainer feedback quickly; keep changes scoped and owner-authored.
48
- - [ ] Once listed, add reciprocal entries on adjacent lists where appropriate, under your own identity.
49
- - [ ] Run the distribution steps in [DISTRIBUTION.md](DISTRIBUTION.md): landing page, launch post, and author outreach.
50
- - [ ] Keep public claims conservative: an early curated field guide, not a finished standard.
51
 
52
  ## See Also
53
 
 
8
 
9
  - Review the latest Quality workflow run; if the scheduled link check failed, fix or replace the dead link.
10
  - Triage new issues, pull requests, and discussion posts.
11
+ - Record the 14-day traffic snapshot and referral mix beside the [measurement baseline](DISTRIBUTION.md#measurement-baseline) before GitHub expires the older daily rows.
12
  - Review candidate resources gathered during the week; add only those that pass [CURATION.md](CURATION.md) and reject the rest with a reason.
13
  - Confirm no entry drifted off-scope into generic AI-agent, prompt, context, or harness content.
14
  - Confirm the [Hugging Face dataset mirror](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) is in parity with `main` (the daily routine syncs it; spot-check after manual pushes).
 
20
 
21
  ## Monthly
22
 
23
+ - Publish one concise Discussions digest covering new resources, corrected annotations, patterns, contracts, and open contributor tasks.
24
  - Refresh runtime docs: re-verify the Core Loop Primitives and Official Runtime Guides links and annotations against current product docs.
25
  - Refresh benchmarks and evals: check that cited benchmarks, leaderboards, and eval papers are current and that links resolve.
26
  - Stale-resource review: replace weak or superseded links with stronger primary sources; remove anything that rotted with no equivalent.
 
32
  - Roadmap review: update [ROADMAP.md](../ROADMAP.md) with shipped work and the next pattern, gallery, and runtime priorities.
33
  - Translation drift review: confirm each translated README still matches the canonical English overview and bump the `last-synced` markers; see [TRANSLATIONS.md](../TRANSLATIONS.md).
34
 
35
+ ## Canonical Awesome Submission Status
36
 
37
+ The 30-day age requirement has passed. [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) is open and its lint check is passing as of 2026-07-17.
38
 
39
+ - Do not open a duplicate submission.
40
+ - Respond to maintainer feedback quickly and keep changes scoped and owner-authored.
41
+ - Re-run the full preflight in [AWESOME_SUBMISSION.md](AWESOME_SUBMISSION.md#required-preflight) after any structural README change.
42
+ - If accepted, submit to adjacent directories only where the normal editorial policy permits related lists.
43
+ - Keep public claims conservative: this is an early curated field guide, not a finished standard.
 
 
 
 
 
 
 
 
 
44
 
45
  ## See Also
46