get_context_from_config
Retrieve full project context from a contextcache.json file, including module instructions and cached data, to consolidate file reads into a single call.
Instructions
Reads contextcache.json and returns full project context with module instructions and caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | No | Explicit path to contextcache.json (optional) | |
| projectRoot | Yes | Directory where contextcache.json is located |