docs: add documentation for kbc llm commands (BETA)#367
Merged
vojtabiberle merged 1 commit intomainfrom Feb 5, 2026
Merged
Conversation
Add documentation for the new LLM export feature: - kbc llm init: Initialize local directory for LLM export - kbc llm export: Export project data to AI-optimized twin format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation for the new LLM export feature in the Keboola CLI. The LLM commands enable users to export project data in an AI-optimized "twin format" designed for AI assistants to understand and work with Keboola projects.
Changes:
- Added documentation for
kbc llm initcommand to initialize local directories for LLM export - Added documentation for
kbc llm exportcommand to export project data to AI-optimized format - Added overview page for LLM commands explaining the workflow and available commands
- Updated the main commands index to include the new LLM commands section
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/commands/llm/init/index.md | Documents the initialization command with options, examples, and interactive prompts |
| cli/commands/llm/index.md | Provides overview of LLM commands, workflow, and command listing |
| cli/commands/llm/export/index.md | Comprehensive documentation of the export command including security features, output structure, and examples |
| cli/commands/index.md | Updated to include LLM commands in the main command reference table |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Add documentation for the new LLM export feature:
https://linear.app/keboola/issue/DMD-1014/kbc-llm-documentation