Sync 430: 37 new resources from Jul 9-11 sweep; visual and SEO polish
Browse files- docs/llms.txt +9 -0
docs/llms.txt
CHANGED
|
@@ -12,7 +12,16 @@
|
|
| 12 |
## Patterns
|
| 13 |
|
| 14 |
- [Pattern library](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md): operational loop patterns with triggers, gates, budgets, and escalation
|
|
|
|
| 15 |
- [Loop contracts](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md): schema-validated contract JSON for every pattern, plus runnable reference loops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Optional
|
| 18 |
|
|
|
|
| 12 |
## Patterns
|
| 13 |
|
| 14 |
- [Pattern library](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/README.md): operational loop patterns with triggers, gates, budgets, and escalation
|
| 15 |
+
- [Pattern matrix](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/patterns/MATRIX.md): every pattern compared by trigger, gate, state, and budget, indexed by symptom
|
| 16 |
- [Loop contracts](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md): schema-validated contract JSON for every pattern, plus runnable reference loops
|
| 17 |
+
- [Runtime selection guide](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md): choosing where a loop runs by persistence, file access, isolation, and permissions
|
| 18 |
+
|
| 19 |
+
## Data
|
| 20 |
+
|
| 21 |
+
- [Resource sheet (CSV)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.csv): all curated entries with section, type, and annotation columns
|
| 22 |
+
- [Resource sheet (JSONL)](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resources.jsonl): the same rows as line-delimited JSON
|
| 23 |
+
- [Hugging Face dataset](https://huggingface.co/datasets/cy0307/awesome-loop-engineering): mirrored dataset with a data viewer over all curated entries
|
| 24 |
+
- [Source audit](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv): per-entry reachability, HTTP status, and repository metadata
|
| 25 |
|
| 26 |
## Optional
|
| 27 |
|