huskies: rename project from storkit to huskies
Rename all references from storkit to huskies across the codebase: - .storkit/ directory → .huskies/ - Binary name, Cargo package name, Docker image references - Server code, frontend code, config files, scripts - Fix script/test to build frontend before cargo clippy/test so merge worktrees have frontend/dist available for RustEmbed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Storkit — Story-Driven Development for AI Agents</title>
|
||||
<meta name="description" content="Storkit is an autonomous development pipeline that turns user stories into tested, shipped code using AI agents.">
|
||||
<title>Huskies — Story-Driven Development for AI Agents</title>
|
||||
<meta name="description" content="Huskies is an autonomous development pipeline that turns user stories into tested, shipped code using AI agents.">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -17,8 +17,8 @@
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>What is Storkit?</h2>
|
||||
<p>Storkit is an autonomous development pipeline that turns user stories into tested, shipped code. You describe what you want. AI agents handle the rest — implementation, testing, code review, and merge.</p>
|
||||
<h2>What is Huskies?</h2>
|
||||
<p>Huskies is an autonomous development pipeline that turns user stories into tested, shipped code. You describe what you want. AI agents handle the rest — implementation, testing, code review, and merge.</p>
|
||||
<p>Talk to it from your IDE, a chat room, or WhatsApp. Stories flow through a structured pipeline: backlog, current, QA, merge, done.</p>
|
||||
</section>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<section>
|
||||
<h2>Get in touch</h2>
|
||||
<p>Storkit is built by <a href="https://crashlabs.io">Crashlabs</a>. Interested in early access or have questions? Reach out at <a href="mailto:hello@storkit.dev">hello@storkit.dev</a>.</p>
|
||||
<p>Huskies is built by <a href="https://crashlabs.io">Crashlabs</a>. Interested in early access or have questions? Reach out at <a href="mailto:hello@huskies.dev">hello@huskies.dev</a>.</p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user