| name | remotty-use-this-project |
| description | Register the current Codex workspace as a remotty workspace. Use when the user asks to use this project, register this project, or set the current project for remotty. |
remotty use this project
Register the current workspace without writing to the repository.
The supported Telegram flow is for Codex CLI.
For normal first-time setup, prefer remotty remote-control; this skill is for explicit registration only.
- Resolve the config path:
$configPath = Join-Path $env:APPDATA "remotty\bridge.toml"
- Resolve the current workspace from the thread.
- Run:
remotty config workspace upsert --config $configPath --path (Get-Location).Path
- Run
git status --short --branch in the project.
- Report that config was saved under
%APPDATA%\remotty.
- Report whether the repository gained any tracked or untracked files.