Coding agents text change.
This commit is contained in:
+10
-7
@@ -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 host = std::env::var("HUSKIES_HOST").unwrap_or_else(|_| "127.0.0.1".to_string());
|
||||||
let addr = format!("{host}:{port}");
|
let addr = format!("{host}:{port}");
|
||||||
|
|
||||||
println!("\x1b[96;1m");
|
println!("\x1b[97;1m");
|
||||||
println!(" ╱▔▔╲ \x1b[97;1m _ _ _ _ \x1b[96;1m");
|
println!(" /\\_/\\ \x1b[96;1m _ _ _ _ \x1b[97;1m");
|
||||||
println!(" ( ◕ ◕) \x1b[97;1m| | | |_ _ ___| | _(_) ___ ___\x1b[96;1m");
|
println!(" / o o \\ \x1b[96;1m| | | |_ _ ___| | _(_) ___ ___\x1b[97;1m");
|
||||||
println!(" ╲ ▽ ╱ \x1b[97;1m| |_| | | | / __| |/ / |/ _ \\/ __|\x1b[96;1m");
|
println!(" ( Y ) \x1b[96;1m| |_| | | | / __| |/ / |/ _ \\/ __|\x1b[97;1m");
|
||||||
println!(" /| |\\ \x1b[97;1m| _ | |_| \\__ \\ <| | __/\\__ \\\x1b[96;1m");
|
println!(" \\ ^ / \x1b[96;1m| _ | |_| \\__ \\ <| | __/\\__ \\\x1b[97;1m");
|
||||||
println!(" / | | \\\x1b[97;1m|_| |_|\\__,_|___/_|\\_\\_|\\___||___/\x1b[96;1m");
|
println!(" )===( \\ \x1b[96;1m|_| |_|\\__,_|___/_|\\_\\_|\\___||___/\x1b[97;1m");
|
||||||
println!(" ╱╱ ╲╲ \x1b[90mStory-driven development, powered by AI\x1b[0m");
|
println!(" / \\ \\ \x1b[90mStory-driven development, powered by AI\x1b[97;1m");
|
||||||
|
println!(" | | | |");
|
||||||
|
println!(" /| | |\\|");
|
||||||
|
println!(" \\|__|__|/\x1b[0m");
|
||||||
println!();
|
println!();
|
||||||
println!("HUSKIES_PORT={port}");
|
println!("HUSKIES_PORT={port}");
|
||||||
println!("\x1b[96;1mFrontend:\x1b[0m \x1b[94mhttp://{addr}\x1b[0m");
|
println!("\x1b[96;1mFrontend:\x1b[0m \x1b[94mhttp://{addr}\x1b[0m");
|
||||||
|
|||||||
+2
-2
@@ -30,8 +30,8 @@
|
|||||||
<img src="husky.png" alt="" class="hero-husky">
|
<img src="husky.png" alt="" class="hero-husky">
|
||||||
</div>
|
</div>
|
||||||
<p class="hero-kicker reveal r1">Story-driven development</p>
|
<p class="hero-kicker reveal r1">Story-driven development</p>
|
||||||
<h1 class="reveal r2">AI agents are huskies,<br>not <span class="glow">labradors.</span></h1>
|
<h1 class="reveal r2">Coding agents are huskies,<br>not <span class="glow">labradors.</span></h1>
|
||||||
<p class="hero-sub reveal r3">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.</p>
|
<p class="hero-sub reveal r3">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.</p>
|
||||||
|
|
||||||
<!-- Pipeline viz -->
|
<!-- Pipeline viz -->
|
||||||
<div class="pipeline reveal r4">
|
<div class="pipeline reveal r4">
|
||||||
|
|||||||
Reference in New Issue
Block a user