sica-fondt/.claude/settings.json
Claude f3b1bea771
cerebellum: plug-and-play OpenHermes harness on the Ichor bus
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
2026-06-19 21:33:32 +00:00

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"
}
]
}
]
}
}