CEO: add email notifications, subtask parentId, and Paperclip UI assets
- CEO agent now sends email via notify.py when awaiting human response - CEO creates child issues (parentId) instead of flat disconnected issues - Fix notify.py email address to chaim+paperclip@marcus-law.co.il - Move Paperclip UI assets (RTL CSS + Hebrew JS) into repo under scripts/ - Add deploy.sh script to push assets to live Paperclip instance - Fix comment box positioning: newest comment on top, input below it Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ SMTP_HOST = "smtp.gmail.com"
|
||||
SMTP_PORT = 587
|
||||
FROM_EMAIL = "notify@marcus-law.co.il"
|
||||
FROM_PASS = "vuva jwed lbuz xjds"
|
||||
TO_EMAIL = "paperclip+chaim@marcus-law.co.il"
|
||||
TO_EMAIL = "chaim+paperclip@marcus-law.co.il"
|
||||
|
||||
|
||||
def send(subject: str, body: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user