Initial commit: allium behavioural specs distilled from bDS TypeScript app

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 18:36:20 +02:00
commit aec533b54f
32 changed files with 4569 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Rust
/target/
**/*.rs.bk
*.pdb
# Build artifacts
*.d
*.o
*.so
*.dylib
*.dll
*.a
*.lib
# Cargo.lock for binaries (keep it committed for applications)
# Uncomment if this is a library:
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.*