start_onboard
Generates context documentation to help developers quickly understand and start working on a new project.
Instructions
当用户需要快速上手新项目时使用。编排:生成上下文文档。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docs_dir | No | 文档目录。可选,默认 docs | |
| project_path | No | 项目根目录绝对路径。建议显式传入;如果还传 docs_dir 等相对路径,应统一相对该项目根目录解析。 |