Interface ManualMode

All Known Implementing Classes:
ManualMode.Consume, ManualMode.Prepare

public sealed interface ManualMode permits ManualMode.Prepare, ManualMode.Consume
Selects between the two phases of the manual AI workflow.

When a ManualMode value is present in the parsed configuration the application bypasses the normal automated AI provider path.

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Consume phase: read operator-saved response files and emit enriched CSV.
    static final record 
    Prepare phase: scan source files and write AI prompt work files and empty response stubs.