Commands  ›   ›  Plantroom Preset Save To Local Store

Plantroom Preset Save To Local Store

writes to model Public API · not yet exposed

Coming soon

Before you run this

name + preset json set.

After it runs

One preset file on disk.

When to use this

Don't use this when

Supabase sync — use the Sync command.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "plantroom_layout" Deterministic config preset

Decision flow

1) Validate name + preset json.
2) Delegate to SavePlantroomConfigToLocalFile.Save with schema validation.
3) Emit ok + file path.

What you'll see in the chat

on start
Saving preset to local store…
thinking
Validating schema + writing to disk…
on success
Preset saved: {path}.
on failure
Save failed: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/plantroom_preset_save_to_local_store
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

plantroompresetsavetolocalstore · save plantroom preset · preset save local

Pillar