Module: Kward::CLI::RuntimeHelpers
- Defined in:
- lib/kward/cli/runtime_helpers.rb
Overview
Shared runtime construction helpers for CLI conversations, workspaces, plugins, and sessions.
Constant Summary collapse
- MAX_TRANSIENT_TERMINAL_OUTPUT_BYTES =
1_048_576- UNSAFE_TRANSCRIPT_CONTROL_PATTERN =
/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/.freeze
- FROZEN_COMPOSER_COMMANDS =
/\Agit\s+(?:fetch|ls-remote|push|remote|status)(?:\s|\z)/.freeze