gardener_split
Break a project into several new child projects while keeping cross-platform memories in a shared parent. Generates pending split proposals for review and application.
Instructions
Plan a project SPLIT: divide one existing project into two or more NEW child projects, keeping cross-platform memories in a shared parent (e.g. split arctop-app into arctop-ios + arctop-android with shared arctop-mobile-apps). Use this when the user wants to break one project into several -- gardener_request points you here (via splitSource) when it detects that intent. It NEVER creates a project or moves a memory: it only creates reviewable pending proposals -- one 'split' setup proposal plus one 'reproject' per memory, all under plan 'split-'. Review with gardener_proposals, then apply each with gardener_apply (or retarget a memory first in the console). Needs an LLM chat client and a known source project slug (see project_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | the project slug to split (its own memories are classified into the children/shared parent) | |
| instruction | No | optional guidance: which children, what stays shared |