feat(window): add window and app lifecycle endpoints #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Agents currently fall back to
/exectoo often for simple app lifecycle tasks like launching, focusing, restoring, and closing windows.Scope
Add structured endpoints for window/app lifecycle operations, for example:
Notes
The design should prefer explicit, inspectable operations over arbitrary shell commands.
Done when
/exec