Claude 80fe7a06a7
Fix alire.toml: style_checks selector Max -> Yes
Alire 2.x only accepts no/yes for the style_checks build-switch category;
"Max" failed manifest loading so 'alr build' aborted before compiling.
"Yes" enables GNAT style checks (warnings, non-fatal) -- the valid selector
closest to the intended Max. Local gprbuild bypassed alire.toml which is why
this only surfaced in CI (alr build).
2026-06-10 04:03:34 +00:00

19 lines
493 B
TOML

name = "mafiabot_core"
version = "0.1.0"
description = "Sovereign cognitive architecture"
authors = ["Shoggoth Sect 0.R"]
maintainers = ["hahahaha <redacted@dev.null>"]
maintainers-logins = ["sybad"]
licenses = "Proprietary TBD"
[[depends-on]]
gnat_sockets = "^1.0.0"
spark_lemmas = "^1.0.0"
# Build modes wildcard "*". Restrictions are NOT a build-switch: see gnat.adc.
[build-switches]
"*".ada_version = "Ada2022"
"*".style_checks = "Yes"
"*".contracts = "Yes"
"*".runtime_checks = "None"