with "config/mafiabot_core_config.gpr"; project Mafiabot_Core is -- Only directories that actually hold Ada sources. The old organ/network -- stubs (soul tarot, ada_medium, sockets) are gone — that cognition is -- moving to Ichor (Pony) and the R/Octave organs. for Source_Dirs use ("src/core", "src/config_loader", "src/trust", "src/protocol", "src/types", "config", "tests"); for Object_Dir use "obj"; for Exec_Dir use "bin"; -- Test harnesses only. There is no application main yet (mafiabot.adb was -- never written); add it here when it exists. for Main use ("engine_tests.adb", "trust_tests.adb", "config_tests.adb"); package Builder is for Global_Configuration_Pragmas use "gnat.adc"; end Builder; end Mafiabot_Core;