From b5060f3834c6d8c82c19be03c9fa604536e7f593 Mon Sep 17 00:00:00 2001 From: sdlcadmin Date: Tue, 21 Jul 2026 11:53:39 +0000 Subject: [PATCH] scaffold: add rules/README.md --- rules/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rules/README.md diff --git a/rules/README.md b/rules/README.md new file mode 100644 index 0000000..5d24f53 --- /dev/null +++ b/rules/README.md @@ -0,0 +1,3 @@ +# Rules + +Rule files: `.md` with YAML frontmatter (`id`, `version`, `scope`, `status`), body = the rule text the AI pipeline applies.