| name | yt-studio-dev |
| description | Develop the yt-studio macOS orchestrator app and agent CLI: AppKit SwiftPM build, session Record/Stop flow, CLI contracts with sonycam/screcord/prompter, and CI. Use when changing yt-studio source or packaging. |
yt-studio-dev
Stack
- SwiftPM AppKit app (
MacApp/) — CLI Tools OK (--build-system native)
- Bash agent CLI (
Scripts/yt-studio)
- Shells out to sonycam / screcord / prompter; Alpha REST for liveview
Build
make app
make install-app
make cli
make smoke
Contract rules
When changing a flag you pass to a CLI, update that CLI’s skill/README in its repo too.
Minimum versions are checked in Scripts/yt-studio — bump carefully.
CI
.github/workflows/ci.yml builds the app and runs yt-studio status tool checks (hardware optional).