Add Kompass to your OpenCode config and restart the app.
+
+
+
+
+
Planned
+
Claude adapter is on the roadmap.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/web/src/pages/index.astro b/packages/web/src/pages/index.astro
index 54cd2ec..bd5471d 100644
--- a/packages/web/src/pages/index.astro
+++ b/packages/web/src/pages/index.astro
@@ -1,48 +1,9 @@
---
import CommandShowcase from "../components/CommandShowcase.astro";
+import InstallBlock from "../components/InstallBlock.astro";
import MarketingLayout from "../layouts/MarketingLayout.astro";
-const pillars = [
- {
- eyebrow: "Modes that fit the moment",
- title: "Manual steering when the details matter.",
- text: "Keep the agent close, load only the right context, and move with precise commands instead of bloated prompts."
- },
- {
- eyebrow: "Guided autonomy",
- title: "Delegate the leaves, keep orchestration local.",
- text: "Kompass turns planning, implementation, and review into composable flows so agents stay inside the rails you define."
- },
- {
- eyebrow: "Cross-adapter direction",
- title: "One workflow language across agent surfaces.",
- text: "Shared commands, components, agents, and tools live in core packages while adapters expose them cleanly where developers already work."
- }
-];
-const highlights = [
- "Planner, worker, navigator, and reviewer roles built for real repository work.",
- "Token-efficient command docs and components that can be reused across adapters.",
- "Structured PR, ticket, and change-loading tools that keep context grounded."
-];
-
-const architectureBlocks = [
- {
- eyebrow: "Shared core",
- title: "Write the workflow once.",
- text: "Commands, agents, components, and tools live in `packages/core` so the operating model stays consistent."
- },
- {
- eyebrow: "Adapter surfaces",
- title: "Expose it where developers already work.",
- text: "Adapter packages translate the same workflow system into specific agent environments instead of reinventing the prompts."
- },
- {
- eyebrow: "GitHub automation",
- title: "Keep tickets, reviews, and PRs inside the loop.",
- text: "Planning, review, and shipping flows stay grounded through structured GitHub-aware tools and explicit checkpoints."
- }
-];
const heroHighlights = [
{
@@ -71,8 +32,6 @@ const heroHighlights = [