mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #33] [MERGED] feat: Migrate QChat Adapter to Kiro CLI #102
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/33
Author: @mikeyobrien
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @mikeyobrien
Base:
main← Head:migrate-q-chat📝 Commits (10+)
3d15dcffix: resolve syntax error in qchat integration tests60ffc58chore: update uv.lock to match pyproject.toml0b11765fix: resolve pytest warnings in web module tests8621c5bdocs: update PROMPT.md with final task completion status063d234docs: add security API referenceea208dcfix: remove unused import in test_agent_priority.py58f3df6feat: add KiroAdapter for Kiro CLI supportb9080d1feat: migrate Q Chat to Kiro CLI (docs)009eab7docs: update documentation for Kiro CLI migrationdd26818docs: mark Kiro migration task complete📊 Changes
26 files changed (+1711 additions, -1012 deletions)
View changed files
➖
.agent/scratchpad.md(+0 -12)📝
PROMPT.md(+98 -914)📝
README.md(+18 -6)➕
docs/api/security.md(+177 -0)📝
docs/changelog.md(+5 -0)📝
docs/deployment/qchat-production.md(+4 -0)📝
docs/guide/configuration.md(+1 -1)➕
docs/guide/kiro-migration.md(+93 -0)📝
mkdocs.yml(+2 -0)📝
pyproject.toml(+1 -0)📝
ralph.yml(+21 -2)➕
run_test.sh(+3 -0)📝
src/ralph_orchestrator/__main__.py(+131 -44)📝
src/ralph_orchestrator/adapters/__init__.py(+2 -0)➕
src/ralph_orchestrator/adapters/kiro.py(+562 -0)📝
src/ralph_orchestrator/adapters/qchat.py(+31 -4)📝
src/ralph_orchestrator/logging_config.py(+1 -0)📝
src/ralph_orchestrator/main.py(+4 -2)📝
src/ralph_orchestrator/orchestrator.py(+17 -2)➕
test_ralph.yml(+4 -0)...and 6 more files
📄 Description
This PR migrates the QChat Adapter to the Kiro CLI.
Changes
KiroAdapteras the primary adapter.ralph.yml.docs/guide/kiro-migration.md)pytest-asyncioand full coverage.Verification
ralph run -a kirofunctionality manually.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.