arrow_back Back to Catalog
workflows Beginner

Workflow /config

Manage workspace metadata and configuration stored in .para-workspace.yml.

The /config workflow manages the workspace configuration stored in .para-workspace.yml and related settings.

Commands Overview

/config show              # Display current configuration
/config update            # Update a specific value
/config add-project       # Register a new project

Actions

show

Reads .para-workspace.yml and displays a formatted overview:

⚙️ WORKSPACE CONFIGURATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Name:       [workspace-name]
Version:    [version]
Language:   [preferences.language]
Projects:   [list of registered projects]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

update

  1. Asks which key to update (e.g., preferences.language, version)
  2. Reads the current value
  3. Applies and writes the new value
  4. Confirms the change

add-project

  1. Asks for the project name
  2. Verifies the project directory exists at Projects/[project-name]/
  3. Adds the project to the registered list in .para-workspace.yml
  4. Confirms registration

→ Workflow /para — Master workspace controller → Workflow /open — Start session (reads config)