mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 16:16:26 +00:00
Mechanical structure-only pass (no document/guide content edits): - Move src/ichor, src/endocrine, and docs/ into core/; the old top-level mafiabot_core/ becomes core/. Everything now lives under a single core/ root. - Drop the "mafiabot" label from the Ada/Alire crate: core.gpr (project Core), alire.toml name = "core"; the generated *_config.* regenerate as core_config.*. - Repoint build-critical wiring only: - .claude/skills/run-sica-fondt/smoke.sh (ponyc + Ada + COBOL paths) - core/src/endocrine R source()/runner paths and the test glob - .github/workflows/ci.yml (working-directory + gpr name) Verified green: smoke ALL GREEN (Pony Ichor, Ada core crate + tests, COBOL E1 vault); R endocrine 14/0; Octave ETR 26/0/1. Deferred (reserved for a less-ephemeral doc/guide pass): docmap.yaml, the guide files and nested AGENTS.md/README prose + now-stale relative links, SOUL.md, and the deeper ring/storage restructure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015hmgREHNsxYCuim33yUF2c
21 lines
811 B
TOML
21 lines
811 B
TOML
name = "core"
|
|
version = "0.1.0"
|
|
description = "Sovereign cognitive architecture"
|
|
authors = ["Shoggoth Sect 0.R"]
|
|
maintainers = ["hahahaha <redacted@dev.null>"]
|
|
maintainers-logins = ["sybad"]
|
|
# licenses: omitted -- proprietary/TBD. Alire requires a valid SPDX expression
|
|
# here, and neither "Proprietary TBD" nor a LicenseRef- custom id is accepted by
|
|
# the pinned Alire, so the (optional) field is left out until a license is chosen.
|
|
|
|
# No external crate deps: nothing here `with`s GNAT.Sockets or SPARK.Lemmas.
|
|
# (They were declared for the deleted sockets stub and never used.) Re-add as
|
|
# real needs appear.
|
|
|
|
# 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"
|