Export Pro Context
export_pro_contextCreates a .ai-bridge/pro-context.md with repository tree, git state, selected files, and handoff context so ChatGPT can plan without live MCP calls.
Instructions
Create .ai-bridge/pro-context.md with repo tree, git state, selected files, and handoff context for high-context ChatGPT planning without live MCP tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Markdown title for the context bundle. | |
| max_depth | No | Repository tree depth. Default: 3. | |
| max_files | No | Maximum file contents to include. Default: 24. | |
| extra_globs | No | Additional workspace-relative glob patterns to include, for example src/**/*.ts. | |
| include_diff | No | Include the current git diff. Default: true. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| max_file_bytes | No | Maximum bytes per included file. Default: 60000. | |
| selected_paths | No | Specific workspace-relative files to include. | |
| max_total_bytes | No | Maximum bytes in the generated bundle. | |
| include_ai_bridge | No | Include existing .ai-bridge planning files. Default: true. | |
| include_changed_files | No | Auto-include currently changed files from git status. Default: true. | |
| include_important_files | No | Auto-include important root config/docs such as AGENTS.md, README.md, and package.json. Default: true. |