docmgr_init
Initialize documentation management for a project: creates configuration and baselines, with option to bootstrap documentation structure for new projects.
Instructions
Initialize doc-manager for a project (existing docs or create new).
Use when: Setting up doc-manager for the first time in a project Result: Creates .doc-manager.yml, baselines (repo, symbols, dependencies), and optionally bootstraps documentation structure Mode: State-modifying (creates files and directories)
Modes:
mode="existing": For projects with existing documentation - creates config and baselines only
mode="bootstrap": For new projects - creates documentation structure from templates plus config and baselines
Typical workflow: Run once at project setup, before any other doc-manager tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| mode | No | existing | |
| platform | No | ||
| exclude_patterns | No | ||
| docs_path | No | ||
| sources | No | ||
| use_gitignore | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||