-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
projectNew project or featureNew project or feature
Description
Feature Request
Currently af send messages are silently dropped if the architect session for the target project isn't running. This is frustrating when builders complete work overnight or while the architect is disconnected.
Proposed Behavior
af send --wake should:
- Detect that the target workspace's architect session is not running
- Start the workspace (equivalent to
af dash startfor that project) - Wait for the architect session to be ready
- Deliver the message
Without --wake (current behavior)
Message is dropped with an error/warning that the architect isn't running.
Considerations
- Should
--wakebe the default, or opt-in? - Cross-workspace targeting (
af send workspace:architect "msg") should also support--wake - What if Tower itself isn't running? (Probably just error — don't auto-start Tower)
- Rate limiting to prevent a crash loop of wake → crash → wake
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
projectNew project or featureNew project or feature