From fd8c799677400cc02c9b4f45bc7d359f89fd3527 Mon Sep 17 00:00:00 2001 From: Rodin <4+rodin@noreply.gitea.weiker.me> Date: Fri, 8 May 2026 01:12:21 +0000 Subject: [PATCH] chore: add sources/ directory for consistency with elixir/go repos --- sources/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sources/README.md diff --git a/sources/README.md b/sources/README.md new file mode 100644 index 0000000..bf366c7 --- /dev/null +++ b/sources/README.md @@ -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.