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
- Asks which key to update (e.g.,
preferences.language,version) - Reads the current value
- Applies and writes the new value
- Confirms the change
add-project
- Asks for the project name
- Verifies the project directory exists at
Projects/[project-name]/ - Adds the project to the registered list in
.para-workspace.yml - Confirms registration
→ Workflow /para — Master workspace controller → Workflow /open — Start session (reads config)