mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 08:06:26 +00:00
C1 integration spine as an Ichor organ. CerebellumHarness receives a turn off the bus, sequences N passes through a swappable LLM adapter (the OpenHermes plug; StubLLM stands in), and emits the synthesis back onto the bus toward the Brain (crossing D1). Add Cerebellum to OrganId; wire a turn in the demo main. Compiles on ponyc 0.64; end-to-end run green (turn -> cerebellum -> D1 -> brain). Also: add a small read-only permission allowlist (toolchain probes/versions). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015hmgREHNsxYCuim33yUF2c
29 lines
592 B
JSON
29 lines
592 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(command -v *)",
|
|
"Bash(ponyc --version)",
|
|
"Bash(alr --version)",
|
|
"Bash(cobc --version)",
|
|
"Bash(gnatmake --version)",
|
|
"Bash(gprbuild --version)"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/session-start.sh"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/install-toolchains.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|