From 84c68ee35c4b1420f299964293864fb802bd6069 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 19 May 2026 13:20:33 +0000 Subject: [PATCH] Move moduldoku.md to project root This is an internal authoring doc, not part of the shipped Laravel application. Lifting it out of the schneespur/ subdirectory keeps it out of the release build (build.sh copies only the Laravel app directories) and clarifies the separation between code-that-ships and meta documentation about the module system. Co-Authored-By: Claude Opus 4.7 (1M context) --- schneespur/moduldoku.md => moduldoku.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename schneespur/moduldoku.md => moduldoku.md (100%) diff --git a/schneespur/moduldoku.md b/moduldoku.md similarity index 100% rename from schneespur/moduldoku.md rename to moduldoku.md