feat: complete RAG runbook workflow and release docs
Some checks failed
CI / test (push) Failing after 15s

This commit is contained in:
2026-05-06 04:48:41 +02:00
parent 450de24d28
commit 57f4c0efaa
26 changed files with 2510 additions and 137 deletions

View File

@@ -174,6 +174,7 @@ def test_build_system_prompt_contains_key_instructions() -> None:
assert "Evidence" in prompt
assert "Recommended Actions" in prompt
assert "read-only" in prompt.lower()
assert "absent or not installed" in prompt
def test_build_user_message_contains_issue_and_host() -> None: