new_workspace
Create a workspace subdirectory for code, scripts, and data, keeping artifacts isolated from the project root. Idempotent: rerunning updates metadata without deleting files.
Instructions
Create a workspace subdirectory under workspace/<slug>/.
workspace/<slug>/ is FCoP's soft convention for the actual
artifacts of a piece of work — code, scripts, data. Keeping those
out of the project root prevents yesterday's mini-game from
colliding with today's report generator.
Idempotent: calling twice with the same slug updates the title / description but never wipes files you already dropped in the folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Short lowercase-hyphen name matching ``^[a-z][a-z0-9-]*$`` and ≤ 40 chars. Examples: ``csdn-search``, ``mini-game``, ``weekly-report-2026w17``. | |
| title | No | Optional human-readable title (any language). | |
| description | No | Optional one-paragraph description, written into the per-slug README. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |