Move window between monitors
Move a window to another monitor.
IMPLEMENTED , rung 2 of 8 Recorded 16 September 2026
Technical
What it is
Move-window-between-monitors resolving the spoken monitor number (jarvis/desktop/operator.py).
Truth ladder
Where it stands
Rung 2 of 8: IMPLEMENTED
Code exists. Nothing has demonstrated that it behaves correctly.
Project record: NOT_PROBED_THIS_PASS
- CONCEPT Designed or specified. No working code yet.
- IMPLEMENTED Code exists. Nothing has demonstrated that it behaves correctly.
- TESTED Automated tests exercise it in isolation, often against fixtures.
- INTEGRATED Wired into the rest of JARVIS and tested across component boundaries.
- PRODUCTION-REACHABLE The owner can reach it through the real runtime path, not only through a test harness.
- LIVE-PROVEN A bounded probe ran the real code path on a booted JARVIS on the real machine and recorded evidence. The project treats live evidence as expiring after 24 hours, so every live reading here shows the date it was taken.
- FORMALLY VERIFIED Its critical property is checked by a proof or exhaustive verification.
- RELEASE-QUALIFIED Passed every qualification gate for a named release.
Limits
Limitations
- Last passing probe is older than the 24-hour window (state set 2026-09-16); the registry labels it NOT_PROBED_THIS_PASS rather than carrying a stale LIVE.
Record
Status history
- IMPLEMENTED , rung 2 of 8 Recorded state: NOT_PROBED_THIS_PASS
Only states recorded in the public export are listed. Earlier states may exist in the project’s private ledgers.
Connected work
Connected work
- Changelog UI Automation geometry stays correct under display scaling 22 Sept 2026
Neighbours
Related capabilities
- Open/close apps Open and close applications by request.
- Save & restore full workspace layouts Save and restore a whole workspace layout.
- Virtual desktop control Control Windows virtual desktops.
- UI Automation-first interaction Operates apps through Windows UI Automation first, not screen coordinates.