Complete BZZZ deployment system fixes with all remaining changes
## Additional Changes: - Add test configurations and deployment artifacts - Update web assets and build manifests - Add version management scripts - Include local test configs (.bzzz/ directory) - Update internal runtime and agent configurations - Refresh Next.js build artifacts ## Final State: - Complete deployment system working end-to-end - ironwood successfully deployed and operational - All hardcoded values removed from codebase - Config generation and validation fully functional 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { Metadata } from 'next'
|
||||
import './globals.css'
|
||||
import ThemeToggle from './components/ThemeToggle'
|
||||
import VersionDisplay from './components/VersionDisplay'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'CHORUS Agent Configuration',
|
||||
@@ -25,9 +26,12 @@ export default function RootLayout({
|
||||
<img src="/assets/chorus-mobius-on-white.png" alt="CHORUS" className="w-10 h-10" />
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="heading-subsection">
|
||||
CHORUS Agent Configuration
|
||||
</h1>
|
||||
<div className="flex items-center space-x-3">
|
||||
<h1 className="heading-subsection">
|
||||
CHORUS Agent Configuration
|
||||
</h1>
|
||||
<VersionDisplay />
|
||||
</div>
|
||||
<p className="text-small">
|
||||
Distributed Agent Orchestration Platform
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user