mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
405 B
405 B
Project Instructions
Docs Image Workflow
When updating documentation that involves new screenshots or images:
- Prompt the user to copy the image to their clipboard (Cmd+C)
- Run:
python scripts/save_clipboard.py <target_path> - Example:
python scripts/save_clipboard.py docs/images/agent-step.png
This saves the clipboard image directly to the docs folder without manual file management.