Settings
The.prflow/config.json file groups settings by workflow. Common areas include:
base_branchfor the branch pull requests targetprflowfor shared authorization, tool and workpad behaviorprflow_implementfor implementation effort, pull request state and allowed toolsprflow_reviewfor review thresholds, progress and agent overridesprflow_review_and_fixfor fix thresholds and iteration limitssetupfor cloud runtimes and repository install commandsdocsfor internal docs, public docs, release notes and changelog locations
/prflow:init after upgrading the plugin to backfill newly introduced keys while preserving values you already set.
Treat .prflow/config.json as code: review changes, keep allowed tools narrow and validate JSON before publishing it. Do not store API keys, tokens or private keys in this file.