mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 16:16:26 +00:00
Fix Copilot review findings: broken paths, stale refs, horizon count
- endocrine/AGENTS.md, ichor/AGENTS.md: fix devCorrectionLog relative path (../../ → ../../../) so it resolves to repo root .claude/ - bus-topology.md: update stale M2/M6 references to current specs (M2=Data Feeds, M6=Conductor) - M3a: combine tick/hourly to match hub's six-horizon convention
This commit is contained in:
parent
b944ccff83
commit
9712035e12
@ -85,5 +85,5 @@ blocking in a protected action), **tasks = workers** that call into the organs
|
||||
- **MoRAG / GoDAGRAG language** (Haskell vs Crystal vs other).
|
||||
- Each outer organ's hand-off shape to Ada.
|
||||
- ~~The stomach/economy organ's exact placement + which small model runs it.~~
|
||||
**→ placed:** M-series (M0–M7) in `docs/plans/`. Outer organ on Ichor; small model TBD (M2).
|
||||
See M0 (hub), M6 (provenance chain through digestion, S1/S2 compliance).
|
||||
**→ placed:** M-series (M0–M7) in `docs/plans/`. Outer organ on Ichor; data feeds via M2 (Data Feeds).
|
||||
See M0 (hub), M6 (Conductor — orchestration, provenance chain, S1/S2 compliance).
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
Pure statistical simulation: **Monte Carlo methods, Bayesian inference, time-series forecasting,
|
||||
stochastic volatility, regime detection, and cross-asset correlation**. The mathematical backbone
|
||||
— no game theory, no sociology, just the numbers. Operates across **six concurrent time horizons**
|
||||
(tick → hourly → daily → weekly → monthly → annual → 5-year). Pops in this sim represent
|
||||
(tick/hourly → daily → weekly → monthly → annual → 5-year). Pops in this sim represent
|
||||
**stochastic sample paths**, not behavioral agents.
|
||||
|
||||
## 2. Status / certainty
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# AGENTS.md — endocrine organs (R / Octave)
|
||||
|
||||
Local guide for `src/endocrine`. Repo-wide map and rules: [`../../AGENTS.md`](../../AGENTS.md);
|
||||
working agreements: [`../../CLAUDE.md`](../../CLAUDE.md). Correction log: [`../../.claude/devCorrectionLog.md`](../../.claude/devCorrectionLog.md).
|
||||
working agreements: [`../../CLAUDE.md`](../../CLAUDE.md). Correction log: [`../../../.claude/devCorrectionLog.md`](../../../.claude/devCorrectionLog.md).
|
||||
|
||||
## What this is
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# AGENTS.md — Ichor bus (Pony)
|
||||
|
||||
Local guide for `src/ichor`. Repo-wide map and rules: [`../../AGENTS.md`](../../AGENTS.md);
|
||||
working agreements: [`../../CLAUDE.md`](../../CLAUDE.md). Correction log: [`../../.claude/devCorrectionLog.md`](../../.claude/devCorrectionLog.md).
|
||||
working agreements: [`../../CLAUDE.md`](../../CLAUDE.md). Correction log: [`../../../.claude/devCorrectionLog.md`](../../../.claude/devCorrectionLog.md).
|
||||
|
||||
## What this is
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user