chore: add sources/ directory for consistency with elixir/go repos

This commit is contained in:
2026-05-08 01:12:21 +00:00
parent 470c6b3fe3
commit fd8c799677
+9
View File
@@ -0,0 +1,9 @@
# Sources
Reference material extracted from specific projects. Study for ideas, don't copy blindly.
These are **descriptive** — they document what a project does and why.
The `patterns/` directory is **prescriptive** — it tells you what to do.
Patterns that prove broadly applicable get promoted from here into `patterns/`.
The rest stays as reference for understanding how mature projects solve specific problems.