Import file or folder to .vibe/docs/ for reference - converts heavy formats, indexes automatically
From vibenpx claudepluginhub dukesmith0/vibe-framework<path>Check .vibe/ exists. If not: "No vibe context found. Run /vibe:init first."
Validate path exists (file or folder). If not found, report error and suggest similar paths if possible.
Copy to .vibe/docs/, preserving folder structure for directories.
For each file:
.md, .txt, .json, .yaml, .csv, etc.) -> copy as-is.docx, .pptx, etc.) -> copy original + generate companion .md with extracted text content, same filenameUpdate docs index in understanding.md:
- [Filename](docs/path) - One-line descriptionReport: files added, conversions made, index updated.
/addAdds tasks to minor versions or new patch/minor/major versions to CAT planning structure. Quick-add tasks via description argument.
/addAdds a new task with required description and optional custom ID, parent ID for subtasks, priority (0 critical to 4 backlog), and tags. Shows usage examples if no arguments given.