From 2440e65c8b144e84c57b5f1c87641437482aec34 Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 12:01:42 -0300 Subject: [PATCH 1/4] fix: keep site title text white --- packages/web/src/styles/starlight.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/web/src/styles/starlight.css b/packages/web/src/styles/starlight.css index ce6aea5..9931731 100644 --- a/packages/web/src/styles/starlight.css +++ b/packages/web/src/styles/starlight.css @@ -32,6 +32,10 @@ h3 { letter-spacing: -0.03em; } +.site-title { + color: #fff; +} + .hero { border: 1px solid rgba(125, 166, 196, 0.14); border-radius: 1.5rem; From 0ea960dc7bbde8420ec30591287dbd0140106489 Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 12:02:16 -0300 Subject: [PATCH 2/4] wip --- packages/web/src/content/docs/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx index eec7b94..c47f7a7 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -3,7 +3,7 @@ title: Overview description: Documentation for Kompass workflows, adapters, configuration, commands, and workspace structure. --- -Kompass keeps AI coding agents on course with token-efficient, composable workflows. +Kompass keeps AI coding agents on course with token-efficient, composable workflows. qwewqewq. Whether you prefer full control, guided collaboration, or hands-off autonomy, Kompass adapts to how you work. From 3f203ef883a6b0e5735ad11f0c069d7341d63147 Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 12:06:26 -0300 Subject: [PATCH 3/4] wip --- packages/web/src/content/docs/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx index c47f7a7..afc2081 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -11,7 +11,7 @@ Whether you prefer full control, guided collaboration, or hands-off autonomy, Ko Kompass is a shared workflow toolkit for AI coding agents. -- It ships reusable commands, agents, components, and tools. +- It ships reusable commands, agents, components, and tools. asdsadsa. - It keeps prompts focused instead of rebuilding intent from scratch in every session. - It separates shared workflow logic from adapter-specific wiring. - It is designed so planning, implementation, and review stay structured and reviewable. From 3d3ba789e5dcb4e8187b24d45012df56802d8850 Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 12:10:26 -0300 Subject: [PATCH 4/4] fix: remove debug text from docs overview --- packages/web/src/content/docs/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx index afc2081..eec7b94 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -3,7 +3,7 @@ title: Overview description: Documentation for Kompass workflows, adapters, configuration, commands, and workspace structure. --- -Kompass keeps AI coding agents on course with token-efficient, composable workflows. qwewqewq. +Kompass keeps AI coding agents on course with token-efficient, composable workflows. Whether you prefer full control, guided collaboration, or hands-off autonomy, Kompass adapts to how you work. @@ -11,7 +11,7 @@ Whether you prefer full control, guided collaboration, or hands-off autonomy, Ko Kompass is a shared workflow toolkit for AI coding agents. -- It ships reusable commands, agents, components, and tools. asdsadsa. +- It ships reusable commands, agents, components, and tools. - It keeps prompts focused instead of rebuilding intent from scratch in every session. - It separates shared workflow logic from adapter-specific wiring. - It is designed so planning, implementation, and review stay structured and reviewable.