Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/web/src/content/docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Kompass keeps AI coding agents on course with token-efficient, composable workflows. asd.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a test string or typo that was accidentally committed. The sentence should end after "workflows." without the "asd." appended. This will be visible on the docs landing page and makes the documentation look unprofessional.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 40e324d. The stray asd. text was removed from the docs overview intro.


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.
Kompass is a shared workflow toolkit for AI coding agents. qwe.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line also has a test string "qwe." appended after "agents." This is in addition to the unresolved "asd." issue on line 6. Both appear to be accidental test strings that should be removed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 40e324d. The stray qwe. text was removed from the shared workflow toolkit sentence.


- It ships reusable commands, agents, components, and tools.
- It keeps prompts focused instead of rebuilding intent from scratch in every session.
Expand Down
4 changes: 4 additions & 0 deletions packages/web/src/styles/starlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading