Claude 005c551e04
Add SOUL.md frontloader + wire all drivers and tarot into the input slot
SOUL.md: YAML frontloader prepended to every other input -- name slot,
version (Gen.03), first-commit unix epoch, and base-7 encoded references to
vital file paths (each path's UTF-8 bytes as a big-endian integer in base 7).

drive_box.R: drive_box_input_slot() implements the hub topology -- Energy,
PS+, Ethical Integrity, ETR, AND the tarot spread each write their signal into
one input slot (the Ada Medium Phase_Enrich injection), headed by the SOUL
frontloader, with the raw user input appended. Not a chain; every subsystem
wires to the input.

Endocrine suite now 120 assertions, all green.
2026-06-10 04:19:00 +00:00

sica-fondt

AI Mafia Bot Gen.02.6

mafiabot_core/
├── alire.toml               # The package manifest (Alire). No pip, no cargo. Pure discipline.
├── config/                  # Environment and secret handling.
├── src/                     # The Forge.
│   ├── mafiabot.adb         # The Main entry point.
│   ├── core/
│   │   ├── engine.ads       
│   │   └── engine.adb       
│   ├── daemons/
│   │   ├── economy.ads      
│   │   └── economy.adb
│   ├── network/
│   │   ├── sockets.ads      
│   │   └── sockets.adb
│   └── payloads/
│       ├── exploits.ads     
│       └── exploits.adb
├── tests/
│   └── engine_tests.adb     
└── .gitignore
Description
vereiner
Readme 13 MiB
Languages
R 45.1%
Ada 19.6%
MATLAB 9.9%
COBOL 8.8%
Pony 6.4%
Other 10.2%