Repos View
Workspace management with git integration and dependency tracking.
Switch to repos view using the Graph | List | Repos toggle in the toolbar.
Workspaces
A workspace ties your graph to a directory on disk. Each workspace is a skrpt — a self-contained package of nodes, connections, and configuration described by a skrptiq.yaml manifest.
- Create: start a new workspace from the repos view. Choose a name and directory. A
skrptiq.yamlmanifest and directory structure are created automatically. - Open: open an existing workspace directory (must contain a
skrptiq.yamlfile). - The active workspace name shows in the toolbar.
Git Integration
Initialise a git repository for your workspace to track changes and collaborate.
- Branch name and file change status are visible in the repos view.
- Stage, commit, push, and pull changes directly from the UI.
Dependencies
Add external skrptiq graphs as dependencies via git URL. Dependencies let you reference and build on other people’s work without duplicating it.
Adding a Dependency
Provide a git URL. The dependency is cloned and its nodes appear as read-only in your graph.
Object Filtering
By default, all objects from a dependency are imported (*). To import only specific objects, provide a comma-separated list of names.
Checking for Updates
A badge appears when a dependency has new commits available upstream. Click to review what changed.
Managing Dependencies
- Update: pull the latest commits from the dependency’s remote.
- Remove: delete the dependency and its read-only nodes from your graph.
- Fork: copy a dependency’s objects into your local workspace. Forked objects become fully editable — they are no longer linked to the upstream source.