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:
Claude 2026-07-14 00:06:06 +00:00
parent b944ccff83
commit 9712035e12
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View File

@ -85,5 +85,5 @@ blocking in a protected action), **tasks = workers** that call into the organs
- **MoRAG / GoDAGRAG language** (Haskell vs Crystal vs other). - **MoRAG / GoDAGRAG language** (Haskell vs Crystal vs other).
- Each outer organ's hand-off shape to Ada. - Each outer organ's hand-off shape to Ada.
- ~~The stomach/economy organ's exact placement + which small model runs it.~~ - ~~The stomach/economy organ's exact placement + which small model runs it.~~
**→ placed:** M-series (M0M7) in `docs/plans/`. Outer organ on Ichor; small model TBD (M2). **→ placed:** M-series (M0M7) in `docs/plans/`. Outer organ on Ichor; data feeds via M2 (Data Feeds).
See M0 (hub), M6 (provenance chain through digestion, S1/S2 compliance). See M0 (hub), M6 (Conductor — orchestration, provenance chain, S1/S2 compliance).

View File

@ -4,7 +4,7 @@
Pure statistical simulation: **Monte Carlo methods, Bayesian inference, time-series forecasting, Pure statistical simulation: **Monte Carlo methods, Bayesian inference, time-series forecasting,
stochastic volatility, regime detection, and cross-asset correlation**. The mathematical backbone 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** — no game theory, no sociology, just the numbers. Operates across **six concurrent time horizons**
(tickhourly → 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. **stochastic sample paths**, not behavioral agents.
## 2. Status / certainty ## 2. Status / certainty

View File

@ -1,7 +1,7 @@
# AGENTS.md — endocrine organs (R / Octave) # AGENTS.md — endocrine organs (R / Octave)
Local guide for `src/endocrine`. Repo-wide map and rules: [`../../AGENTS.md`](../../AGENTS.md); 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 ## What this is

View File

@ -1,7 +1,7 @@
# AGENTS.md — Ichor bus (Pony) # AGENTS.md — Ichor bus (Pony)
Local guide for `src/ichor`. Repo-wide map and rules: [`../../AGENTS.md`](../../AGENTS.md); 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 ## What this is