From 889b0f0cb8ebbaa4f800fba35cd165d4fd05ffc8 Mon Sep 17 00:00:00 2001 From: Timmy Date: Fri, 3 Apr 2026 21:38:58 +0100 Subject: [PATCH] Coding agents text change. --- server/src/main.rs | 17 ++++++++++------- website/index.html | 4 ++-- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/server/src/main.rs b/server/src/main.rs index a728e04c..138258db 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -577,13 +577,16 @@ async fn main() -> Result<(), std::io::Error> { let host = std::env::var("HUSKIES_HOST").unwrap_or_else(|_| "127.0.0.1".to_string()); let addr = format!("{host}:{port}"); - println!("\x1b[96;1m"); - println!(" ╱▔▔╲ \x1b[97;1m _ _ _ _ \x1b[96;1m"); - println!(" ( ◕ ◕) \x1b[97;1m| | | |_ _ ___| | _(_) ___ ___\x1b[96;1m"); - println!(" ╲ ▽ ╱ \x1b[97;1m| |_| | | | / __| |/ / |/ _ \\/ __|\x1b[96;1m"); - println!(" /| |\\ \x1b[97;1m| _ | |_| \\__ \\ <| | __/\\__ \\\x1b[96;1m"); - println!(" / | | \\\x1b[97;1m|_| |_|\\__,_|___/_|\\_\\_|\\___||___/\x1b[96;1m"); - println!(" ╱╱ ╲╲ \x1b[90mStory-driven development, powered by AI\x1b[0m"); + println!("\x1b[97;1m"); + println!(" /\\_/\\ \x1b[96;1m _ _ _ _ \x1b[97;1m"); + println!(" / o o \\ \x1b[96;1m| | | |_ _ ___| | _(_) ___ ___\x1b[97;1m"); + println!(" ( Y ) \x1b[96;1m| |_| | | | / __| |/ / |/ _ \\/ __|\x1b[97;1m"); + println!(" \\ ^ / \x1b[96;1m| _ | |_| \\__ \\ <| | __/\\__ \\\x1b[97;1m"); + println!(" )===( \\ \x1b[96;1m|_| |_|\\__,_|___/_|\\_\\_|\\___||___/\x1b[97;1m"); + println!(" / \\ \\ \x1b[90mStory-driven development, powered by AI\x1b[97;1m"); + println!(" | | | |"); + println!(" /| | |\\|"); + println!(" \\|__|__|/\x1b[0m"); println!(); println!("HUSKIES_PORT={port}"); println!("\x1b[96;1mFrontend:\x1b[0m \x1b[94mhttp://{addr}\x1b[0m"); diff --git a/website/index.html b/website/index.html index 3f265d92..3d60c78e 100644 --- a/website/index.html +++ b/website/index.html @@ -30,8 +30,8 @@

Story-driven development

-

AI agents are huskies,
not labradors.

-

They're enthusiastic, sometimes wild, and they'll happily wander off on their own. But put them in a harness and they'll take you anywhere. Huskies is the harness — a story-driven pipeline that turns AI agents into a disciplined team.

+

Coding agents are huskies,
not labradors.

+

They're enthusiastic, sometimes wild, and they'll happily wander off on their own. But put them in a harness and they'll take you anywhere. Huskies is the harness — a story-driven pipeline that turns coding agents into a disciplined team.