Add optimized workflow notes layer

This commit is contained in:
Morpheus
2026-08-08 21:35:04 +00:00
parent e9efbc4616
commit 5cdfcad277
5 changed files with 147 additions and 0 deletions
+13
View File
@@ -6,6 +6,8 @@ The `models/` tree stores collected originals and community finds.
The `optimized/` tree stores the cleaned-up workflows built from analyzing what we have collected.
The `optimized/notes/` tree stores accumulated optimization notes so future review passes can reuse prior judgments instead of re-reading every collected workflow from scratch.
## Purpose
These workflows are intended to become the practical default choices for each category after comparing:
@@ -32,6 +34,17 @@ Each optimized workflow should have its own folder and usually include:
- `README.md`
- optional notes, screenshots, or benchmark artifacts
## Notes layer
Use `optimized/notes/` for durable working notes such as:
- category heuristics
- strong and weak source workflows
- recurring node/version pitfalls
- preferred model paths
- unresolved test questions
- "best current" assumptions waiting for proof
## Update policy
This section is reviewed on a Sunday-evening cadence.