update_pipeline_state
Set values in pipeline-state.json using dot-notation paths. Create new pipeline entries or rapid test entries for market ideas.
Instructions
Update pipeline-state.json. Use dot-notation paths to set values. Can create new pipelines and rapid tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idea | No | For rapid tests: the original idea description | |
| path | Yes | Dot-notation path to update, e.g. 'pipelines.my-market.layer_1.scout.status' | |
| value | No | The value to set at the path | |
| budget | No | For rapid tests: test budget (default: 75) | |
| market_name | Yes | The market/pipeline slug | |
| duration_days | No | For rapid tests: test duration (default: 5) | |
| create_pipeline | No | If true, creates a new pipeline entry if it doesn't exist | |
| create_rapid_test | No | If true, creates a new rapid test entry |