get_supportive_context
Load supportive context reference documents for project variants to guide workflow, routing, and edge cases. Retrieve on demand to refresh stale information.
Instructions
Returns supportive context reference documents by variant. All variants auto-provided: core + coding by aimfp_run(is_new_session=true) for initialized projects, case2 by aimfp_run when Case 2 active, init by aimfp_init(). Also callable on demand to reload stale context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | Which context to load: 'core' (workflow, routing, edge cases — default), 'init' (discovery depth, initialization), 'coding' (file loop, DRY, interactions, types), 'case2' (Use Case 2 pipeline) | core |