- 000-configs/notebooks/docx_to_markdown_openwebui.ipynb (29 cells) - mammoth + python-docx fallback, manifest dedup (SHA-256), pre-flight fuzzy dedup (Jaccard @ 0.97), URL extraction, gzip download - 000-configs/notebooks/README.md: index of notebooks + how-to-add - 000-configs/README.md: list notebooks/ subfolder in the table - 07-tasks/docx-to-markdown-converter-notebook.md: full task writeup
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
title: "000-configs"
|
|
status: "active"
|
|
folder: "000-configs"
|
|
tags: [config, index]
|
|
created: "2026-07-29"
|
|
updated: "2026-07-29"
|
|
version: "1.0.0"
|
|
---
|
|
|
|
# 000-configs
|
|
|
|
Server, model, and workspace configuration docs. Mirror of `/home/user/000-configs/`.
|
|
|
|
## Subfolders
|
|
|
|
| Folder | What's In It |
|
|
|---|---|
|
|
| [[prompts/]] | Reusable system prompts |
|
|
| [[tools/]] | CLI / API tool docs (gh, playwright, vite, etc.) |
|
|
| [[skills/]] | Skill definitions |
|
|
| [[modes/]] | Model mode presets (creative, research, code, etc.) — incl. `workplace-modes.md` |
|
|
| [[workspace/]] | Workspace layouts and setup |
|
|
| [[notebooks/]] | Jupyter / Colab notebooks (runnable .ipynb artifacts) |
|
|
| [[settings/]] | Open WebUI / server settings |
|
|
|
|
## Migration Note
|
|
|
|
These docs used to live at `/home/user/000-configs/`. They've been moved here so the vault is the single source of truth. The `/home/user/000-configs/` directory still exists but is now a mirror.
|
|
|
|
Sync: when adding a new tool doc, save it in the vault (`000-configs/tools/`) and symlink or copy to `/home/user/000-configs/` if needed. |