From 9c776238fcbd0812b872fe48154aab0c3c7e2fe9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 01:00:17 +0000 Subject: [PATCH] =?UTF-8?q?Rename=20messages/=20to=20outputs/=20=E2=80=94?= =?UTF-8?q?=20they=20are=20outputs=20not=20inputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- core/AGENTS.md | 2 +- core/src/{messages => outputs}/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename core/src/{messages => outputs}/.gitkeep (100%) diff --git a/core/AGENTS.md b/core/AGENTS.md index 18e3141..b2b5a83 100644 --- a/core/AGENTS.md +++ b/core/AGENTS.md @@ -8,7 +8,7 @@ working agreements: [`../CLAUDE.md`](../CLAUDE.md). The **Ada/SPARK border — D1**. All traffic to the inner brain crosses here first. Built with **Alire**. Internal modules under `src/`: `trust` (incl. the COBOL invariant-law vault), `organs`, `network`, `protocol`, `daemons`, `core`, -`types`, `messages`. These are modules, not separate organs — they share this +`types`, `outputs`. These are modules, not separate organs — they share this file. ## Build & test diff --git a/core/src/messages/.gitkeep b/core/src/outputs/.gitkeep similarity index 100% rename from core/src/messages/.gitkeep rename to core/src/outputs/.gitkeep