4 Commits

Author SHA1 Message Date
Claude
9dadbb9d9a
Fix: Move mafiabot files from subdirectory to repository root
Reorganize mafiabot source files from nested mafiabot_core/ subdirectory
to root-level structure to match the original file layout. This includes:
- src/: Core Ada source files (engine, daemons, network, payloads)
- config/: Bot configuration modules
- tests/: Test suites

The incorrect subdirectory structure has been removed and replaced with
the proper root-level organization.
2026-05-30 23:33:51 +00:00
Claude
7bb9cbe52b
Add mafiabot_core Ada project structure
- Create complete project layout with alire.toml and .gitignore
- Add core engine specification and implementation
- Add economy daemon for casino math
- Add network sockets for websocket handling
- Add payloads module for exploit structures
- Add test suite for engine functionality
- Add config directory for environment handling

https://claude.ai/code/session_01D49foVx9gcq4Wov45dgFTc
2026-05-30 23:29:53 +00:00
Claude
4bb96661b8
Move mafiabot files from the-library-of-alexandria
- Add mafiabot_core.gpr (Ada project configuration)
- Add mafiabot.adb (main procedure)
2026-05-30 22:24:08 +00:00
gravermistakes
3b4b2fe4c3
Initial commit 2026-05-30 12:59:56 -07:00