Sync refreshed audit (974 resources) from GitHub
Browse files- assets/star-history-dark.svg +20 -20
- assets/star-history-mobile-dark.svg +19 -19
- assets/star-history-mobile.svg +19 -19
- assets/star-history.svg +20 -20
- data/resource_source_audit.csv +0 -0
- data/resources.csv +0 -0
- data/resources.jsonl +0 -0
- data/resources.parquet +2 -2
- data/star-history.json +14 -2
- design-qa.md +1 -1
- docs/assets/resources.json +0 -0
- docs/assets/star-history-dark.svg +20 -20
- docs/assets/star-history-mobile-dark.svg +19 -19
- docs/assets/star-history-mobile.svg +19 -19
- docs/assets/star-history.svg +20 -20
- docs/index.html +1 -1
- scripts/render_readme_tables.py +34 -7
assets/star-history-dark.svg
CHANGED
|
|
|
|
assets/star-history-mobile-dark.svg
CHANGED
|
|
|
|
assets/star-history-mobile.svg
CHANGED
|
|
|
|
assets/star-history.svg
CHANGED
|
|
|
|
data/resource_source_audit.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
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
|
|
|
data/resources.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f80e9f9117b3a0cd6fbd8dfd2f64ecf8ad5c035a96eca99a1e4c3793f98b3d5e
|
| 3 |
+
size 904681
|
data/star-history.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"repository": "ChaoYue0307/awesome-loop-engineering",
|
| 3 |
"source": "GitHub stargazer timestamps followed by repository star-count snapshots",
|
| 4 |
-
"total_stars":
|
| 5 |
"first_starred_at": "2026-06-09T16:18:52Z",
|
| 6 |
"latest_starred_at": "2026-07-20T17:14:18Z",
|
| 7 |
-
"latest_observed_at": "2026-08-
|
| 8 |
"starred_at": [
|
| 9 |
"2026-06-09T16:18:52Z",
|
| 10 |
"2026-06-09T16:30:12Z",
|
|
@@ -83,6 +83,18 @@
|
|
| 83 |
{
|
| 84 |
"observed_at": "2026-08-18T03:01:51Z",
|
| 85 |
"stars": 51
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
]
|
| 88 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"repository": "ChaoYue0307/awesome-loop-engineering",
|
| 3 |
"source": "GitHub stargazer timestamps followed by repository star-count snapshots",
|
| 4 |
+
"total_stars": 55,
|
| 5 |
"first_starred_at": "2026-06-09T16:18:52Z",
|
| 6 |
"latest_starred_at": "2026-07-20T17:14:18Z",
|
| 7 |
+
"latest_observed_at": "2026-08-25T03:02:21Z",
|
| 8 |
"starred_at": [
|
| 9 |
"2026-06-09T16:18:52Z",
|
| 10 |
"2026-06-09T16:30:12Z",
|
|
|
|
| 83 |
{
|
| 84 |
"observed_at": "2026-08-18T03:01:51Z",
|
| 85 |
"stars": 51
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"observed_at": "2026-08-20T03:02:03Z",
|
| 89 |
+
"stars": 53
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"observed_at": "2026-08-21T03:02:59Z",
|
| 93 |
+
"stars": 54
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"observed_at": "2026-08-25T03:02:21Z",
|
| 97 |
+
"stars": 55
|
| 98 |
}
|
| 99 |
]
|
| 100 |
}
|
design-qa.md
CHANGED
|
@@ -86,7 +86,7 @@
|
|
| 86 |
- Future directions: direct-anchor restoration waits for the Resource Atlas reflow, all three audience tracks remain readable, and the agenda CTA is fully visible at desktop and mobile widths.
|
| 87 |
- Console: no page-origin errors or warnings during mobile navigation, pattern filtering, and Resource Atlas interactions.
|
| 88 |
- Narrow phone: 320 x 844, document width equals viewport width; the headline stays within 16 px gutters and the Three.js canvas remains fully inside the 288 px content width.
|
| 89 |
-
- Source audit: 974 rows checked;
|
| 90 |
- Data and copy: the website, README, translations, social preview source, release copy, and Hugging Face card all report 974 resources, 22 patterns, 22 contracts, 8 runtime starters, and version 0.9.0. The dataset exposes 50 fields, including `loop_layer` and `scope_fit`.
|
| 91 |
- Semantic scene pass: the desktop hero crop paints 14.61% of pixels beyond the paper background with a 254.71 luminance range; the desktop stack paints 27.83% with a 249.98 range; the mobile hero paints 20.84% with a 229.45 range.
|
| 92 |
- Stage interaction: selecting Verify updates `aria-pressed` across all six controls and replaces the live detail with the independent evidence-gate explanation.
|
|
|
|
| 86 |
- Future directions: direct-anchor restoration waits for the Resource Atlas reflow, all three audience tracks remain readable, and the agenda CTA is fully visible at desktop and mobile widths.
|
| 87 |
- Console: no page-origin errors or warnings during mobile navigation, pattern filtering, and Resource Atlas interactions.
|
| 88 |
- Narrow phone: 320 x 844, document width equals viewport width; the headline stays within 16 px gutters and the Three.js canvas remains fully inside the 288 px content width.
|
| 89 |
+
- Source audit: 974 rows checked; 912 public sources reachable, 11 access-restricted, 51 repository-native, and 0 broken or unreachable as of 2026-08-24 UTC.
|
| 90 |
- Data and copy: the website, README, translations, social preview source, release copy, and Hugging Face card all report 974 resources, 22 patterns, 22 contracts, 8 runtime starters, and version 0.9.0. The dataset exposes 50 fields, including `loop_layer` and `scope_fit`.
|
| 91 |
- Semantic scene pass: the desktop hero crop paints 14.61% of pixels beyond the paper background with a 254.71 luminance range; the desktop stack paints 27.83% with a 249.98 range; the mobile hero paints 20.84% with a 229.45 range.
|
| 92 |
- Stage interaction: selecting Verify updates `aria-pressed` across all six controls and replaces the live detail with the independent evidence-gate explanation.
|
docs/assets/resources.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
docs/assets/star-history-dark.svg
CHANGED
|
|
|
|
docs/assets/star-history-mobile-dark.svg
CHANGED
|
|
|
|
docs/assets/star-history-mobile.svg
CHANGED
|
|
|
|
docs/assets/star-history.svg
CHANGED
|
|
|
|
docs/index.html
CHANGED
|
@@ -1795,7 +1795,7 @@
|
|
| 1795 |
</div>
|
| 1796 |
<p class="section-intro">Filter 974 resources by goal, loop layer, lifecycle, artifact type, and evidence class. Open any result to see its contribution, novelty, impact, scope, publication details, and original source.</p>
|
| 1797 |
</div>
|
| 1798 |
-
<p class="audit-note"><strong>Last source check, 2026-08-
|
| 1799 |
<div class="loop-layer-map" aria-label="Where different loop concepts live">
|
| 1800 |
<div class="loop-layer-item"><span>Inner loop</span><strong>Model recurrence</strong><p>A learned block refines hidden or latent state inside one inference. Included as an adjacent foundation.</p></div>
|
| 1801 |
<div class="loop-layer-item"><span>Task loop</span><strong>Agent execution</strong><p>The model reasons, calls tools, observes results, and updates working state while solving one task.</p></div>
|
|
|
|
| 1795 |
</div>
|
| 1796 |
<p class="section-intro">Filter 974 resources by goal, loop layer, lifecycle, artifact type, and evidence class. Open any result to see its contribution, novelty, impact, scope, publication details, and original source.</p>
|
| 1797 |
</div>
|
| 1798 |
+
<p class="audit-note"><strong>Last source check, 2026-08-24 UTC:</strong> 912 public links opened successfully, 11 required access, 51 point to files in this repository, and none were broken or unreachable. <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">View the results</a> or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">report a correction</a>.</p>
|
| 1799 |
<div class="loop-layer-map" aria-label="Where different loop concepts live">
|
| 1800 |
<div class="loop-layer-item"><span>Inner loop</span><strong>Model recurrence</strong><p>A learned block refines hidden or latent state inside one inference. Included as an adjacent foundation.</p></div>
|
| 1801 |
<div class="loop-layer-item"><span>Task loop</span><strong>Agent execution</strong><p>The model reasons, calls tools, observes results, and updates working state while solving one task.</p></div>
|
scripts/render_readme_tables.py
CHANGED
|
@@ -159,19 +159,36 @@ def publication_cell(row: dict[str, str]) -> str:
|
|
| 159 |
return primary
|
| 160 |
|
| 161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
def evidence_cell(row: dict[str, str]) -> str:
|
| 163 |
# The per-class note is constant for every row of a class, so it is defined once in the
|
| 164 |
# evidence-label legend rather than repeated on each row; repeating it cost roughly 40 KB
|
| 165 |
# against the GitHub render budget. Only per-row exceptions still carry an inline note.
|
| 166 |
evidence = row["evidence_class"]
|
| 167 |
label = EVIDENCE_LABELS.get(evidence, evidence.replace("-", " ").title())
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
return f"**{escape_cell(label)}**"
|
| 174 |
-
return f"**{escape_cell(label)}**
|
| 175 |
|
| 176 |
|
| 177 |
def resource_cells(row: dict[str, str]) -> tuple[str, str, str, str]:
|
|
@@ -250,7 +267,17 @@ def evidence_legend_lines(rows: list[dict[str, str]]) -> list[str]:
|
|
| 250 |
escape_cell(EVIDENCE_NOTES.get(evidence, "Inspect the linked source")),
|
| 251 |
)
|
| 252 |
)
|
| 253 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 254 |
|
| 255 |
|
| 256 |
def replace_evidence_legend(lines: list[str], rows: list[dict[str, str]]) -> list[str]:
|
|
|
|
| 159 |
return primary
|
| 160 |
|
| 161 |
|
| 162 |
+
SOURCE_STATUS_MARKS = {"restricted": "\u2021", "unavailable": "\u2020"}
|
| 163 |
+
SOURCE_STATUS_FOOTNOTES = {
|
| 164 |
+
"restricted": "The linked source required access at the latest check",
|
| 165 |
+
"unavailable": "The linked source was unavailable at the latest check",
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
def status_key(row: dict[str, str]) -> str | None:
|
| 170 |
+
"""Bucket a row's source status into the footnote it needs, or None when it needs none."""
|
| 171 |
+
status = row["source_status"]
|
| 172 |
+
if status == "restricted":
|
| 173 |
+
return "restricted"
|
| 174 |
+
if status not in {"ok", "local_ok"}:
|
| 175 |
+
return "unavailable"
|
| 176 |
+
return None
|
| 177 |
+
|
| 178 |
+
|
| 179 |
def evidence_cell(row: dict[str, str]) -> str:
|
| 180 |
# The per-class note is constant for every row of a class, so it is defined once in the
|
| 181 |
# evidence-label legend rather than repeated on each row; repeating it cost roughly 40 KB
|
| 182 |
# against the GitHub render budget. Only per-row exceptions still carry an inline note.
|
| 183 |
evidence = row["evidence_class"]
|
| 184 |
label = EVIDENCE_LABELS.get(evidence, evidence.replace("-", " ").title())
|
| 185 |
+
# The status note is constant for every row that carries it, so it is defined once as a
|
| 186 |
+
# legend footnote rather than repeated inline, the same way the per-class note already is.
|
| 187 |
+
# Repeating it inline cost about 750 bytes against the GitHub render budget.
|
| 188 |
+
mark = SOURCE_STATUS_MARKS.get(status_key(row))
|
| 189 |
+
if mark is None:
|
| 190 |
return f"**{escape_cell(label)}**"
|
| 191 |
+
return f"**{escape_cell(label)}** {mark}"
|
| 192 |
|
| 193 |
|
| 194 |
def resource_cells(row: dict[str, str]) -> tuple[str, str, str, str]:
|
|
|
|
| 267 |
escape_cell(EVIDENCE_NOTES.get(evidence, "Inspect the linked source")),
|
| 268 |
)
|
| 269 |
)
|
| 270 |
+
lines = [EVIDENCE_START, *markdown_table(("Evidence label", "Rows", "What it means"), data)]
|
| 271 |
+
present = {key for key in (status_key(row) for row in rows) if key is not None}
|
| 272 |
+
for key, mark in SOURCE_STATUS_MARKS.items():
|
| 273 |
+
if key in present:
|
| 274 |
+
lines.append("")
|
| 275 |
+
break
|
| 276 |
+
for key, mark in SOURCE_STATUS_MARKS.items():
|
| 277 |
+
if key in present:
|
| 278 |
+
lines.append(f"{mark} {SOURCE_STATUS_FOOTNOTES[key]}.")
|
| 279 |
+
lines.append(EVIDENCE_END)
|
| 280 |
+
return lines
|
| 281 |
|
| 282 |
|
| 283 |
def replace_evidence_legend(lines: list[str], rows: list[dict[str, str]]) -> list[str]:
|