gravermistakes b381b780c2
Add scheduled Ada CI workflow (cron, not on push)
Nightly + manual workflow_dispatch. Sets up Alire/GNAT, runs alr build,
executes the test binaries, and runs gnatprove as an informational
(non-blocking) job until the proof base is green.
2026-06-09 21:53:35 +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%