first project commit

This commit is contained in:
2026-05-16 12:02:15 +01:00
parent 33789b13d1
commit c013b52f59
79 changed files with 5834 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Pure domain logic lives here — no I/O, no framework imports.
// Intentionally empty in this scaffold phase; populate as business rules emerge.
export {};