From a30d14e1e6607453e0a1bc2955d9adedd58739fc Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 11:29:53 -0300 Subject: [PATCH 1/3] docs: tweak docs copy and site title styling - update the docs overview intro copy - make the site title render in white for better header contrast --- packages/web/src/content/docs/docs/index.mdx | 2 +- packages/web/src/styles/starlight.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx index eec7b94..9bdb120 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. asd. Whether you prefer full control, guided collaboration, or hands-off autonomy, Kompass adapts to how you work. 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 eb79b6602ace8c1c5c70d8f2f36f444bdb20fd9d Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 11:34:19 -0300 Subject: [PATCH 2/3] docs: tweak docs intro copy - update the docs landing page intro sentence --- 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 9bdb120..ca3760c 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -9,7 +9,7 @@ Whether you prefer full control, guided collaboration, or hands-off autonomy, Ko ## What Kompass is -Kompass is a shared workflow toolkit for AI coding agents. +Kompass is a shared workflow toolkit for AI coding agents. qwe. - It ships reusable commands, agents, components, and tools. - It keeps prompts focused instead of rebuilding intent from scratch in every session. From 40e324d84683b92e4d0dc27c79a020cfdbd51e75 Mon Sep 17 00:00:00 2001 From: dbpolito Date: Fri, 3 Apr 2026 11:42:45 -0300 Subject: [PATCH 3/3] fix: remove accidental docs placeholder text - remove the stray test strings from the docs overview intro - keep the landing page copy clean before merge --- 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 ca3760c..eec7b94 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -3,13 +3,13 @@ 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. asd. +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. ## What Kompass is -Kompass is a shared workflow toolkit for AI coding agents. qwe. +Kompass is a shared workflow toolkit for AI coding agents. - It ships reusable commands, agents, components, and tools. - It keeps prompts focused instead of rebuilding intent from scratch in every session.