From 68cfaf7c6346bdca467c80195ec94eb4f0f00258 Mon Sep 17 00:00:00 2001 From: tony Date: Tue, 26 Aug 2025 14:28:39 +1000 Subject: [PATCH] feat: Update CHORUS mission statement with enhanced technical detail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added more comprehensive explanation of CHORUS context management system - Explains differentiation from RAG and Git through role-based awareness - Highlights temporal shift management and business intelligence capabilities - Added new CSS utility class for left-aligned text with improved line height - Enhanced copy emphasizes auditability and strategic decision context 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- modules/teaser/app/globals.css | 5 ++++- modules/teaser/components/MissionStatement.tsx | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/teaser/app/globals.css b/modules/teaser/app/globals.css index 695da11..455456f 100644 --- a/modules/teaser/app/globals.css +++ b/modules/teaser/app/globals.css @@ -111,7 +111,10 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - +.text-align-left { + text-align: left; + line-height: 2.35rem; +} /* CHORUS Button System */ diff --git a/modules/teaser/components/MissionStatement.tsx b/modules/teaser/components/MissionStatement.tsx index 56bbc03..939c92e 100644 --- a/modules/teaser/components/MissionStatement.tsx +++ b/modules/teaser/components/MissionStatement.tsx @@ -27,11 +27,10 @@ export default function MissionStatement() { -

- CHORUS transforms how organizations orchestrate AI agents, - ensuring every decision is informed by the right context, - delivered to the right agent, at precisely the right moment. -

+ +

While RAG can provide conceptually relevant context, and Git supplies structurally relevant, temporally immutable context, the CHORUS system goes further. Through role-based awareness and structural lookup, it can selectively surface—or deliberately withhold—the "business intelligence": the strategic why behind the work. It connects project goals and scope directly to the task at hand, while managing secrets, enforcing permissions, maintaining separation of concerns, and ensuring auditability.

+

The key insight is that business rules, strategies, roles, permissions, budgets, and other organizational constraints are not static—they evolve over time.

+

CHORUS is the only context management system designed to capture, interpret, navigate, and even anticipate these temporal shifts, delivering complete traceability and auditability across the full lifecycle of work.

{/* Supporting Points */}