Skip to content

Refactor CCRunner to support full-duplex stream-json multiplexing #271

@hrygo

Description

@hrygo
  • The current CCRunner uses a one-shot process model.
  • Claude Code CLI supports stream-json input, allowing persistent process execution.
  • We need to refactor CCRunner to use the SessionManager and keep the process alive, streaming input safely without deadlocking.
  • TDD approach: We will first write Go tests reproducing the successful behavior we saw in the Python POC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions