feat: first cut on M0 - base structure of project

This commit is contained in:
2026-04-02 21:00:18 +02:00
parent 1a24027723
commit 1c3a088efb
40 changed files with 7471 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ Invariants and behaviours in the allium spec should be covered by unit tests of
## important behaviour
- HEREDOCs don't work most of the time. Don't use them. Use editor tools to create proper scripots
- HEREDOCs don't work most of the time. Don't use them. Use editor tools to create proper scripts
- use red/green TDD for new implementations
- there are no "pre-existing" problems - you own every problem, you fix every problem
- don't leave unused code in the codebase, remove it instead