get_bootstrap_questions
Retrieve interview questions for bootstrapping a project artifact, with optional repo-specific custom questions, to gather structured context for project initialization.
Instructions
Get the interview question set for a bootstrap artifact (currently 'project', for .context/project.md). Ask the user each question, then pass the answers as project_sections to bootstrap_context. Pass project_path to also merge in any repo-supplied custom questions from a .project-bootstrap-questions.yaml file at the repository root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | The bootstrap artifact to get interview questions for. | project |
| project_path | No | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |