ktx/docs-site
Andrey Avtomonov 56f4f9c9e8
feat(cli): split Claude Desktop skills and polish setup-agents output (#141)
* fix(cli): package Claude Desktop skills in one zip

* Polish ktx setup-agents output: hint, summaries, outro

* test: update setup agents output polish assertion

* Add output-polish follow-up plan

* docs: align Claude Desktop split-ZIP wording

Update README and the agent-clients docs page to reflect that ktx setup
now produces one uploadable ZIP per Claude Desktop skill under
.ktx/agents/claude/ (ktx-analytics.zip and optionally ktx.zip) instead
of a single combined ktx-skills.zip.

* feat(cli): style next-actions note in TTY mode

Add createAgentNextActionsLineFormatter, an ANSI line transformer wired
into the "Required before using agents" Clack note. It activates only
when the target stream reports hasColors(), so non-TTY pipelines and
tests keep the existing plain-text output byte-identical.

Per-line rules: cyan-bold step numbers + bold titles; dim sub-prose
aligned under the title; dim-cyan bullet for .zip paths with HOME
shortened to ~; dim "›" replaces " > " breadcrumbs; RUN/PASTE/USE/OPEN
markers dimmed; already-styled lines pass through to avoid double-wrap.

* docs: move output polish specs out of ktx
2026-05-19 15:21:49 +02:00
..
app docs: revamp quickstart and tighten code-block styling (#135) 2026-05-18 19:22:19 +02:00
components docs: revamp quickstart and tighten code-block styling (#135) 2026-05-18 19:22:19 +02:00
content/docs feat(cli): split Claude Desktop skills and polish setup-agents output (#141) 2026-05-19 15:21:49 +02:00
lib docs: remove section overview pages (#130) 2026-05-18 09:49:43 -04:00
public/brand feat(docs-site): refresh nav mascot with SVG and bump size (#101) 2026-05-14 23:45:41 +02:00
tests feat(docs): visualize KTX ingestion with ReactFlow diagram (#133) 2026-05-18 17:41:37 +02:00
.gitignore chore: configure docs site deployment 2026-05-11 17:57:55 +02:00
middleware.ts docs-site: serve under /ktx and redirect ktx.sh to docs.kaelio.com 2026-05-15 02:30:20 +02:00
next-env.d.ts fix: allow agent setup without context (#139) 2026-05-19 12:18:52 +02:00
next.config.mjs feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00
package.json feat(docs): visualize KTX ingestion with ReactFlow diagram (#133) 2026-05-18 17:41:37 +02:00
postcss.config.mjs chore: move docs site workspace 2026-05-11 16:53:42 +02:00
source.config.ts docs: revamp quickstart and tighten code-block styling (#135) 2026-05-18 19:22:19 +02:00
tsconfig.json feat: merge ingest and scan 2026-05-14 01:43:06 +02:00