Sync v0.6.0 source-audited release
Browse files- .github/CODEOWNERS +1 -0
- .github/ISSUE_TEMPLATE/annotation-correction.yml +52 -0
- .github/ISSUE_TEMPLATE/config.yml +1 -1
- .github/pull_request_template.md +14 -2
- .github/workflows/quality.yml +6 -0
- CITATION.bib +1 -1
- CITATION.cff +2 -0
- CONTRIBUTING.md +4 -0
- README.de.md +1 -1
- README.es.md +1 -1
- README.fr.md +1 -1
- README.ja.md +1 -1
- README.ko.md +1 -1
- README.md +0 -0
- README.pt-BR.md +1 -1
- SUPPORT.md +5 -5
- data/README.md +40 -0
- data/resources.csv +0 -0
- data/resources.jsonl +0 -0
- design-qa.md +23 -0
- docs/assets/loop-hero-scene.js +8 -3
- docs/index.html +75 -45
- meta/AWESOME_SUBMISSION.md +5 -1
- meta/CURATION.md +29 -0
- meta/DISTRIBUTION.md +18 -16
- meta/MAINTENANCE.md +2 -0
- meta/MAINTENANCE_CALENDAR.md +3 -2
- meta/OUTREACH.md +1 -1
- meta/hf_card_body.md +108 -64
- meta/hf_card_header.yaml +10 -0
- posts/launch.md +17 -14
- posts/launch.zh-CN.md +17 -14
- scripts/build_hf_card.py +109 -0
- scripts/check_project_consistency.py +84 -0
.github/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
* @ChaoYue0307
|
.github/ISSUE_TEMPLATE/annotation-correction.yml
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Annotation or metadata correction
|
| 2 |
+
description: Correct a summary, contribution, novelty, impact, author, date, venue, identifier, or canonical link.
|
| 3 |
+
title: "[Correction]: "
|
| 4 |
+
labels:
|
| 5 |
+
- documentation
|
| 6 |
+
body:
|
| 7 |
+
- type: input
|
| 8 |
+
id: entry
|
| 9 |
+
attributes:
|
| 10 |
+
label: Current entry
|
| 11 |
+
description: Link to the resource or the README section containing it.
|
| 12 |
+
placeholder: https://github.com/ChaoYue0307/awesome-loop-engineering#section
|
| 13 |
+
validations:
|
| 14 |
+
required: true
|
| 15 |
+
- type: textarea
|
| 16 |
+
id: current
|
| 17 |
+
attributes:
|
| 18 |
+
label: What is inaccurate or incomplete?
|
| 19 |
+
description: Quote only the short phrase or field that needs correction.
|
| 20 |
+
placeholder: The current annotation says...
|
| 21 |
+
validations:
|
| 22 |
+
required: true
|
| 23 |
+
- type: textarea
|
| 24 |
+
id: proposed
|
| 25 |
+
attributes:
|
| 26 |
+
label: Proposed correction
|
| 27 |
+
description: State the corrected contribution, novelty, impact, metadata, or canonical URL concisely.
|
| 28 |
+
placeholder: It should say...
|
| 29 |
+
validations:
|
| 30 |
+
required: true
|
| 31 |
+
- type: input
|
| 32 |
+
id: evidence
|
| 33 |
+
attributes:
|
| 34 |
+
label: Primary-source evidence
|
| 35 |
+
description: Link to the official page, paper record, documentation, or repository that supports the correction.
|
| 36 |
+
placeholder: https://example.com/canonical-source
|
| 37 |
+
validations:
|
| 38 |
+
required: true
|
| 39 |
+
- type: textarea
|
| 40 |
+
id: context
|
| 41 |
+
attributes:
|
| 42 |
+
label: Additional context
|
| 43 |
+
description: Add any material caveat, conflict, or source-access limitation.
|
| 44 |
+
- type: checkboxes
|
| 45 |
+
id: checklist
|
| 46 |
+
attributes:
|
| 47 |
+
label: Checklist
|
| 48 |
+
options:
|
| 49 |
+
- label: I am asking for an accuracy correction, not promotional placement.
|
| 50 |
+
required: true
|
| 51 |
+
- label: I have linked the strongest canonical evidence available.
|
| 52 |
+
required: true
|
.github/ISSUE_TEMPLATE/config.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
blank_issues_enabled: false
|
| 2 |
contact_links:
|
| 3 |
- name: Community pattern discussion
|
| 4 |
-
url: https://github.com/ChaoYue0307/awesome-loop-engineering/
|
| 5 |
about: Share real-world Loop Engineering patterns, examples, and lessons learned.
|
| 6 |
- name: Open a pull request
|
| 7 |
url: https://github.com/ChaoYue0307/awesome-loop-engineering/compare
|
|
|
|
| 1 |
blank_issues_enabled: false
|
| 2 |
contact_links:
|
| 3 |
- name: Community pattern discussion
|
| 4 |
+
url: https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2
|
| 5 |
about: Share real-world Loop Engineering patterns, examples, and lessons learned.
|
| 6 |
- name: Open a pull request
|
| 7 |
url: https://github.com/ChaoYue0307/awesome-loop-engineering/compare
|
.github/pull_request_template.md
CHANGED
|
@@ -12,7 +12,7 @@ Select all that apply.
|
|
| 12 |
|
| 13 |
## Resource Summary
|
| 14 |
|
| 15 |
-
List the resources, patterns, or translation files changed.
|
| 16 |
|
| 17 |
- Title and URL:
|
| 18 |
|
|
@@ -76,6 +76,14 @@ Which README section did you update?
|
|
| 76 |
- [ ] Tier C: curated survey or high-quality explainer
|
| 77 |
- [ ] Tier D: commentary or news coverage
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
## Checklist
|
| 80 |
|
| 81 |
- [ ] I searched the README for duplicates.
|
|
@@ -83,10 +91,14 @@ Which README section did you update?
|
|
| 83 |
- [ ] The entry is in the most specific category.
|
| 84 |
- [ ] The entry includes the correct resource type label, such as `📄 **Paper**` or `📚 **Docs**`.
|
| 85 |
- [ ] The annotation explains why the resource matters for loop design.
|
|
|
|
|
|
|
| 86 |
- [ ] Adjacent prompt, context, or harness resources explicitly connect to repeated agent runs, state, verification, or escalation.
|
| 87 |
-
- [ ] The entry follows the format: `
|
| 88 |
- [ ] The resource is not about unrelated event loops, growth loops, control theory, or generic automation.
|
| 89 |
- [ ] New loop patterns include trigger, discover/intake, delegation, state, verification gates, retry budget, escalation path, and loop instruction or automation artifact.
|
|
|
|
|
|
|
| 90 |
- [ ] I agree that my contribution to this repository is released under `CC0-1.0`.
|
| 91 |
- [ ] I did not copy third-party content into this repository without the right to do so.
|
| 92 |
- [ ] Any translation links back to the canonical English README.
|
|
|
|
| 12 |
|
| 13 |
## Resource Summary
|
| 14 |
|
| 15 |
+
List the resources, patterns, or translation files changed. For each resource, include the canonical URL and original publishing venue or platform.
|
| 16 |
|
| 17 |
- Title and URL:
|
| 18 |
|
|
|
|
| 76 |
- [ ] Tier C: curated survey or high-quality explainer
|
| 77 |
- [ ] Tier D: commentary or news coverage
|
| 78 |
|
| 79 |
+
## Accuracy And Provenance
|
| 80 |
+
|
| 81 |
+
- Canonical source checked:
|
| 82 |
+
- Original publishing venue or platform:
|
| 83 |
+
- Publication date, authors, and identifier verified from:
|
| 84 |
+
- Material caveats or source-access limits:
|
| 85 |
+
- Automated assistance used for discovery, extraction, or drafting (if any):
|
| 86 |
+
|
| 87 |
## Checklist
|
| 88 |
|
| 89 |
- [ ] I searched the README for duplicates.
|
|
|
|
| 91 |
- [ ] The entry is in the most specific category.
|
| 92 |
- [ ] The entry includes the correct resource type label, such as `📄 **Paper**` or `📚 **Docs**`.
|
| 93 |
- [ ] The annotation explains why the resource matters for loop design.
|
| 94 |
+
- [ ] The `Published at` cell names the work's original venue or publishing platform, not this repository.
|
| 95 |
+
- [ ] I omitted unavailable publication metadata instead of inferring it from search snippets or secondary coverage.
|
| 96 |
- [ ] Adjacent prompt, context, or harness resources explicitly connect to repeated agent runs, state, verification, or escalation.
|
| 97 |
+
- [ ] The entry follows the table format: `| 📄 **[Title](https://example.com)**<br><sub>Paper</sub> | **2026** · Venue<br><sub>Author</sub> | Specific contribution. |`.
|
| 98 |
- [ ] The resource is not about unrelated event loops, growth loops, control theory, or generic automation.
|
| 99 |
- [ ] New loop patterns include trigger, discover/intake, delegation, state, verification gates, retry budget, escalation path, and loop instruction or automation artifact.
|
| 100 |
+
- [ ] Any automated assistance was checked against the canonical source; generated text was not treated as evidence.
|
| 101 |
+
- [ ] I ran `python3 scripts/render_readme_tables.py` and `python3 scripts/export_resource_dataset.py` after changing resource rows.
|
| 102 |
- [ ] I agree that my contribution to this repository is released under `CC0-1.0`.
|
| 103 |
- [ ] I did not copy third-party content into this repository without the right to do so.
|
| 104 |
- [ ] Any translation links back to the canonical English README.
|
.github/workflows/quality.yml
CHANGED
|
@@ -54,6 +54,12 @@ jobs:
|
|
| 54 |
- name: Check resource dataset export
|
| 55 |
run: python scripts/export_resource_dataset.py --check
|
| 56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
- name: Check publication metadata
|
| 58 |
run: python scripts/check_publication_metadata.py
|
| 59 |
|
|
|
|
| 54 |
- name: Check resource dataset export
|
| 55 |
run: python scripts/export_resource_dataset.py --check
|
| 56 |
|
| 57 |
+
- name: Check project count and release consistency
|
| 58 |
+
run: python scripts/check_project_consistency.py
|
| 59 |
+
|
| 60 |
+
- name: Check Hugging Face dataset card
|
| 61 |
+
run: python scripts/build_hf_card.py --check
|
| 62 |
+
|
| 63 |
- name: Check publication metadata
|
| 64 |
run: python scripts/check_publication_metadata.py
|
| 65 |
|
CITATION.bib
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
title = {Awesome Loop Engineering},
|
| 4 |
year = {2026},
|
| 5 |
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 6 |
-
note = {Curated resources for Loop Engineering}
|
| 7 |
}
|
|
|
|
| 3 |
title = {Awesome Loop Engineering},
|
| 4 |
year = {2026},
|
| 5 |
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 6 |
+
note = {Curated resources for Loop Engineering, version 0.6.0}
|
| 7 |
}
|
CITATION.cff
CHANGED
|
@@ -2,6 +2,8 @@ cff-version: 1.2.0
|
|
| 2 |
message: "If this repository is useful in your work, please cite it as below."
|
| 3 |
title: "Awesome Loop Engineering"
|
| 4 |
type: software
|
|
|
|
|
|
|
| 5 |
authors:
|
| 6 |
- family-names: "He"
|
| 7 |
given-names: "Chaoyue"
|
|
|
|
| 2 |
message: "If this repository is useful in your work, please cite it as below."
|
| 3 |
title: "Awesome Loop Engineering"
|
| 4 |
type: software
|
| 5 |
+
version: 0.6.0
|
| 6 |
+
date-released: 2026-07-17
|
| 7 |
authors:
|
| 8 |
- family-names: "He"
|
| 9 |
given-names: "Chaoyue"
|
CONTRIBUTING.md
CHANGED
|
@@ -18,6 +18,8 @@ If you are suggesting one resource and do not want to prepare a fork, use the [r
|
|
| 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.
|
|
@@ -38,6 +40,8 @@ When a source exposes no reliable publication date, omit the year and keep only
|
|
| 38 |
- the evidence quality tier and resource type label;
|
| 39 |
- any caveat such as vendor bias, paywall, early-stage status, or weak evidence.
|
| 40 |
|
|
|
|
|
|
|
| 41 |
## License For Contributions
|
| 42 |
|
| 43 |
By contributing to this repository, you agree that your contribution to this repository's curation text, annotations, templates, patterns, metadata, and documentation is released under [CC0-1.0](LICENSE).
|
|
|
|
| 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 |
+
For an inaccurate summary, contribution, novelty, impact, author, date, venue, identifier, or canonical link, use the dedicated [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml). Include primary-source evidence and omit unavailable metadata rather than guessing.
|
| 22 |
+
|
| 23 |
## Quick PR Flow
|
| 24 |
|
| 25 |
1. Search `README.md` for the resource title, author, project, and URL.
|
|
|
|
| 40 |
- the evidence quality tier and resource type label;
|
| 41 |
- any caveat such as vendor bias, paywall, early-stage status, or weak evidence.
|
| 42 |
|
| 43 |
+
If automated tools assisted discovery, extraction, or drafting, say so in the PR. Check every resulting claim against the canonical source; generated text is not evidence.
|
| 44 |
+
|
| 45 |
## License For Contributions
|
| 46 |
|
| 47 |
By contributing to this repository, you agree that your contribution to this repository's curation text, annotations, templates, patterns, metadata, and documentation is released under [CC0-1.0](LICENSE).
|
README.de.md
CHANGED
|
@@ -28,7 +28,7 @@ Ein Loop entdeckt Arbeit, übergibt sie an einen oder mehrere Agenten, prüft da
|
|
| 28 |
|
| 29 |
Dieses Repository behandelt die neue Bedeutung von Loop Engineering im Kontext von KI-Agenten und Coding Agents. Es geht nicht um Software-Event-Loops, Regelungstechnik, Growth Loops, generische Automatisierung oder nicht-KI-bezogene Feedback-Loops.
|
| 30 |
|
| 31 |
-
Neben
|
| 32 |
|
| 33 |
## Mentales Modell
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
Dieses Repository behandelt die neue Bedeutung von Loop Engineering im Kontext von KI-Agenten und Coding Agents. Es geht nicht um Software-Event-Loops, Regelungstechnik, Growth Loops, generische Automatisierung oder nicht-KI-bezogene Feedback-Loops.
|
| 30 |
|
| 31 |
+
Neben 540 kuratierten Ressourcen bietet dieses Repository 15 Loop-Patterns, einen schemavalidierten Loop-Contract pro Pattern, 6 ausführbare Loop-Vorlagen, eine Community-Galerie und 8 Sprachen.
|
| 32 |
|
| 33 |
## Mentales Modell
|
| 34 |
|
README.es.md
CHANGED
|
@@ -28,7 +28,7 @@ Un loop descubre trabajo, lo delega a uno o más agentes, verifica el resultado,
|
|
| 28 |
|
| 29 |
Este repositorio se centra en el significado nuevo de Loop Engineering para agentes de IA y coding agents. No trata sobre event loops de software, teoría de control, growth loops, automatización genérica o feedback loops no relacionados con IA.
|
| 30 |
|
| 31 |
-
Además de
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
Este repositorio se centra en el significado nuevo de Loop Engineering para agentes de IA y coding agents. No trata sobre event loops de software, teoría de control, growth loops, automatización genérica o feedback loops no relacionados con IA.
|
| 30 |
|
| 31 |
+
Además de 540 recursos curados, este repositorio incluye 15 patrones de loop, un loop contract validado por esquema para cada patrón, 6 plantillas de loop ejecutables, una galería comunitaria y 8 idiomas.
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
README.fr.md
CHANGED
|
@@ -28,7 +28,7 @@ Un loop découvre du travail, le délègue à un ou plusieurs agents, vérifie l
|
|
| 28 |
|
| 29 |
Ce dépôt concerne le nouveau sens de Loop Engineering dans le contexte des agents IA et coding agents. Il ne concerne pas les event loops logiciels, la théorie du contrôle, les growth loops, l'automatisation générique ou les feedback loops non liés à l'IA.
|
| 30 |
|
| 31 |
-
Au-delà de
|
| 32 |
|
| 33 |
## Modèle Mental
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
Ce dépôt concerne le nouveau sens de Loop Engineering dans le contexte des agents IA et coding agents. Il ne concerne pas les event loops logiciels, la théorie du contrôle, les growth loops, l'automatisation générique ou les feedback loops non liés à l'IA.
|
| 30 |
|
| 31 |
+
Au-delà de 540 ressources sélectionnées, ce dépôt fournit 15 patterns de loop, un loop contract validé par schéma pour chaque pattern, 6 modèles de loop exécutables, une galerie communautaire et 8 langues.
|
| 32 |
|
| 33 |
## Modèle Mental
|
| 34 |
|
README.ja.md
CHANGED
|
@@ -28,7 +28,7 @@ Loop は作業を発見し、1 つ以上の agents に委任し、結果を確
|
|
| 28 |
|
| 29 |
このリポジトリは AI agents / coding agents における新しい意味の Loop Engineering に限定しています。software event loop、制御理論、growth loop、一般的な workflow automation、非 AI の feedback loop は対象外です。
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## メンタルモデル
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
このリポジトリは AI agents / coding agents における新しい意味の Loop Engineering に限定しています。software event loop、制御理論、growth loop、一般的な workflow automation、非 AI の feedback loop は対象外です。
|
| 30 |
|
| 31 |
+
540 件の精選リソースに加えて、本リポジトリは 15 個の loop パターン、各パターンに対応する schema 検証済み loop contract、6 個の実行可能な loop テンプレート、コミュニティ gallery、8 言語を提供します。
|
| 32 |
|
| 33 |
## メンタルモデル
|
| 34 |
|
README.ko.md
CHANGED
|
@@ -28,7 +28,7 @@ Loop 는 작업을 발견하고, 하나 이상의 agents 에게 위임하고,
|
|
| 28 |
|
| 29 |
이 저장소는 AI agents / coding agents 맥락의 새로운 Loop Engineering 의미에만 집중합니다. software event loop, control theory, growth loop, 일반적인 workflow automation, 비 AI feedback loop 는 범위에 포함하지 않습니다.
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## 멘탈 모델
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
이 저장소는 AI agents / coding agents 맥락의 새로운 Loop Engineering 의미에만 집중합니다. software event loop, control theory, growth loop, 일반적인 workflow automation, 비 AI feedback loop 는 범위에 포함하지 않습니다.
|
| 30 |
|
| 31 |
+
540개의 엄선된 리소스 외에도 이 저장소는 15개의 loop 패턴, 각 패턴에 대한 스키마 검증 loop contract, 6개의 실행 가능한 loop 템플릿, 커뮤니티 gallery, 8개 언어를 제공합니다.
|
| 32 |
|
| 33 |
## 멘탈 모델
|
| 34 |
|
README.md
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.pt-BR.md
CHANGED
|
@@ -28,7 +28,7 @@ Um loop descobre trabalho, delega para um ou mais agentes, verifica o resultado,
|
|
| 28 |
|
| 29 |
Este repositório trata do novo significado de Loop Engineering no contexto de AI agents e coding agents. Ele não trata de event loops de software, teoria de controle, growth loops, automação genérica ou feedback loops não relacionados a IA.
|
| 30 |
|
| 31 |
-
Além
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
Este repositório trata do novo significado de Loop Engineering no contexto de AI agents e coding agents. Ele não trata de event loops de software, teoria de controle, growth loops, automação genérica ou feedback loops não relacionados a IA.
|
| 30 |
|
| 31 |
+
Além de 540 recursos curados, este repositório inclui 15 patterns de loop, um loop contract validado por schema para cada pattern, 6 templates de loop executáveis, uma galeria comunitária e 8 idiomas.
|
| 32 |
|
| 33 |
## Modelo Mental
|
| 34 |
|
SUPPORT.md
CHANGED
|
@@ -4,11 +4,11 @@ This repository is maintained as a public field guide and curated resource list
|
|
| 4 |
|
| 5 |
## Best Channels
|
| 6 |
|
| 7 |
-
- **Resource suggestions**: use the resource suggestion
|
| 8 |
-
- **Loop patterns**: use the loop pattern suggestion
|
| 9 |
-
- **Corrections**:
|
| 10 |
-
- **Translations**: use the translation proposal
|
| 11 |
-
- **Security concerns**: follow `SECURITY.md`.
|
| 12 |
|
| 13 |
## What Maintainers Can Help With
|
| 14 |
|
|
|
|
| 4 |
|
| 5 |
## Best Channels
|
| 6 |
|
| 7 |
+
- **Resource suggestions**: use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml).
|
| 8 |
+
- **Loop patterns**: use the [loop pattern form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=pattern-suggestion.yml) or the [community pattern discussion](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2).
|
| 9 |
+
- **Corrections**: use the [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml) when a summary or source record is inaccurate, or open a pull request when the fix is clear.
|
| 10 |
+
- **Translations**: use the [translation proposal form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=translation.yml) and follow `TRANSLATIONS.md`.
|
| 11 |
+
- **Security concerns**: follow [`SECURITY.md`](SECURITY.md).
|
| 12 |
|
| 13 |
## What Maintainers Can Help With
|
| 14 |
|
data/README.md
CHANGED
|
@@ -16,11 +16,43 @@ The main exports preserve the original section and annotation while adding three
|
|
| 16 |
|
| 17 |
`key_contribution`, `novelty`, and `impact` are resource-specific. `signal` states the evidence basis and its limits; GitHub stars and forks are reported as current context, never as proof of reliability. Signal strength is calibrated as `high` for primary official documentation and benchmarks, `medium` for inspectable implementations, papers, patterns, and repository-native artifacts, `contextual` for practitioner analysis and curated lists, and `unverified` only when the latest source audit cannot validate availability.
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
Render the README rows first, then regenerate all three discovery files after changing resource entries or refreshing the source audit:
|
| 20 |
|
| 21 |
```sh
|
| 22 |
python3 scripts/render_readme_tables.py
|
| 23 |
python3 scripts/export_resource_dataset.py
|
|
|
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
The export is deterministic and includes one row for every README resource-table row that follows the repository's curated entry format: marker, resource type, title, link, original publishing platform or venue, annotation, section, and source line.
|
|
@@ -32,3 +64,11 @@ python3 scripts/audit_resource_sources.py --timeout 20 --workers 16 --attempts 2
|
|
| 32 |
```
|
| 33 |
|
| 34 |
The audit file is a snapshot. HTTP status, redirects, page titles, publication metadata, and GitHub statistics can change over time. arXiv bibliographic fields come from the primary arXiv API; GitHub dates come from the repository API; other web metadata comes from citation or Open Graph tags when available. A blank publication date means the primary source did not expose one. Rows marked `restricted` returned an access-control or rate-limit status during retrieval; they are tracked separately from broken or unreachable links.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
`key_contribution`, `novelty`, and `impact` are resource-specific. `signal` states the evidence basis and its limits; GitHub stars and forks are reported as current context, never as proof of reliability. Signal strength is calibrated as `high` for primary official documentation and benchmarks, `medium` for inspectable implementations, papers, patterns, and repository-native artifacts, `contextual` for practitioner analysis and curated lists, and `unverified` only when the latest source audit cannot validate availability.
|
| 18 |
|
| 19 |
+
## Load And Query
|
| 20 |
+
|
| 21 |
+
```python
|
| 22 |
+
from datasets import load_dataset
|
| 23 |
+
|
| 24 |
+
resources = load_dataset(
|
| 25 |
+
"cy0307/awesome-loop-engineering",
|
| 26 |
+
"resources",
|
| 27 |
+
split="train",
|
| 28 |
+
)
|
| 29 |
+
|
| 30 |
+
verification_papers = resources.filter(
|
| 31 |
+
lambda row: row["resource_type"] == "Paper"
|
| 32 |
+
and "verification" in row["lifecycle_stages"].split(";")
|
| 33 |
+
)
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
For pandas:
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
import pandas as pd
|
| 40 |
+
|
| 41 |
+
resources = pd.read_csv("data/resources.csv")
|
| 42 |
+
current_sources = resources[resources["source_status"].isin(["ok", "local_ok"])]
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
Use `url` as the durable join key. `row_id` and `source_line` are positional and may change when the README is reordered.
|
| 46 |
+
|
| 47 |
+
## Reproducibility
|
| 48 |
+
|
| 49 |
Render the README rows first, then regenerate all three discovery files after changing resource entries or refreshing the source audit:
|
| 50 |
|
| 51 |
```sh
|
| 52 |
python3 scripts/render_readme_tables.py
|
| 53 |
python3 scripts/export_resource_dataset.py
|
| 54 |
+
python3 scripts/check_project_consistency.py
|
| 55 |
+
python3 scripts/build_hf_card.py --check
|
| 56 |
```
|
| 57 |
|
| 58 |
The export is deterministic and includes one row for every README resource-table row that follows the repository's curated entry format: marker, resource type, title, link, original publishing platform or venue, annotation, section, and source line.
|
|
|
|
| 64 |
```
|
| 65 |
|
| 66 |
The audit file is a snapshot. HTTP status, redirects, page titles, publication metadata, and GitHub statistics can change over time. arXiv bibliographic fields come from the primary arXiv API; GitHub dates come from the repository API; other web metadata comes from citation or Open Graph tags when available. A blank publication date means the primary source did not expose one. Rows marked `restricted` returned an access-control or rate-limit status during retrieval; they are tracked separately from broken or unreachable links.
|
| 67 |
+
|
| 68 |
+
Build the focused Hugging Face dataset card for a staging mirror with:
|
| 69 |
+
|
| 70 |
+
```sh
|
| 71 |
+
python3 scripts/build_hf_card.py --output /tmp/awesome-loop-engineering-hf/README.md
|
| 72 |
+
```
|
| 73 |
+
|
| 74 |
+
The card is generated from `meta/hf_card_header.yaml`, `meta/hf_card_body.md`, the current dataset, and `CITATION.cff`. The YAML front matter is intentionally Hugging Face-only and must not be added to the GitHub README.
|
data/resources.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/resources.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
design-qa.md
CHANGED
|
@@ -61,4 +61,27 @@
|
|
| 61 |
- Three.js pointer-motion frame: `/private/tmp/awesome-loop-hero-three-motion-final.png`
|
| 62 |
- Social preview: `/Users/chaoyue/Library/CloudStorage/Dropbox/Loop Engineering/awesome-loop-engineering/assets/social-preview.png`
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
final result: passed
|
|
|
|
| 61 |
- Three.js pointer-motion frame: `/private/tmp/awesome-loop-hero-three-motion-final.png`
|
| 62 |
- Social preview: `/Users/chaoyue/Library/CloudStorage/Dropbox/Loop Engineering/awesome-loop-engineering/assets/social-preview.png`
|
| 63 |
|
| 64 |
+
## 2026-07-17 Repository Audit
|
| 65 |
+
|
| 66 |
+
- Desktop: 1440 x 1000, no horizontal overflow, no hero text/scene overlap, and all eight section headings render without requiring scroll-triggered opacity changes.
|
| 67 |
+
- Tablet: 768 x 900. The first pass clipped the intake and decision stations. The responsive camera now fits an 11.2-unit horizontal view between 720 px and 900 px, keeping all six stations, the retry path, and the outcome node inside the canvas.
|
| 68 |
+
- Phone: 390 x 844, no horizontal overflow. The compact loop keeps all six stations, the moving work packet, legend, outcome key, and stage selector visible without crossing the hero copy.
|
| 69 |
+
- Mobile navigation: opens all eight project links, reports `aria-expanded="true"`, closes on Escape, and restores focus to the menu button.
|
| 70 |
+
- Resource Atlas: remains idle above the fold, loads on approach or a direct resource anchor, and reports `540 of 540 resources | showing 8` on mobile.
|
| 71 |
+
- Resource interactions: `SWE-bench` returns 9 matches, the paper filter narrows those to 6, Reset restores all 540, and Show more expands the rendered set from 8 to 16.
|
| 72 |
+
- Scene motion: the canvas frame counter advanced from 640 to 662 over 900 ms. Two canvas crops taken 1.2 seconds apart changed 17.79% of sampled RGB channels.
|
| 73 |
+
- Scene pixels: 79,858 of 362,880 canvas pixels differ from the paper background (22.01%), confirming a nonblank render with useful contrast.
|
| 74 |
+
- Console: no page-origin errors or warnings. The only warnings came from the browser-control extension and are unrelated to the site.
|
| 75 |
+
- Data and copy: the website, README, translations, social preview source, release copy, and Hugging Face card all report 540 resources, 15 patterns, 15 contracts, and version 0.6.0.
|
| 76 |
+
|
| 77 |
+
### Current Evidence
|
| 78 |
+
|
| 79 |
+
- Desktop before/after: `/tmp/loop-desktop-before-after.png`
|
| 80 |
+
- Tablet framing before/after: `/tmp/loop-tablet-before-after.png`
|
| 81 |
+
- Phone hero: `/tmp/loop-qa-mobile-after-fit.png`
|
| 82 |
+
- Phone Resource Atlas: `/tmp/loop-qa-mobile-resource-cards.png`
|
| 83 |
+
- Canvas frame 1: `/tmp/loop-motion-canvas-1.png`
|
| 84 |
+
- Canvas frame 2: `/tmp/loop-motion-canvas-2.png`
|
| 85 |
+
- Canvas pixel difference: `/tmp/loop-motion-diff.png`
|
| 86 |
+
|
| 87 |
final result: passed
|
docs/assets/loop-hero-scene.js
CHANGED
|
@@ -877,14 +877,19 @@ if (container && hero) {
|
|
| 877 |
function resize() {
|
| 878 |
const width = Math.max(container.clientWidth, 1);
|
| 879 |
const height = Math.max(container.clientHeight, 1);
|
| 880 |
-
const compact = width <
|
| 881 |
const tablet = !compact && width < 900;
|
| 882 |
applyLayout(compact);
|
| 883 |
renderer.setPixelRatio(Math.min(window.devicePixelRatio || 1, compact || lowPower ? 1.3 : 1.65));
|
| 884 |
renderer.setSize(width, height, false);
|
| 885 |
|
| 886 |
-
const
|
| 887 |
-
const
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 888 |
camera.left = -viewWidth / 2;
|
| 889 |
camera.right = viewWidth / 2;
|
| 890 |
camera.top = viewHeight / 2;
|
|
|
|
| 877 |
function resize() {
|
| 878 |
const width = Math.max(container.clientWidth, 1);
|
| 879 |
const height = Math.max(container.clientHeight, 1);
|
| 880 |
+
const compact = width < 720;
|
| 881 |
const tablet = !compact && width < 900;
|
| 882 |
applyLayout(compact);
|
| 883 |
renderer.setPixelRatio(Math.min(window.devicePixelRatio || 1, compact || lowPower ? 1.3 : 1.65));
|
| 884 |
renderer.setSize(width, height, false);
|
| 885 |
|
| 886 |
+
const aspect = width / height;
|
| 887 |
+
const viewHeight = compact
|
| 888 |
+
? Math.max(3.45, 5.8 / aspect)
|
| 889 |
+
: tablet
|
| 890 |
+
? 11.2 / aspect
|
| 891 |
+
: 3.15;
|
| 892 |
+
const viewWidth = viewHeight * aspect;
|
| 893 |
camera.left = -viewWidth / 2;
|
| 894 |
camera.right = viewWidth / 2;
|
| 895 |
camera.top = viewHeight / 2;
|
docs/index.html
CHANGED
|
@@ -336,6 +336,8 @@
|
|
| 336 |
|
| 337 |
.section-head { display: grid; grid-template-columns: minmax(250px, 0.78fr) minmax(360px, 1.22fr); gap: 64px; align-items: end; margin-bottom: 36px; }
|
| 338 |
.section-intro { max-width: 720px; margin: 0; color: var(--muted); }
|
|
|
|
|
|
|
| 339 |
.diagram { width: 100%; }
|
| 340 |
.caption { margin: 13px 0 0; color: var(--quiet); font-size: 0.78rem; text-align: right; }
|
| 341 |
.supporting-visual { margin: 0 0 34px; }
|
|
@@ -417,6 +419,7 @@
|
|
| 417 |
.mobile-lifecycle-outcomes span { display: block; margin-top: 2px; color: var(--muted); font-size: 0.66rem; line-height: 1.35; }
|
| 418 |
|
| 419 |
.principles, .link-grid, .pattern-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
|
|
|
|
| 420 |
.principle, .card, .pattern {
|
| 421 |
min-width: 0;
|
| 422 |
border-top: 1px solid var(--line-strong);
|
|
@@ -580,13 +583,6 @@
|
|
| 580 |
.copy { position: absolute; top: 8px; right: 8px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 4px 9px; background: var(--surface); color: var(--ink); font-size: 0.72rem; font-weight: 700; cursor: pointer; }
|
| 581 |
.legal { margin: 30px 0 0; color: var(--quiet); font-size: 0.8rem; }
|
| 582 |
|
| 583 |
-
.motion-ready .motion-item {
|
| 584 |
-
opacity: 0;
|
| 585 |
-
transform: translateY(14px);
|
| 586 |
-
transition: opacity 420ms ease, transform 420ms ease;
|
| 587 |
-
}
|
| 588 |
-
.motion-ready .motion-item.is-visible { opacity: 1; transform: translateY(0); }
|
| 589 |
-
|
| 590 |
@media (max-width: 1040px) {
|
| 591 |
.links { display: none; }
|
| 592 |
.menu-btn { display: inline-flex; }
|
|
@@ -763,7 +759,7 @@
|
|
| 763 |
}
|
| 764 |
@media (prefers-reduced-motion: reduce) {
|
| 765 |
html { scroll-behavior: auto; }
|
| 766 |
-
.pattern
|
| 767 |
}
|
| 768 |
@media (forced-colors: active) {
|
| 769 |
.hero-scene { display: none; }
|
|
@@ -839,11 +835,18 @@
|
|
| 839 |
"https://github.com/ChaoYue0307/awesome-loop-engineering"
|
| 840 |
],
|
| 841 |
"identifier": "https://huggingface.co/datasets/cy0307/awesome-loop-engineering",
|
|
|
|
| 842 |
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
|
| 843 |
"isAccessibleForFree": true,
|
| 844 |
"creator": { "@type": "Person", "name": "Chaoyue He" },
|
| 845 |
"datePublished": "2026-06-10",
|
| 846 |
-
"dateModified": "2026-07-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 847 |
"distribution": [
|
| 848 |
{
|
| 849 |
"@type": "DataDownload",
|
|
@@ -1130,6 +1133,7 @@
|
|
| 1130 |
</div>
|
| 1131 |
<p class="section-intro">Search 540 audited works by goal, lifecycle stage, artifact type, and evidence class. Each row combines the curated assessment with verified authorship, year, venue or source platform, and identifiers when the primary source exposes them.</p>
|
| 1132 |
</div>
|
|
|
|
| 1133 |
<div class="resource-explorer" id="resource-explorer">
|
| 1134 |
<div class="resource-toolbar" role="search" aria-label="Search curated resources">
|
| 1135 |
<label>
|
|
@@ -1194,7 +1198,7 @@
|
|
| 1194 |
<button class="resource-collection" type="button" data-collection="Apply" aria-pressed="false"><span class="emoji" aria-hidden="true">📦</span>Apply</button>
|
| 1195 |
</div>
|
| 1196 |
<div class="resource-summary">
|
| 1197 |
-
<p class="resource-count" id="resource-count" aria-live="polite">
|
| 1198 |
<label>
|
| 1199 |
<span class="sr-only">Sort resources</span>
|
| 1200 |
<select class="resource-select resource-sort" id="resource-sort">
|
|
@@ -1211,8 +1215,8 @@
|
|
| 1211 |
<span>Published at</span>
|
| 1212 |
<span>Evidence</span>
|
| 1213 |
</div>
|
| 1214 |
-
<div class="resource-list" id="resource-list" aria-busy="
|
| 1215 |
-
<p class="resource-loading">
|
| 1216 |
</div>
|
| 1217 |
<p class="resource-empty" id="resource-empty" hidden>No resources match the current filters.</p>
|
| 1218 |
<div class="resource-actions">
|
|
@@ -1234,8 +1238,9 @@
|
|
| 1234 |
</div>
|
| 1235 |
<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>
|
| 1236 |
</div>
|
| 1237 |
-
<div class="link-grid">
|
| 1238 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><span class="emoji" aria-hidden="true">➕</span>Suggest a resource</h3><p>Submit one canonical source and a precise annotation in under five minutes.</p></a>
|
|
|
|
| 1239 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3><span class="emoji" aria-hidden="true">🔁</span>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
|
| 1240 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3><span class="emoji" aria-hidden="true">💬</span>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
|
| 1241 |
</div>
|
|
@@ -1286,7 +1291,8 @@
|
|
| 1286 |
author = {He, Chaoyue},
|
| 1287 |
title = {Awesome Loop Engineering},
|
| 1288 |
year = {2026},
|
| 1289 |
-
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}}
|
|
|
|
| 1290 |
}</pre>
|
| 1291 |
</div>
|
| 1292 |
</div>
|
|
@@ -1296,6 +1302,8 @@
|
|
| 1296 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/MANIFESTO.md">Manifesto</a>
|
| 1297 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md">Taxonomy</a>
|
| 1298 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md">Anti-patterns</a>
|
|
|
|
|
|
|
| 1299 |
</div>
|
| 1300 |
<div>
|
| 1301 |
<h4><span class="emoji" aria-hidden="true">🛠️</span>Project</h4>
|
|
@@ -1372,20 +1380,6 @@
|
|
| 1372 |
}, { rootMargin: '-24% 0px -66% 0px', threshold: 0 });
|
| 1373 |
sections.forEach(function (section) { observer.observe(section); });
|
| 1374 |
})();
|
| 1375 |
-
(function () {
|
| 1376 |
-
if (!('IntersectionObserver' in window) || window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;
|
| 1377 |
-
var items = Array.prototype.slice.call(document.querySelectorAll('.section-head, .diagram, .principles, .link-grid, .levels'));
|
| 1378 |
-
document.documentElement.classList.add('motion-ready');
|
| 1379 |
-
items.forEach(function (item) { item.classList.add('motion-item'); });
|
| 1380 |
-
var observer = new IntersectionObserver(function (entries) {
|
| 1381 |
-
entries.forEach(function (entry) {
|
| 1382 |
-
if (!entry.isIntersecting) return;
|
| 1383 |
-
entry.target.classList.add('is-visible');
|
| 1384 |
-
observer.unobserve(entry.target);
|
| 1385 |
-
});
|
| 1386 |
-
}, { rootMargin: '0px 0px -8% 0px', threshold: 0.08 });
|
| 1387 |
-
items.forEach(function (item) { observer.observe(item); });
|
| 1388 |
-
})();
|
| 1389 |
(function () {
|
| 1390 |
var input = document.getElementById('pattern-filter');
|
| 1391 |
var grid = document.getElementById('pattern-grid');
|
|
@@ -1432,6 +1426,7 @@
|
|
| 1432 |
var pageSize = compactResources.matches ? 8 : 24;
|
| 1433 |
var state = { collection: '', limit: pageSize };
|
| 1434 |
var resources = [];
|
|
|
|
| 1435 |
|
| 1436 |
function words(value) {
|
| 1437 |
return String(value || '').replace(/-/g, ' ');
|
|
@@ -1639,6 +1634,10 @@
|
|
| 1639 |
|
| 1640 |
function resetLimitAndRender() {
|
| 1641 |
state.limit = pageSize;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1642 |
render();
|
| 1643 |
}
|
| 1644 |
|
|
@@ -1681,23 +1680,54 @@
|
|
| 1681 |
search.focus();
|
| 1682 |
});
|
| 1683 |
|
| 1684 |
-
|
| 1685 |
-
|
| 1686 |
-
|
| 1687 |
-
|
| 1688 |
-
|
| 1689 |
-
.
|
| 1690 |
-
|
| 1691 |
-
|
| 1692 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1693 |
});
|
| 1694 |
-
|
| 1695 |
-
|
| 1696 |
-
|
| 1697 |
-
|
| 1698 |
-
|
| 1699 |
-
|
| 1700 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1701 |
})();
|
| 1702 |
Array.prototype.forEach.call(document.querySelectorAll('.copy'), function (button) {
|
| 1703 |
var label = button.querySelector('span') || button;
|
|
@@ -1723,6 +1753,6 @@
|
|
| 1723 |
});
|
| 1724 |
});
|
| 1725 |
</script>
|
| 1726 |
-
<script type="module" src="assets/loop-hero-scene.js?v=
|
| 1727 |
</body>
|
| 1728 |
</html>
|
|
|
|
| 336 |
|
| 337 |
.section-head { display: grid; grid-template-columns: minmax(250px, 0.78fr) minmax(360px, 1.22fr); gap: 64px; align-items: end; margin-bottom: 36px; }
|
| 338 |
.section-intro { max-width: 720px; margin: 0; color: var(--muted); }
|
| 339 |
+
.audit-note { margin: -17px 0 28px; border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); font-size: 0.8rem; }
|
| 340 |
+
.audit-note strong { color: var(--ink); }
|
| 341 |
.diagram { width: 100%; }
|
| 342 |
.caption { margin: 13px 0 0; color: var(--quiet); font-size: 0.78rem; text-align: right; }
|
| 343 |
.supporting-visual { margin: 0 0 34px; }
|
|
|
|
| 419 |
.mobile-lifecycle-outcomes span { display: block; margin-top: 2px; color: var(--muted); font-size: 0.66rem; line-height: 1.35; }
|
| 420 |
|
| 421 |
.principles, .link-grid, .pattern-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
|
| 422 |
+
.contribute-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
|
| 423 |
.principle, .card, .pattern {
|
| 424 |
min-width: 0;
|
| 425 |
border-top: 1px solid var(--line-strong);
|
|
|
|
| 583 |
.copy { position: absolute; top: 8px; right: 8px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 4px 9px; background: var(--surface); color: var(--ink); font-size: 0.72rem; font-weight: 700; cursor: pointer; }
|
| 584 |
.legal { margin: 30px 0 0; color: var(--quiet); font-size: 0.8rem; }
|
| 585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 586 |
@media (max-width: 1040px) {
|
| 587 |
.links { display: none; }
|
| 588 |
.menu-btn { display: inline-flex; }
|
|
|
|
| 759 |
}
|
| 760 |
@media (prefers-reduced-motion: reduce) {
|
| 761 |
html { scroll-behavior: auto; }
|
| 762 |
+
.pattern { transition: none; }
|
| 763 |
}
|
| 764 |
@media (forced-colors: active) {
|
| 765 |
.hero-scene { display: none; }
|
|
|
|
| 835 |
"https://github.com/ChaoYue0307/awesome-loop-engineering"
|
| 836 |
],
|
| 837 |
"identifier": "https://huggingface.co/datasets/cy0307/awesome-loop-engineering",
|
| 838 |
+
"version": "0.6.0",
|
| 839 |
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
|
| 840 |
"isAccessibleForFree": true,
|
| 841 |
"creator": { "@type": "Person", "name": "Chaoyue He" },
|
| 842 |
"datePublished": "2026-06-10",
|
| 843 |
+
"dateModified": "2026-07-17",
|
| 844 |
+
"keywords": ["Loop Engineering", "AI agents", "Coding agents", "Agent reliability", "Agent evaluation"],
|
| 845 |
+
"includedInDataCatalog": {
|
| 846 |
+
"@type": "DataCatalog",
|
| 847 |
+
"name": "Hugging Face Hub",
|
| 848 |
+
"url": "https://huggingface.co/datasets"
|
| 849 |
+
},
|
| 850 |
"distribution": [
|
| 851 |
{
|
| 852 |
"@type": "DataDownload",
|
|
|
|
| 1133 |
</div>
|
| 1134 |
<p class="section-intro">Search 540 audited works by goal, lifecycle stage, artifact type, and evidence class. Each row combines the curated assessment with verified authorship, year, venue or source platform, and identifiers when the primary source exposes them.</p>
|
| 1135 |
</div>
|
| 1136 |
+
<p class="audit-note"><strong>Audit snapshot, 2026-07-17:</strong> all 540 rows checked; 493 public sources reachable, 4 access-restricted, 43 repository-native, and 0 broken or unreachable. <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Inspect the audit</a> or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">report a correction</a>.</p>
|
| 1137 |
<div class="resource-explorer" id="resource-explorer">
|
| 1138 |
<div class="resource-toolbar" role="search" aria-label="Search curated resources">
|
| 1139 |
<label>
|
|
|
|
| 1198 |
<button class="resource-collection" type="button" data-collection="Apply" aria-pressed="false"><span class="emoji" aria-hidden="true">📦</span>Apply</button>
|
| 1199 |
</div>
|
| 1200 |
<div class="resource-summary">
|
| 1201 |
+
<p class="resource-count" id="resource-count" aria-live="polite">Resource index loads as you approach this section.</p>
|
| 1202 |
<label>
|
| 1203 |
<span class="sr-only">Sort resources</span>
|
| 1204 |
<select class="resource-select resource-sort" id="resource-sort">
|
|
|
|
| 1215 |
<span>Published at</span>
|
| 1216 |
<span>Evidence</span>
|
| 1217 |
</div>
|
| 1218 |
+
<div class="resource-list" id="resource-list" aria-busy="false">
|
| 1219 |
+
<p class="resource-loading">Preparing the audited resource index...</p>
|
| 1220 |
</div>
|
| 1221 |
<p class="resource-empty" id="resource-empty" hidden>No resources match the current filters.</p>
|
| 1222 |
<div class="resource-actions">
|
|
|
|
| 1238 |
</div>
|
| 1239 |
<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>
|
| 1240 |
</div>
|
| 1241 |
+
<div class="link-grid contribute-grid">
|
| 1242 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><span class="emoji" aria-hidden="true">➕</span>Suggest a resource</h3><p>Submit one canonical source and a precise annotation in under five minutes.</p></a>
|
| 1243 |
+
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml"><h3><span class="emoji" aria-hidden="true">✅</span>Correct the map</h3><p>Fix a summary, contribution, date, venue, identifier, or canonical link with primary evidence.</p></a>
|
| 1244 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/gallery/README.md"><h3><span class="emoji" aria-hidden="true">🔁</span>Share a loop</h3><p>Publish a real or anonymized case study using the gallery checklist.</p></a>
|
| 1245 |
<a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2"><h3><span class="emoji" aria-hidden="true">💬</span>Join the discussion</h3><p>Compare operating patterns with other loop builders.</p></a>
|
| 1246 |
</div>
|
|
|
|
| 1291 |
author = {He, Chaoyue},
|
| 1292 |
title = {Awesome Loop Engineering},
|
| 1293 |
year = {2026},
|
| 1294 |
+
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 1295 |
+
note = {Version 0.6.0}
|
| 1296 |
}</pre>
|
| 1297 |
</div>
|
| 1298 |
</div>
|
|
|
|
| 1302 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/MANIFESTO.md">Manifesto</a>
|
| 1303 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/TAXONOMY.md">Taxonomy</a>
|
| 1304 |
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ANTI-PATTERNS.md">Anti-patterns</a>
|
| 1305 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">Curation + provenance</a>
|
| 1306 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Source audit</a>
|
| 1307 |
</div>
|
| 1308 |
<div>
|
| 1309 |
<h4><span class="emoji" aria-hidden="true">🛠️</span>Project</h4>
|
|
|
|
| 1380 |
}, { rootMargin: '-24% 0px -66% 0px', threshold: 0 });
|
| 1381 |
sections.forEach(function (section) { observer.observe(section); });
|
| 1382 |
})();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1383 |
(function () {
|
| 1384 |
var input = document.getElementById('pattern-filter');
|
| 1385 |
var grid = document.getElementById('pattern-grid');
|
|
|
|
| 1426 |
var pageSize = compactResources.matches ? 8 : 24;
|
| 1427 |
var state = { collection: '', limit: pageSize };
|
| 1428 |
var resources = [];
|
| 1429 |
+
var loading = false;
|
| 1430 |
|
| 1431 |
function words(value) {
|
| 1432 |
return String(value || '').replace(/-/g, ' ');
|
|
|
|
| 1634 |
|
| 1635 |
function resetLimitAndRender() {
|
| 1636 |
state.limit = pageSize;
|
| 1637 |
+
if (!resources.length) {
|
| 1638 |
+
loadResources();
|
| 1639 |
+
return;
|
| 1640 |
+
}
|
| 1641 |
render();
|
| 1642 |
}
|
| 1643 |
|
|
|
|
| 1680 |
search.focus();
|
| 1681 |
});
|
| 1682 |
|
| 1683 |
+
function loadResources() {
|
| 1684 |
+
if (loading || resources.length) return;
|
| 1685 |
+
loading = true;
|
| 1686 |
+
explorer.dataset.indexState = 'loading';
|
| 1687 |
+
list.setAttribute('aria-busy', 'true');
|
| 1688 |
+
count.textContent = 'Loading 540 audited resources...';
|
| 1689 |
+
list.replaceChildren(createText('p', 'resource-loading', 'Loading audited resources...'));
|
| 1690 |
+
|
| 1691 |
+
fetch('assets/resources.json')
|
| 1692 |
+
.then(function (response) {
|
| 1693 |
+
if (!response.ok) throw new Error('Resource index request failed');
|
| 1694 |
+
return response.json();
|
| 1695 |
+
})
|
| 1696 |
+
.then(function (payload) {
|
| 1697 |
+
resources = (payload.resources || []).map(function (resource, index) {
|
| 1698 |
+
resource._index = index;
|
| 1699 |
+
return resource;
|
| 1700 |
+
});
|
| 1701 |
+
explorer.dataset.indexState = 'ready';
|
| 1702 |
+
render();
|
| 1703 |
+
})
|
| 1704 |
+
.catch(function () {
|
| 1705 |
+
loading = false;
|
| 1706 |
+
explorer.dataset.indexState = 'error';
|
| 1707 |
+
list.replaceChildren(createText('p', 'resource-loading', 'The resource index could not be loaded. Browse the complete library on GitHub or Hugging Face.'));
|
| 1708 |
+
list.setAttribute('aria-busy', 'false');
|
| 1709 |
+
count.textContent = 'Resource index unavailable';
|
| 1710 |
});
|
| 1711 |
+
}
|
| 1712 |
+
|
| 1713 |
+
var resourceSection = document.getElementById('resources');
|
| 1714 |
+
if (window.location.hash === '#resources') {
|
| 1715 |
+
loadResources();
|
| 1716 |
+
} else if ('IntersectionObserver' in window && resourceSection) {
|
| 1717 |
+
var resourceObserver = new IntersectionObserver(function (entries) {
|
| 1718 |
+
if (!entries.some(function (entry) { return entry.isIntersecting; })) return;
|
| 1719 |
+
resourceObserver.disconnect();
|
| 1720 |
+
loadResources();
|
| 1721 |
+
}, { rootMargin: '700px 0px', threshold: 0 });
|
| 1722 |
+
resourceObserver.observe(resourceSection);
|
| 1723 |
+
} else {
|
| 1724 |
+
loadResources();
|
| 1725 |
+
}
|
| 1726 |
+
|
| 1727 |
+
explorer.addEventListener('focusin', loadResources, { once: true });
|
| 1728 |
+
window.addEventListener('hashchange', function () {
|
| 1729 |
+
if (window.location.hash === '#resources') loadResources();
|
| 1730 |
+
});
|
| 1731 |
})();
|
| 1732 |
Array.prototype.forEach.call(document.querySelectorAll('.copy'), function (button) {
|
| 1733 |
var label = button.querySelector('span') || button;
|
|
|
|
| 1753 |
});
|
| 1754 |
});
|
| 1755 |
</script>
|
| 1756 |
+
<script type="module" src="assets/loop-hero-scene.js?v=20"></script>
|
| 1757 |
</body>
|
| 1758 |
</html>
|
meta/AWESOME_SUBMISSION.md
CHANGED
|
@@ -11,7 +11,9 @@ Use this before submitting `awesome-loop-engineering` to [`sindresorhus/awesome`
|
|
| 11 |
- Cover image: present in `assets/awesome-loop-engineering-cover.png`.
|
| 12 |
- Contribution guidelines: `CONTRIBUTING.md`.
|
| 13 |
- Code of conduct: `CODE_OF_CONDUCT.md`.
|
| 14 |
-
- Quality workflow: enabled
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Submission Timing
|
| 17 |
|
|
@@ -33,6 +35,8 @@ python3 scripts/check_license.py
|
|
| 33 |
python3 scripts/check_resource_labels.py README.md
|
| 34 |
python3 scripts/render_readme_tables.py --check
|
| 35 |
python3 scripts/export_resource_dataset.py --check
|
|
|
|
|
|
|
| 36 |
python3 scripts/check_publication_metadata.py
|
| 37 |
python3 scripts/check_loop_contract_examples.py
|
| 38 |
python3 scripts/check_pages_metadata.py
|
|
|
|
| 11 |
- Cover image: present in `assets/awesome-loop-engineering-cover.png`.
|
| 12 |
- Contribution guidelines: `CONTRIBUTING.md`.
|
| 13 |
- Code of conduct: `CODE_OF_CONDUCT.md`.
|
| 14 |
+
- Quality workflow: enabled and visible from the README.
|
| 15 |
+
|
| 16 |
+
The upstream PR is open at [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339). Its lint check passes, but the repository owner has stated that AI-generated lists are not accepted. Treat that as a policy objection, not a formatting issue. Do not imply acceptance is pending or obscure how automation assisted the curation workflow.
|
| 17 |
|
| 18 |
## Submission Timing
|
| 19 |
|
|
|
|
| 35 |
python3 scripts/check_resource_labels.py README.md
|
| 36 |
python3 scripts/render_readme_tables.py --check
|
| 37 |
python3 scripts/export_resource_dataset.py --check
|
| 38 |
+
python3 scripts/check_project_consistency.py
|
| 39 |
+
python3 scripts/build_hf_card.py --check
|
| 40 |
python3 scripts/check_publication_metadata.py
|
| 41 |
python3 scripts/check_loop_contract_examples.py
|
| 42 |
python3 scripts/check_pages_metadata.py
|
meta/CURATION.md
CHANGED
|
@@ -43,6 +43,35 @@ Usually reject resources that are mostly:
|
|
| 43 |
|
| 44 |
Prefer the highest-tier source that explains the same idea clearly.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## Annotation Rules
|
| 47 |
|
| 48 |
Each annotation should answer: **why does this matter for Loop Engineering?**
|
|
|
|
| 43 |
|
| 44 |
Prefer the highest-tier source that explains the same idea clearly.
|
| 45 |
|
| 46 |
+
## Editorial Responsibility And Assistance
|
| 47 |
+
|
| 48 |
+
The maintainer is accountable for every released inclusion decision, category, annotation, and project-level claim. Repository automation may assist with discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. Automated output is never treated as evidence on its own: the canonical source record, primary metadata, and stated limitations control the final entry.
|
| 49 |
+
|
| 50 |
+
The public dataset keeps those layers separate:
|
| 51 |
+
|
| 52 |
+
- `annotation`, `key_contribution`, `novelty`, and `impact` are original repository syntheses;
|
| 53 |
+
- `source_title`, `source_description`, authorship, date, venue, DOI, and repository statistics come from the source audit and record their metadata provenance;
|
| 54 |
+
- `signal_strength` describes the kind of evidence available, not whether the maintainer agrees with the work;
|
| 55 |
+
- `source_status` records reachability at one point in time and is not a guarantee of future availability.
|
| 56 |
+
|
| 57 |
+
No author, company, venue, star count, or citation count can buy or guarantee placement. Vendor inclusion does not imply endorsement, and inclusion of a critique does not imply that every claim in it is accepted.
|
| 58 |
+
|
| 59 |
+
## Corrections And Disputes
|
| 60 |
+
|
| 61 |
+
Accuracy corrections take priority over expansion. Authors and readers can submit the [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml) or a pull request with the current entry, the disputed text, the proposed correction, and primary-source evidence.
|
| 62 |
+
|
| 63 |
+
When evidence conflicts:
|
| 64 |
+
|
| 65 |
+
1. prefer the original publishing venue, official documentation, paper record, or repository over secondary coverage;
|
| 66 |
+
1. distinguish a verified fact from the repository's interpretation;
|
| 67 |
+
1. preserve material caveats, negative results, and stated evaluation limits;
|
| 68 |
+
1. omit a date, venue, author, or metric rather than infer it from an unreliable source;
|
| 69 |
+
1. record the correction in the next release notes when it changes the meaning of an entry.
|
| 70 |
+
|
| 71 |
+
## Audit And Versioning
|
| 72 |
+
|
| 73 |
+
`data/resource_source_audit.csv` is the inspectable point-in-time audit log. `data/resources.csv` and `data/resources.jsonl` are deterministic exports of the canonical English README enriched with that audit. GitHub Releases identify versioned snapshots; downstream users should cite a release or commit when reproducibility matters.
|
| 74 |
+
|
| 75 |
## Annotation Rules
|
| 76 |
|
| 77 |
Each annotation should answer: **why does this matter for Loop Engineering?**
|
meta/DISTRIBUTION.md
CHANGED
|
@@ -8,10 +8,10 @@ Status as of 2026-07-17:
|
|
| 8 |
|
| 9 |
| Surface | Status | Evidence / next action |
|
| 10 |
| --- | --- | --- |
|
| 11 |
-
| GitHub release | Complete | [`v0.
|
| 12 |
-
| Release announcement |
|
| 13 |
| GitHub Explore topic | Complete | [`github/explore#5209`](https://github.com/github/explore/pull/5209) merged the `loop-engineering` topic page. |
|
| 14 |
-
| Canonical Awesome directory |
|
| 15 |
| Adjacent harness directory | In review | [`ai-boost/awesome-harness-engineering#131`](https://github.com/ai-boost/awesome-harness-engineering/pull/131) transparently proposes the project for the list's Related Awesome Lists section. |
|
| 16 |
| 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. |
|
| 17 |
| 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. |
|
|
@@ -33,15 +33,16 @@ The repository is mirrored to the Hugging Face Hub dataset repo [`datasets/cy030
|
|
| 33 |
|
| 34 |
- The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
|
| 35 |
- The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the canonical English `README.md` by `scripts/export_resource_dataset.py`.
|
| 36 |
-
- The HF copy of `README.md`
|
| 37 |
-
-
|
|
|
|
| 38 |
|
| 39 |
## GitHub-Native Promotion
|
| 40 |
|
| 41 |
Discoverability levers that live on GitHub itself, in priority order.
|
| 42 |
|
| 43 |
- **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.
|
| 44 |
-
- **sindresorhus/awesome submission.**
|
| 45 |
- **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:
|
| 46 |
|
| 47 |
```md
|
|
@@ -66,8 +67,8 @@ Baseline captured on 2026-07-17 for the API window ending 2026-07-15:
|
|
| 66 |
| Unique visitors | 142 |
|
| 67 |
| Clones | 204 |
|
| 68 |
| Unique cloners | 81 |
|
| 69 |
-
| Stars |
|
| 70 |
-
| Forks |
|
| 71 |
| Watchers | 1 |
|
| 72 |
|
| 73 |
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.
|
|
@@ -89,28 +90,29 @@ Use the canonical [English launch article](../posts/launch.md) or [Chinese launc
|
|
| 89 |
### Short Post
|
| 90 |
|
| 91 |
```text
|
| 92 |
-
Awesome Loop Engineering v0.
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
Explore the atlas:
|
| 97 |
https://chaoyue0307.github.io/awesome-loop-engineering/
|
|
|
|
|
|
|
| 98 |
```
|
| 99 |
|
| 100 |
### Longer Post
|
| 101 |
|
| 102 |
```text
|
| 103 |
-
Awesome Loop Engineering v0.
|
| 104 |
|
| 105 |
Loop Engineering is the operating layer above prompt, context, and harness engineering: the recurring system that discovers work, delegates it, verifies results, persists state, and decides what happens next.
|
| 106 |
|
| 107 |
The release includes:
|
| 108 |
|
| 109 |
-
-
|
| 110 |
- an interactive Resource Atlas
|
| 111 |
- 15 operational patterns and 15 validated loop contracts
|
| 112 |
- 6 runnable templates
|
| 113 |
- CSV and JSONL exports mirrored to Hugging Face
|
|
|
|
| 114 |
|
| 115 |
Explore, reuse, or correct the map:
|
| 116 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
@@ -121,11 +123,11 @@ https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
| 121 |
Use a regular submission, not Show HN.
|
| 122 |
|
| 123 |
```text
|
| 124 |
-
Title: Awesome Loop Engineering:
|
| 125 |
|
| 126 |
I have been mapping the layer above prompt, context, and harness engineering: recurring systems that discover work, delegate it, verify results, persist state, and decide whether to retry, escalate, or exit.
|
| 127 |
|
| 128 |
-
The repository now includes
|
| 129 |
|
| 130 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 131 |
```
|
|
|
|
| 8 |
|
| 9 |
| Surface | Status | Evidence / next action |
|
| 10 |
| --- | --- | --- |
|
| 11 |
+
| GitHub release | Complete | [`v0.6.0`](https://github.com/ChaoYue0307/awesome-loop-engineering/releases/tag/v0.6.0) describes 540 resources, the public provenance standard, the focused dataset card, and the cross-surface consistency gates. |
|
| 12 |
+
| Release announcement | Ready | Publish the v0.6.0 summary from [`posts/launch.md`](../posts/launch.md); [Discussion #9](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/9) remains the low-noise release and contributor feed. |
|
| 13 |
| GitHub Explore topic | Complete | [`github/explore#5209`](https://github.com/github/explore/pull/5209) merged the `loop-engineering` topic page. |
|
| 14 |
+
| Canonical Awesome directory | Policy objection | [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) is open and lint passes, but the owner stated that AI-generated lists are not accepted. Do not treat further visual polish as a path around that policy or misrepresent automated assistance. |
|
| 15 |
| Adjacent harness directory | In review | [`ai-boost/awesome-harness-engineering#131`](https://github.com/ai-boost/awesome-harness-engineering/pull/131) transparently proposes the project for the list's Related Awesome Lists section. |
|
| 16 |
| 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. |
|
| 17 |
| 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. |
|
|
|
|
| 33 |
|
| 34 |
- The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
|
| 35 |
- The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the canonical English `README.md` by `scripts/export_resource_dataset.py`.
|
| 36 |
+
- The HF copy of `README.md` is a focused dataset card generated from `meta/hf_card_header.yaml` and `meta/hf_card_body.md` by `scripts/build_hf_card.py`. It documents intended uses, provenance, limitations, loading examples, and the current audit snapshot without duplicating the 540-row GitHub README.
|
| 37 |
+
- The YAML header is **HF-only**: it must never be added to the GitHub `README.md`, because the metadata list items break `awesome-lint`.
|
| 38 |
+
- Sync uses `python3 scripts/build_hf_card.py --output <staging>/README.md` followed by `hf upload --type dataset` against a staging copy. The token lives in the local Hugging Face cache; no token is committed.
|
| 39 |
|
| 40 |
## GitHub-Native Promotion
|
| 41 |
|
| 42 |
Discoverability levers that live on GitHub itself, in priority order.
|
| 43 |
|
| 44 |
- **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.
|
| 45 |
+
- **sindresorhus/awesome submission.** The open PR at [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) has a passing lint check and an explicit owner policy objection to AI-generated lists. Keep the curation process transparent and wait for maintainer clarification; do not present the PR as ordinary pending review. See [`AWESOME_SUBMISSION.md`](AWESOME_SUBMISSION.md).
|
| 46 |
- **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:
|
| 47 |
|
| 48 |
```md
|
|
|
|
| 67 |
| Unique visitors | 142 |
|
| 68 |
| Clones | 204 |
|
| 69 |
| Unique cloners | 81 |
|
| 70 |
+
| Stars | 26 |
|
| 71 |
+
| Forks | 4 |
|
| 72 |
| Watchers | 1 |
|
| 73 |
|
| 74 |
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.
|
|
|
|
| 90 |
### Short Post
|
| 91 |
|
| 92 |
```text
|
| 93 |
+
🔁 Awesome Loop Engineering v0.6.0 is live: 540 source-audited resources, 15 operational patterns, validated loop contracts, runnable templates, an interactive Resource Atlas, and a structured Hugging Face dataset.
|
| 94 |
|
| 95 |
+
🧭 Explore:
|
|
|
|
|
|
|
| 96 |
https://chaoyue0307.github.io/awesome-loop-engineering/
|
| 97 |
+
|
| 98 |
+
#AIAgents #AgentEngineering #LoopEngineering
|
| 99 |
```
|
| 100 |
|
| 101 |
### Longer Post
|
| 102 |
|
| 103 |
```text
|
| 104 |
+
Awesome Loop Engineering v0.6.0 is live.
|
| 105 |
|
| 106 |
Loop Engineering is the operating layer above prompt, context, and harness engineering: the recurring system that discovers work, delegates it, verifies results, persists state, and decides what happens next.
|
| 107 |
|
| 108 |
The release includes:
|
| 109 |
|
| 110 |
+
- 540 audited resources
|
| 111 |
- an interactive Resource Atlas
|
| 112 |
- 15 operational patterns and 15 validated loop contracts
|
| 113 |
- 6 runnable templates
|
| 114 |
- CSV and JSONL exports mirrored to Hugging Face
|
| 115 |
+
- a public provenance standard and point-in-time source audit
|
| 116 |
|
| 117 |
Explore, reuse, or correct the map:
|
| 118 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
|
|
|
| 123 |
Use a regular submission, not Show HN.
|
| 124 |
|
| 125 |
```text
|
| 126 |
+
Title: Awesome Loop Engineering: 540 resources for recurring AI-agent systems
|
| 127 |
|
| 128 |
I have been mapping the layer above prompt, context, and harness engineering: recurring systems that discover work, delegate it, verify results, persist state, and decide whether to retry, escalate, or exit.
|
| 129 |
|
| 130 |
+
The repository now includes 540 audited sources, 15 operational patterns, validated loop contracts, runnable templates, an interactive Resource Atlas, and a structured Hugging Face dataset. The curation and source-audit method is public, and corrections to the taxonomy and source annotations are especially welcome.
|
| 131 |
|
| 132 |
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 133 |
```
|
meta/MAINTENANCE.md
CHANGED
|
@@ -71,6 +71,8 @@ python3 scripts/check_license.py
|
|
| 71 |
python3 scripts/check_resource_labels.py README.md
|
| 72 |
python3 scripts/render_readme_tables.py --check
|
| 73 |
python3 scripts/export_resource_dataset.py --check
|
|
|
|
|
|
|
| 74 |
python3 scripts/check_publication_metadata.py
|
| 75 |
python3 scripts/check_loop_contract_examples.py
|
| 76 |
python3 scripts/check_pages_metadata.py
|
|
|
|
| 71 |
python3 scripts/check_resource_labels.py README.md
|
| 72 |
python3 scripts/render_readme_tables.py --check
|
| 73 |
python3 scripts/export_resource_dataset.py --check
|
| 74 |
+
python3 scripts/check_project_consistency.py
|
| 75 |
+
python3 scripts/build_hf_card.py --check
|
| 76 |
python3 scripts/check_publication_metadata.py
|
| 77 |
python3 scripts/check_loop_contract_examples.py
|
| 78 |
python3 scripts/check_pages_metadata.py
|
meta/MAINTENANCE_CALENDAR.md
CHANGED
|
@@ -34,10 +34,11 @@ Run the local checks in [MAINTENANCE.md](MAINTENANCE.md#local-verification) befo
|
|
| 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
|
|
|
|
| 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.
|
|
|
|
| 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, but the repository owner has stated that AI-generated lists are not accepted.
|
| 38 |
|
| 39 |
- Do not open a duplicate submission.
|
| 40 |
+
- Treat the owner's statement as a policy objection, not a design or lint problem. Respond only with an accurate account of the editorial process if clarification is requested.
|
| 41 |
+
- Keep changes scoped and owner-authored; do not misrepresent automated assistance.
|
| 42 |
- Re-run the full preflight in [AWESOME_SUBMISSION.md](AWESOME_SUBMISSION.md#required-preflight) after any structural README change.
|
| 43 |
- If accepted, submit to adjacent directories only where the normal editorial policy permits related lists.
|
| 44 |
- Keep public claims conservative: this is an early curated field guide, not a finished standard.
|
meta/OUTREACH.md
CHANGED
|
@@ -32,7 +32,7 @@ The repo is looking for examples with a clear trigger, work intake, agent roles,
|
|
| 32 |
Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
|
| 33 |
|
| 34 |
Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or best canonical link, a correction is very welcome:
|
| 35 |
-
https://github.com/ChaoYue0307/awesome-loop-engineering
|
| 36 |
```
|
| 37 |
|
| 38 |
## Maintainer Request
|
|
|
|
| 32 |
Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
|
| 33 |
|
| 34 |
Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or best canonical link, a correction is very welcome:
|
| 35 |
+
https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml
|
| 36 |
```
|
| 37 |
|
| 38 |
## Maintainer Request
|
meta/hf_card_body.md
CHANGED
|
@@ -1,69 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
## Dataset Structure
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
| Field |
|
| 7 |
-
| --- | --- |
|
| 8 |
-
| `row_id`
|
| 9 |
-
| `
|
| 10 |
-
| `
|
| 11 |
-
|
|
| 12 |
-
| `
|
| 13 |
-
| `
|
| 14 |
-
| `
|
| 15 |
-
|
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
| `publication_year` | Four-digit year derived from the verified publication date or identifier. |
|
| 41 |
-
| `publication_venue` | Journal, conference, repository, or named venue reported by the source. |
|
| 42 |
-
| `publisher` | Publishing organization or source platform; falls back to the canonical domain. |
|
| 43 |
-
| `doi` | Normalized DOI without a URL prefix when available. |
|
| 44 |
-
| `publication_note` | Primary-source journal reference, acceptance note, or publication comment when available. |
|
| 45 |
-
| `primary_category` | Primary arXiv category when applicable. |
|
| 46 |
-
| `metadata_source` | Provenance for bibliographic fields, such as `arxiv-api`, `github-api`, `html-meta`, or `domain-fallback`. |
|
| 47 |
-
| `github_repo` | Normalized GitHub `owner/repository` identifier where applicable. |
|
| 48 |
-
| `github_stars` | GitHub star count captured at audit time; context, not a reliability score. |
|
| 49 |
-
| `github_forks` | GitHub fork count captured at audit time. |
|
| 50 |
-
| `github_license` | Repository license identifier reported by GitHub where available. |
|
| 51 |
-
| `github_created_at` | Repository creation timestamp reported by GitHub. |
|
| 52 |
-
| `github_updated_at` | Latest repository update timestamp reported by GitHub. |
|
| 53 |
-
| `arxiv_id` | arXiv identifier extracted from a primary paper URL where applicable. |
|
| 54 |
-
| `audited_at` | UTC timestamp for the source metadata and availability snapshot. |
|
| 55 |
-
|
| 56 |
-
## Considerations and Limitations
|
| 57 |
-
|
| 58 |
-
- Annotations are written and curated by a single maintainer; they summarize each resource and are not the authors' own abstracts.
|
| 59 |
-
- URLs are third-party and can rot; `data/resource_source_audit.csv` carries a retrieval-time reachability snapshot, but it is a point-in-time check, not a live guarantee.
|
| 60 |
-
- `row_id` and `source_line` are positional and change when the README is reordered; join on `url` for anything durable.
|
| 61 |
-
- `signal_strength` is calibrated as `high`, `medium`, `contextual`, or `unverified`; GitHub stars and forks are reported only as adoption context.
|
| 62 |
-
- Coverage skews toward English-language, publicly available resources.
|
| 63 |
-
|
| 64 |
-
## Changelog
|
| 65 |
-
|
| 66 |
-
Versioned changes are published as [GitHub Releases](https://github.com/ChaoYue0307/awesome-loop-engineering/releases).
|
| 67 |
|
| 68 |
## Citation
|
| 69 |
|
|
@@ -72,6 +115,7 @@ Versioned changes are published as [GitHub Releases](https://github.com/ChaoYue0
|
|
| 72 |
author = {He, Chaoyue},
|
| 73 |
title = {Awesome Loop Engineering},
|
| 74 |
year = {2026},
|
| 75 |
-
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}}
|
|
|
|
| 76 |
}
|
| 77 |
```
|
|
|
|
| 1 |
+
<p align="center">
|
| 2 |
+
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/"><img src="assets/awesome-loop-engineering-logo.svg" alt="Visit the Awesome Loop Engineering website" width="128"></a>
|
| 3 |
+
</p>
|
| 4 |
+
|
| 5 |
+
<h1 align="center">Awesome Loop Engineering Dataset</h1>
|
| 6 |
+
|
| 7 |
+
<p align="center">
|
| 8 |
+
A source-audited sheet of {{RESOURCE_COUNT}} papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
|
| 9 |
+
</p>
|
| 10 |
+
|
| 11 |
+
<p align="center">
|
| 12 |
+
<a href="https://chaoyue0307.github.io/awesome-loop-engineering/">Resource Atlas</a> ·
|
| 13 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering">GitHub field guide</a> ·
|
| 14 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md">Curation standard</a> ·
|
| 15 |
+
<a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">Report a correction</a>
|
| 16 |
+
</p>
|
| 17 |
+
|
| 18 |
+
## Dataset Summary
|
| 19 |
+
|
| 20 |
+
Each row represents one resource from the canonical English field guide. The export combines the maintainer's short assessment with source-level bibliographic metadata, lifecycle and audience facets, evidence classification, audit status, and current repository statistics when applicable.
|
| 21 |
+
|
| 22 |
+
Current release: **v{{VERSION}}**
|
| 23 |
+
|
| 24 |
+
| Surface | Count |
|
| 25 |
+
| --- | ---: |
|
| 26 |
+
| Curated resources | {{RESOURCE_COUNT}} |
|
| 27 |
+
| Operational patterns | {{PATTERN_COUNT}} |
|
| 28 |
+
| Validated loop contracts | {{CONTRACT_COUNT}} |
|
| 29 |
+
| Runnable templates | {{RUNNABLE_COUNT}} |
|
| 30 |
+
|
| 31 |
+
The source audit dated **{{AUDIT_DATE}}** found {{REACHABLE_COUNT}} reachable public sources, {{RESTRICTED_COUNT}} access-restricted sources, {{LOCAL_COUNT}} repository-native artifacts, and {{BROKEN_COUNT}} broken or unreachable sources.
|
| 32 |
+
|
| 33 |
+
## Load The Data
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from datasets import load_dataset
|
| 37 |
+
|
| 38 |
+
resources = load_dataset(
|
| 39 |
+
"cy0307/awesome-loop-engineering",
|
| 40 |
+
"resources",
|
| 41 |
+
split="train",
|
| 42 |
+
)
|
| 43 |
+
|
| 44 |
+
papers = resources.filter(lambda row: row["resource_type"] == "Paper")
|
| 45 |
+
verification = resources.filter(
|
| 46 |
+
lambda row: "verification" in row["lifecycle_stages"].split(";")
|
| 47 |
+
)
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
For pandas:
|
| 51 |
+
|
| 52 |
+
```python
|
| 53 |
+
import pandas as pd
|
| 54 |
+
|
| 55 |
+
resources = pd.read_csv(
|
| 56 |
+
"https://huggingface.co/datasets/cy0307/awesome-loop-engineering/resolve/main/data/resources.csv"
|
| 57 |
+
)
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
Use `url` as the durable join key. `row_id` and `source_line` are positional and can change when the README is reordered.
|
| 61 |
+
|
| 62 |
+
## Intended Uses
|
| 63 |
+
|
| 64 |
+
- discover primary sources and implementation references for recurring agent systems;
|
| 65 |
+
- compare resources by lifecycle stage, audience, evidence class, source type, and publication metadata;
|
| 66 |
+
- build literature maps, reading lists, dashboards, or retrieval indexes;
|
| 67 |
+
- audit how a public field guide characterizes contribution, novelty, impact, and evidence;
|
| 68 |
+
- find reusable patterns, contracts, schemas, and runnable examples.
|
| 69 |
+
|
| 70 |
+
Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
|
| 71 |
|
| 72 |
## Dataset Structure
|
| 73 |
|
| 74 |
+
The primary configuration is `resources`, with one `train` split backed by `data/resources.jsonl`. `data/resources.csv` contains the same rows for spreadsheet and dataframe workflows.
|
| 75 |
+
|
| 76 |
+
| Field group | Fields | What it describes |
|
| 77 |
+
| --- | --- | --- |
|
| 78 |
+
| Identity | `row_id`, `title`, `url`, `canonical_url`, `resource_type`, `domain` | What the resource is and where it lives. |
|
| 79 |
+
| Editorial assessment | `annotation`, `key_contribution`, `novelty`, `impact` | Why the resource matters in this collection. |
|
| 80 |
+
| Navigation | `section`, `collection`, `user_goal`, `lifecycle_stages`, `audience` | Where the resource fits and who it serves. |
|
| 81 |
+
| Evidence | `evidence_class`, `signal`, `signal_strength`, `source_status`, `audited_at` | What kind of evidence or provenance is available. |
|
| 82 |
+
| Publication | `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `arxiv_id`, `primary_category` | Bibliographic data exposed by the canonical source. |
|
| 83 |
+
| Source provenance | `source_title`, `source_description`, `metadata_source`, `publication_note` | Where metadata came from and what caveats accompany it. |
|
| 84 |
+
| Repository context | `github_repo`, `github_stars`, `github_forks`, `github_license`, `github_created_at`, `github_updated_at` | Point-in-time adoption and maintenance context for GitHub projects. |
|
| 85 |
+
| Export trace | `source_readme`, `source_line`, `source_url`, `date_added` | How the row maps back to the canonical field guide. |
|
| 86 |
+
|
| 87 |
+
The complete field-by-field schema is documented in [`data/README.md`](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md).
|
| 88 |
+
|
| 89 |
+
## Curation And Provenance
|
| 90 |
+
|
| 91 |
+
The collection prioritizes primary papers, official documentation, project repositories, and implementation-heavy practitioner sources. Every released row must pass the public [curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md).
|
| 92 |
+
|
| 93 |
+
Annotations are original repository syntheses, not copied abstracts and not claims of author endorsement. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. The canonical source remains the evidence, and the maintainer is accountable for the released inclusion decision and text.
|
| 94 |
+
|
| 95 |
+
The full point-in-time audit is available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
|
| 96 |
+
|
| 97 |
+
## Limitations
|
| 98 |
+
|
| 99 |
+
- The collection is maintained by one person and reflects editorial judgment despite a public acceptance standard.
|
| 100 |
+
- Coverage is skewed toward English-language, publicly available material.
|
| 101 |
+
- A successful URL check proves reachability at audit time, not correctness, permanence, or independent validation.
|
| 102 |
+
- Access-restricted rows could not be fully retrieved during the latest audit and should be checked manually.
|
| 103 |
+
- Publication dates and authors remain blank when the primary source does not expose reliable metadata.
|
| 104 |
+
- Resource statistics are snapshots and will drift after the recorded `audited_at` timestamp.
|
| 105 |
+
- Linked third-party works retain their own licenses and terms; CC0-1.0 covers only original repository curation, metadata, templates, and documentation.
|
| 106 |
+
|
| 107 |
+
## Versioning And Corrections
|
| 108 |
+
|
| 109 |
+
GitHub Releases define versioned snapshots. Cite a release or commit when reproducibility matters. Accuracy corrections to summaries, contribution, novelty, impact, author, date, venue, identifier, or canonical URL are accepted through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
## Citation
|
| 112 |
|
|
|
|
| 115 |
author = {He, Chaoyue},
|
| 116 |
title = {Awesome Loop Engineering},
|
| 117 |
year = {2026},
|
| 118 |
+
howpublished = {\url{https://github.com/ChaoYue0307/awesome-loop-engineering}},
|
| 119 |
+
note = {Version {{VERSION}}}
|
| 120 |
}
|
| 121 |
```
|
meta/hf_card_header.yaml
CHANGED
|
@@ -2,6 +2,14 @@
|
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: Awesome Loop Engineering
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
|
@@ -9,6 +17,8 @@ task_categories:
|
|
| 9 |
- text-classification
|
| 10 |
- text-retrieval
|
| 11 |
tags:
|
|
|
|
|
|
|
| 12 |
- loop-engineering
|
| 13 |
- ai-agents
|
| 14 |
- coding-agents
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
language_creators:
|
| 6 |
+
- found
|
| 7 |
+
annotations_creators:
|
| 8 |
+
- other
|
| 9 |
+
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
+
source_datasets:
|
| 12 |
+
- original
|
| 13 |
pretty_name: Awesome Loop Engineering
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
|
|
|
| 17 |
- text-classification
|
| 18 |
- text-retrieval
|
| 19 |
tags:
|
| 20 |
+
- tabular
|
| 21 |
+
- datasets
|
| 22 |
- loop-engineering
|
| 23 |
- ai-agents
|
| 24 |
- coding-agents
|
posts/launch.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
| 1 |
-
# Awesome Loop Engineering v0.
|
| 2 |
|
| 3 |
-
Awesome Loop Engineering v0.
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
## What Is Included
|
| 8 |
|
| 9 |
-
-
|
| 10 |
-
- 15 operational patterns and a comparison matrix
|
| 11 |
- 15 schema-validated loop contracts
|
| 12 |
- 6 runnable templates for local, scheduled, CI, and hosted execution
|
| 13 |
- an interactive Resource Atlas for filtering by goal, lifecycle stage, artifact type, and evidence class
|
| 14 |
- CSV and JSONL exports mirrored as a Hugging Face dataset
|
| 15 |
- 8 language entry points
|
| 16 |
|
| 17 |
-
## What Changed Since v0.
|
| 18 |
|
| 19 |
-
- Expanded the audited library from
|
| 20 |
-
-
|
| 21 |
-
- Added an
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Why This Matters
|
| 27 |
|
|
@@ -37,9 +39,10 @@ The goal is not unlimited autonomy. The goal is bounded, reviewable, evidence-dr
|
|
| 37 |
- [Use the Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 38 |
- [Browse patterns and contracts](https://github.com/ChaoYue0307/awesome-loop-engineering#pattern-library)
|
| 39 |
- [Run a template](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 40 |
-
- [
|
|
|
|
| 41 |
|
| 42 |
-
Corrections are especially valuable. If a cited work is summarized inaccurately, or a stronger canonical source exists,
|
| 43 |
|
| 44 |
## Repository
|
| 45 |
|
|
|
|
| 1 |
+
# Awesome Loop Engineering v0.6.0
|
| 2 |
|
| 3 |
+
Awesome Loop Engineering v0.6.0 strengthens the project as both a field guide and a verifiable data product for recurring AI-agent systems.
|
| 4 |
|
| 5 |
+
The collection now maps 540 sources across the operating layer above prompt, context, and harness engineering: the system that discovers work, delegates it, verifies results, persists state, and decides what happens next.
|
| 6 |
|
| 7 |
## What Is Included
|
| 8 |
|
| 9 |
+
- 540 audited resources linked to canonical sources
|
| 10 |
+
- 15 operational patterns and a symptom-first comparison matrix
|
| 11 |
- 15 schema-validated loop contracts
|
| 12 |
- 6 runnable templates for local, scheduled, CI, and hosted execution
|
| 13 |
- an interactive Resource Atlas for filtering by goal, lifecycle stage, artifact type, and evidence class
|
| 14 |
- CSV and JSONL exports mirrored as a Hugging Face dataset
|
| 15 |
- 8 language entry points
|
| 16 |
|
| 17 |
+
## What Changed Since v0.5.0
|
| 18 |
|
| 19 |
+
- Expanded the source-audited library from 509 to 540 resources.
|
| 20 |
+
- Rechecked every row against its canonical source: 493 public sources were reachable, 4 were access-restricted, 43 are repository-native, and none were broken or unreachable in the 2026-07-17 audit.
|
| 21 |
+
- Added an explicit trust and provenance layer covering editorial responsibility, automated assistance, source metadata, corrections, licensing, and versioning.
|
| 22 |
+
- Replaced the full 540-row Hugging Face README mirror with a focused dataset card containing load examples, intended uses, provenance, and limitations while retaining the full repository and data files.
|
| 23 |
+
- Added consistency gates so README, website, translations, launch copy, social-preview source, release metadata, and generated datasets cannot silently drift to different counts.
|
| 24 |
+
- Deferred the 1 MB Resource Atlas index until readers approach it and removed scroll-hidden content so deep links, printing, screenshots, and accessibility tooling see a stable document.
|
| 25 |
+
- Corrected the pull-request template to require the original publishing venue and primary-source metadata rather than this repository's name.
|
| 26 |
+
- Added a dedicated annotation-correction flow and explicit ownership routing for reviews.
|
| 27 |
|
| 28 |
## Why This Matters
|
| 29 |
|
|
|
|
| 39 |
- [Use the Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 40 |
- [Browse patterns and contracts](https://github.com/ChaoYue0307/awesome-loop-engineering#pattern-library)
|
| 41 |
- [Run a template](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 42 |
+
- [Review the curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md)
|
| 43 |
+
- [Contribute a source or correction](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 44 |
|
| 45 |
+
Corrections are especially valuable. If a cited work is summarized inaccurately, or a stronger canonical source exists, use the annotation-correction form or open a pull request.
|
| 46 |
|
| 47 |
## Repository
|
| 48 |
|
posts/launch.zh-CN.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
| 1 |
-
# Awesome Loop Engineering v0.
|
| 2 |
|
| 3 |
-
Awesome Loop Engineering v0.
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
## 本次版本包含
|
| 8 |
|
| 9 |
-
-
|
| 10 |
-
- 15 个可操作的 loop patterns 与对比矩阵
|
| 11 |
- 15 个经过 schema 校验的 loop contracts
|
| 12 |
- 6 个适用于本地、定时、CI 与托管环境的可运行模板
|
| 13 |
- 可按目标、生命周期阶段、资源类型和证据类别筛选的交互式 Resource Atlas
|
| 14 |
- CSV 与 JSONL 数据导出,并同步到 Hugging Face Dataset
|
| 15 |
- 8 个语言入口
|
| 16 |
|
| 17 |
-
## 相比 v0.
|
| 18 |
|
| 19 |
-
- 审阅资源数量从
|
| 20 |
-
-
|
| 21 |
-
- 新增
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## 为什么值得关注
|
| 27 |
|
|
@@ -37,9 +39,10 @@ Loop Engineering 继续追问:什么系统应该定期或按事件启动,发
|
|
| 37 |
- [使用 Hugging Face 数据集](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 38 |
- [查看 patterns 与 contracts](https://github.com/ChaoYue0307/awesome-loop-engineering#pattern-library)
|
| 39 |
- [运行模板](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 40 |
-
- [
|
|
|
|
| 41 |
|
| 42 |
-
如果仓库对某篇引用工作的概括不够准确,或存在更可靠的 canonical source,
|
| 43 |
|
| 44 |
## 仓库
|
| 45 |
|
|
|
|
| 1 |
+
# Awesome Loop Engineering v0.6.0
|
| 2 |
|
| 3 |
+
Awesome Loop Engineering v0.6.0 进一步把项目升级为面向循环式 AI-agent 系统的领域指南和可验证数据产品。
|
| 4 |
|
| 5 |
+
当前集合包含 540 条资源,覆盖 prompt、context 与 harness engineering 之上的运行层:负责发现工作、分派任务、验证结果、持久化状态并决定下一步的系统。
|
| 6 |
|
| 7 |
## 本次版本包含
|
| 8 |
|
| 9 |
+
- 540 条链接到 canonical source 的审阅资源
|
| 10 |
+
- 15 个可操作的 loop patterns 与按问题选择的对比矩阵
|
| 11 |
- 15 个经过 schema 校验的 loop contracts
|
| 12 |
- 6 个适用于本地、定时、CI 与托管环境的可运行模板
|
| 13 |
- 可按目标、生命周期阶段、资源类型和证据类别筛选的交互式 Resource Atlas
|
| 14 |
- CSV 与 JSONL 数据导出,并同步到 Hugging Face Dataset
|
| 15 |
- 8 个语言入口
|
| 16 |
|
| 17 |
+
## 相比 v0.5.0 的变化
|
| 18 |
|
| 19 |
+
- 审阅资源数量从 509 条增加到 540 条。
|
| 20 |
+
- 逐条重新核对 canonical source:在 2026-07-17 的审计中,493 个公开来源可访问,4 个来源受访问限制,43 个为仓库原生材料,没有 broken 或 unreachable 来源。
|
| 21 |
+
- 新增明确的 trust 与 provenance 说明,覆盖编辑责任、自动化辅助、来源元数据、纠错、许可证和版本管理。
|
| 22 |
+
- 将 Hugging Face 上完整复制的 540 行超长 README 改为专门的数据集卡片,补充加载示例、适用场景、来源说明和局限,同时保留完整仓库与数据文件。
|
| 23 |
+
- 新增一致性检查,避免 README、网站、翻译、发布文案、social preview 源文件、release metadata 与生成数据集之间的数量漂移。
|
| 24 |
+
- Resource Atlas 的约 1 MB 索引改为接近该区域时再加载,并移除依赖滚动才显示的隐藏内容,让 deep link、打印、截图和辅助工具获得稳定页面。
|
| 25 |
+
- 修正 pull request 模板,要求填写作品原始发布平台和 primary-source metadata,而不是本仓库名称。
|
| 26 |
+
- 新增专门的 annotation correction 流程与明确的 review ownership。
|
| 27 |
|
| 28 |
## 为什么值得关注
|
| 29 |
|
|
|
|
| 39 |
- [使用 Hugging Face 数据集](https://huggingface.co/datasets/cy0307/awesome-loop-engineering)
|
| 40 |
- [查看 patterns 与 contracts](https://github.com/ChaoYue0307/awesome-loop-engineering#pattern-library)
|
| 41 |
- [运行模板](https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/examples/runnable)
|
| 42 |
+
- [查看 curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md)
|
| 43 |
+
- [贡献资源或提交纠错](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
|
| 44 |
|
| 45 |
+
如果仓库对某篇引用工作的概括不够准确,或存在更可靠的 canonical source,请使用 annotation-correction form 或提交 pull request。
|
| 46 |
|
| 47 |
## 仓库
|
| 48 |
|
scripts/build_hf_card.py
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Build the Hugging Face dataset card from repository metadata."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import argparse
|
| 7 |
+
import json
|
| 8 |
+
import re
|
| 9 |
+
import sys
|
| 10 |
+
from collections import Counter
|
| 11 |
+
from pathlib import Path
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
ROOT = Path(__file__).resolve().parents[1]
|
| 15 |
+
HEADER = ROOT / "meta" / "hf_card_header.yaml"
|
| 16 |
+
BODY = ROOT / "meta" / "hf_card_body.md"
|
| 17 |
+
RESOURCES = ROOT / "data" / "resources.jsonl"
|
| 18 |
+
CITATION = ROOT / "CITATION.cff"
|
| 19 |
+
REQUIRED_METADATA = (
|
| 20 |
+
"license",
|
| 21 |
+
"language",
|
| 22 |
+
"pretty_name",
|
| 23 |
+
"size_categories",
|
| 24 |
+
"task_categories",
|
| 25 |
+
"tags",
|
| 26 |
+
"configs",
|
| 27 |
+
)
|
| 28 |
+
TOKEN_RE = re.compile(r"\{\{([A-Z0-9_]+)\}\}")
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
def load_rows() -> list[dict[str, str]]:
|
| 32 |
+
return [json.loads(line) for line in RESOURCES.read_text(encoding="utf-8").splitlines() if line.strip()]
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
def project_context() -> dict[str, str]:
|
| 36 |
+
rows = load_rows()
|
| 37 |
+
statuses = Counter(row.get("source_status", "") for row in rows)
|
| 38 |
+
audit_dates = sorted({row.get("audited_at", "")[:10] for row in rows if row.get("audited_at")})
|
| 39 |
+
version_match = re.search(r"^version:\s*([^\s]+)\s*$", CITATION.read_text(encoding="utf-8"), re.MULTILINE)
|
| 40 |
+
|
| 41 |
+
patterns = [path for path in (ROOT / "patterns").glob("*.md") if path.name not in {"README.md", "MATRIX.md"}]
|
| 42 |
+
contracts = list((ROOT / "examples").glob("*-loop.json"))
|
| 43 |
+
runnable = [path for path in (ROOT / "examples" / "runnable").iterdir() if path.is_file() and path.name != "README.md"]
|
| 44 |
+
|
| 45 |
+
return {
|
| 46 |
+
"RESOURCE_COUNT": str(len(rows)),
|
| 47 |
+
"REACHABLE_COUNT": str(statuses["ok"]),
|
| 48 |
+
"RESTRICTED_COUNT": str(statuses["restricted"]),
|
| 49 |
+
"LOCAL_COUNT": str(statuses["local_ok"]),
|
| 50 |
+
"BROKEN_COUNT": str(sum(statuses[key] for key in ("broken", "unreachable", "local_missing"))),
|
| 51 |
+
"AUDIT_DATE": audit_dates[-1] if audit_dates else "not recorded",
|
| 52 |
+
"PATTERN_COUNT": str(len(patterns)),
|
| 53 |
+
"CONTRACT_COUNT": str(len(contracts)),
|
| 54 |
+
"RUNNABLE_COUNT": str(len(runnable)),
|
| 55 |
+
"VERSION": version_match.group(1) if version_match else "unversioned",
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
def validate_header(header: str) -> list[str]:
|
| 60 |
+
failures: list[str] = []
|
| 61 |
+
lines = header.strip().splitlines()
|
| 62 |
+
if len(lines) < 3 or lines[0] != "---" or lines[-1] != "---":
|
| 63 |
+
failures.append("meta/hf_card_header.yaml must be wrapped in YAML front matter delimiters")
|
| 64 |
+
for key in REQUIRED_METADATA:
|
| 65 |
+
if not re.search(rf"^{re.escape(key)}:\s*", header, re.MULTILINE):
|
| 66 |
+
failures.append(f"meta/hf_card_header.yaml is missing {key}")
|
| 67 |
+
return failures
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
def render_card() -> tuple[str, list[str]]:
|
| 71 |
+
header = HEADER.read_text(encoding="utf-8").strip()
|
| 72 |
+
body = BODY.read_text(encoding="utf-8")
|
| 73 |
+
context = project_context()
|
| 74 |
+
failures = validate_header(header)
|
| 75 |
+
|
| 76 |
+
rendered = TOKEN_RE.sub(lambda match: context.get(match.group(1), match.group(0)), body)
|
| 77 |
+
unresolved = sorted(set(TOKEN_RE.findall(rendered)))
|
| 78 |
+
if unresolved:
|
| 79 |
+
failures.append("unresolved dataset-card tokens: " + ", ".join(unresolved))
|
| 80 |
+
|
| 81 |
+
return f"{header}\n\n{rendered.lstrip()}", failures
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
def main() -> int:
|
| 85 |
+
parser = argparse.ArgumentParser(description=__doc__)
|
| 86 |
+
parser.add_argument("--check", action="store_true", help="validate the card template without writing it")
|
| 87 |
+
parser.add_argument("--output", type=Path, help="write the rendered card to this path")
|
| 88 |
+
args = parser.parse_args()
|
| 89 |
+
|
| 90 |
+
card, failures = render_card()
|
| 91 |
+
if failures:
|
| 92 |
+
print("Hugging Face dataset card check failed:", file=sys.stderr)
|
| 93 |
+
for failure in failures:
|
| 94 |
+
print(f"- {failure}", file=sys.stderr)
|
| 95 |
+
return 1
|
| 96 |
+
|
| 97 |
+
if args.check:
|
| 98 |
+
return 0
|
| 99 |
+
if args.output:
|
| 100 |
+
args.output.parent.mkdir(parents=True, exist_ok=True)
|
| 101 |
+
args.output.write_text(card, encoding="utf-8")
|
| 102 |
+
print(f"Wrote {args.output}")
|
| 103 |
+
else:
|
| 104 |
+
sys.stdout.write(card)
|
| 105 |
+
return 0
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
if __name__ == "__main__":
|
| 109 |
+
raise SystemExit(main())
|
scripts/check_project_consistency.py
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Check cross-surface counts, release metadata, and generated discovery files."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import csv
|
| 7 |
+
import json
|
| 8 |
+
import sys
|
| 9 |
+
from pathlib import Path
|
| 10 |
+
|
| 11 |
+
from build_hf_card import project_context, render_card
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
ROOT = Path(__file__).resolve().parents[1]
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
def require(path: Path, snippets: list[str], failures: list[str]) -> None:
|
| 18 |
+
text = path.read_text(encoding="utf-8")
|
| 19 |
+
for snippet in snippets:
|
| 20 |
+
if snippet not in text:
|
| 21 |
+
failures.append(f"{path.relative_to(ROOT)}: missing {snippet!r}")
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
def main() -> int:
|
| 25 |
+
context = project_context()
|
| 26 |
+
count = context["RESOURCE_COUNT"]
|
| 27 |
+
version = context["VERSION"]
|
| 28 |
+
failures: list[str] = []
|
| 29 |
+
|
| 30 |
+
require(
|
| 31 |
+
ROOT / "README.md",
|
| 32 |
+
[
|
| 33 |
+
f"resources-{count}-",
|
| 34 |
+
f"**{count} curated resources**",
|
| 35 |
+
f"covers all {count} rows",
|
| 36 |
+
],
|
| 37 |
+
failures,
|
| 38 |
+
)
|
| 39 |
+
require(
|
| 40 |
+
ROOT / "docs" / "index.html",
|
| 41 |
+
[
|
| 42 |
+
f'content="{count} audited resources',
|
| 43 |
+
f">{count}</b><span>curated entries</span>",
|
| 44 |
+
f"Search {count} audited works",
|
| 45 |
+
f"Search {count} audited resources",
|
| 46 |
+
f'"version": "{version}"',
|
| 47 |
+
],
|
| 48 |
+
failures,
|
| 49 |
+
)
|
| 50 |
+
require(ROOT / "meta" / "social-preview.html", [f">{count}</b>"], failures)
|
| 51 |
+
require(ROOT / "posts" / "launch.md", [f"# Awesome Loop Engineering v{version}", f"{count} audited resources"], failures)
|
| 52 |
+
require(ROOT / "posts" / "launch.zh-CN.md", [f"# Awesome Loop Engineering v{version}", f"{count} 条"], failures)
|
| 53 |
+
require(ROOT / "meta" / "DISTRIBUTION.md", [f"v{version}", f"{count} audited resources"], failures)
|
| 54 |
+
|
| 55 |
+
for translation in sorted(ROOT.glob("README.*.md")):
|
| 56 |
+
require(translation, [count], failures)
|
| 57 |
+
|
| 58 |
+
with (ROOT / "data" / "resources.csv").open(encoding="utf-8", newline="") as handle:
|
| 59 |
+
csv_count = sum(1 for _ in csv.DictReader(handle))
|
| 60 |
+
if csv_count != int(count):
|
| 61 |
+
failures.append(f"data/resources.csv: expected {count} rows, found {csv_count}")
|
| 62 |
+
|
| 63 |
+
site_payload = json.loads((ROOT / "docs" / "assets" / "resources.json").read_text(encoding="utf-8"))
|
| 64 |
+
if site_payload.get("count") != int(count) or len(site_payload.get("resources", [])) != int(count):
|
| 65 |
+
failures.append("docs/assets/resources.json: count or resources array is stale")
|
| 66 |
+
|
| 67 |
+
_, card_failures = render_card()
|
| 68 |
+
failures.extend(card_failures)
|
| 69 |
+
|
| 70 |
+
if failures:
|
| 71 |
+
print("Project consistency check failed:", file=sys.stderr)
|
| 72 |
+
for failure in failures:
|
| 73 |
+
print(f"- {failure}", file=sys.stderr)
|
| 74 |
+
return 1
|
| 75 |
+
|
| 76 |
+
print(
|
| 77 |
+
f"Validated {count} resources, {context['PATTERN_COUNT']} patterns, "
|
| 78 |
+
f"{context['CONTRACT_COUNT']} contracts, and release v{version}."
|
| 79 |
+
)
|
| 80 |
+
return 0
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
if __name__ == "__main__":
|
| 84 |
+
raise SystemExit(main())
|