v1.3.0
Swipium 1.3.0 expands the public tool surface from 83 to 91 tools, adding feature-focused testing and local build/artifact resolution. It is a minor, backward-compatible release: existing tools and input schemas are unchanged, and clients on 1.2.0 gain the new tools after a restart. Scope stays simulator-local with no external service integrations, real-device execution, or remote AI.
Added:
- Feature-focused testing backed by the app knowledge map: qa_feature_scope maps a natural-language feature to code, screens, routes, runtime, and tests; qa_feature_test_plan produces a full test plan with generated cases, fixtures, and automation readiness; qa_test_feature runs a focused test toward a named feature and updates the map and report.
- Local build and artifact resolution: qa_resolve_target picks the best device or simulator, qa_resolve_artifact finds the best installable artifact, qa_build_plan proposes exact build commands, qa_build builds from source as a consent-gated job, and qa_bundletool converts an .aab to an installable APK.
See CHANGELOG.md and docs/tools.md for full details.