Studio workspace terminal — prompt & colours
Green STUDIO: · bright user commands · gray output · violet Mentor-issued commands (card #1536). Dial the palette below, then hit Copy and paste the line back into chat.
superadmin / venact-standard-templates / csv-reader — read/write
STUDIO:~/projects/myapp (main*)$ git status
On branch main
Changes not staged for commit:
modified: src/app.py
STUDIO:~/projects/myapp (main*)$ npm run build
> myapp@1.0.0 build
> vite build
✓ 34 modules transformed — built in 1.24s
STUDIO:~/projects/myapp (main*)$ git rebase main
Successfully rebased and updated refs/heads/feature.
STUDIO:~/projects/myapp (main)$