Packages

Prompt Runner SDK - packet-first prompt execution for Elixir and CLI workflows with verifier-owned completion, retry, repair, and git-aware repository orchestration.

Current section

Files

Jump to
prompt_runner_sdk lib prompt_runner committer.ex
Raw

lib/prompt_runner/committer.ex

defmodule PromptRunner.Committer do
@moduledoc """
Behaviour for post-prompt commit or callback actions.
"""
@callback commit(PromptRunner.Plan.t(), PromptRunner.Prompt.t(), map(), keyword()) :: term()
end