From 9712035e12555115ee1a2bfee73eabd4e94244a9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 14 Jul 2026 00:06:06 +0000 Subject: [PATCH] Fix Copilot review findings: broken paths, stale refs, horizon count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- core/docs/bus-topology.md | 4 ++-- core/docs/plans/M3a-statistical-sims.md | 2 +- core/src/endocrine/AGENTS.md | 2 +- core/src/ichor/AGENTS.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/docs/bus-topology.md b/core/docs/bus-topology.md index 9973b79..d65a725 100644 --- a/core/docs/bus-topology.md +++ b/core/docs/bus-topology.md @@ -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). diff --git a/core/docs/plans/M3a-statistical-sims.md b/core/docs/plans/M3a-statistical-sims.md index ff7a748..896c298 100644 --- a/core/docs/plans/M3a-statistical-sims.md +++ b/core/docs/plans/M3a-statistical-sims.md @@ -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 diff --git a/core/src/endocrine/AGENTS.md b/core/src/endocrine/AGENTS.md index 0340ccd..260cd52 100644 --- a/core/src/endocrine/AGENTS.md +++ b/core/src/endocrine/AGENTS.md @@ -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 diff --git a/core/src/ichor/AGENTS.md b/core/src/ichor/AGENTS.md index 8496479..809f9d2 100644 --- a/core/src/ichor/AGENTS.md +++ b/core/src/ichor/AGENTS.md @@ -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