Set Retrieval Depth Preference
cph_set_depthConfigure retrieval depth for project history sessions. Choose minimal, standard, or deep to control context cost and detail, automatically applied using your git email.
Instructions
Set your personal retrieval depth preference for session init.
This is saved by your git email and applied automatically on every future session.
minimal = active tasks + open blockers only (fastest, smallest context cost) standard = + relevant decisions (default, recommended) deep = + teammate activity + historical patterns (use when debugging complex issues)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | Yes | ||
| engineer_id | No | Your git email. Auto-detected if omitted. |