Class CodegenCommand

java.lang.Object
com.shaft.commandline.command.CodegenCommand
All Implemented Interfaces:
Callable<Integer>

public final class CodegenCommand extends Object implements Callable<Integer>
Deterministic file-to-code codegen: delegates to the standalone CaptureCli generate engine (no MCP session, no server -- Decision 6, CLI-first for single-session actions). --session defaults to the most recently modified recording under ./recordings when omitted, mirroring capture_generate_replay's zero-arg default (CaptureService#resolveSessionPath) so this also runs with minimal required flags. Every other CaptureCli generate flag (see CaptureCli's usage text) passes through unchanged.
  • Constructor Details

    • CodegenCommand

      public CodegenCommand()
      Uses the real CaptureCli engine and ./recordings.
  • Method Details