Add `markitect helper <QUESTION>` CLI command that answers questions about markitect using its own documentation as LLM context. Uses OpenRouter with openrouter/aurora-alpha by default; model is configurable via --model flag or MARKITECT_HELPER_MODEL env var. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
186 B
Python
7 lines
186 B
Python
"""
|
|
markitect.helper — Interactive Q&A helper for MarkiTect.
|
|
|
|
Provides a CLI command that answers questions about markitect
|
|
using its own documentation as knowledge context.
|
|
"""
|