feat: Update CHORUS mission statement with enhanced technical detail

- 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 <noreply@anthropic.com>
This commit is contained in:
tony
2025-08-26 14:28:39 +10:00
parent c8fb816775
commit 68cfaf7c63
2 changed files with 8 additions and 6 deletions

View File

@@ -111,7 +111,10 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.text-align-left {
text-align: left;
line-height: 2.35rem;
}
/* CHORUS Button System */ /* CHORUS Button System */

View File

@@ -27,11 +27,10 @@ export default function MissionStatement() {
</ScrollReveal> </ScrollReveal>
<ScrollReveal delay={500} duration={600} direction="up"> <ScrollReveal delay={500} duration={600} direction="up">
<p className="text-lg md:text-xl leading-relaxed mb-chorus-xxl text-carbon-600 dark:text-mulberry-200 font-light max-w-3xl mx-auto">
CHORUS transforms how organizations orchestrate AI agents, <p className="text-lg text-align-left mb-chorus-xxl text-carbon-600 dark:text-mulberry-200 max-w-3xl mx-auto">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 surfaceor deliberately withholdthe "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.</p>
ensuring every decision is informed by the right context, <p className="text-lg mb-chorus-xl max-w-3xl mx-auto text-align-left">The key insight is that business rules, strategies, roles, permissions, budgets, and other organizational constraints are not staticthey evolve over time.</p>
delivered to the right agent, at precisely the right moment. <p className="text-lg mb-chorus-xl max-w-3xl mx-auto text-align-left">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.</p>
</p>
</ScrollReveal> </ScrollReveal>
{/* Supporting Points */} {/* Supporting Points */}