Skip to content

Implement input auto-detection for string, file, directory, and stdin #4

Description

@Matographo

Summary

Implement positional-input resolution order and stdin fallback behavior.

Why

The product relies on smart CLI behavior for string, file, directory, and stdin workflows.

Deliverables

  • File detection
  • Directory detection
  • Literal-string fallback
  • stdin fallback when no positional input is provided

Acceptance Criteria

  • Existing file selects file mode
  • Existing directory selects directory mode
  • Missing path becomes a literal string
  • No positional input reads stdin
  • Behavior is covered by tests

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliCommand-line interface behavior and parsingpriority:highHigh-priority work itemtestingAutomated testing and validation coverage

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions