Add optimized workflow notes layer
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user