Skip to content

v0.0.1-alpha (MVP RC)

Pre-release
Pre-release

Choose a tag to compare

@bishnu133 bishnu133 released this 06 May 06:43
· 235 commits to main since this release
4e68dec

Highlights

  • Playwright explicit-selector quickstart path for deterministic first-run smoke usage.
  • Playwright natural-language act, verify, and extract usage paths for MVP workflows.
  • Mobile channel routing supports act, verify, and extract via Appium adapter wiring.
  • Appium quickstart is provided as a real-infrastructure template.
  • Deterministic benchmark baselines:
    • Static validation: 12/12
    • Execute validation: 12/12

Known limitations

  • Appium quickstart requires real mobile infrastructure:
    • running Appium server
    • running emulator/device
    • installed target app
    • local capability alignment
  • Playwright quickstart is deterministic local smoke using page.set_content(...), not full real-app coverage.
  • Tier 3 AI/LLM/vision/OCR behavior remains optional and depends on explicit configuration.
  • PyPI/TestPyPI publishing is deferred for this MVP RC.
  • Packaging currently builds successfully, but setuptools may emit non-blocking license metadata deprecation warnings.

Validation baseline

  • python scripts/validate_package.py
  • python scripts/validate_package.py --strict
  • python -m build
  • python scripts/run_benchmarks.py
  • python scripts/run_benchmarks.py --execute
  • pytest --collect-only -q

Status

Pre-release. Not recommended as a stable production dependency yet.