一键导入
beets-docs
Look up the pinned beets documentation and implementation used by Cratedigger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up the pinned beets documentation and implementation used by Cratedigger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Deploy a verified Cratedigger revision through GitHub, the nixosconfig Forgejo pin, and doc1's locked-sibling fleet trigger.
Run Cratedigger's final pre-push threaded type check and full test suite after focused implementation checks are complete.
Orchestrate a substantial Cratedigger issue through scoped PRs, independent review, final validation, merge, deployment, live verification, and closure. Use for whole-issue delivery, especially when several workstreams can run concurrently. Do not use for a small patch, diagnosis-only request, or ordinary review.
Query the live Cratedigger audit trail for a download-log ID or album name.
基于 SOC 职业分类
| name | beets-docs |
| description | Look up the pinned beets documentation and implementation used by Cratedigger. |
Before doing anything, run date to get the current date and time.
Read beets reference documentation from the local nix store.
The beets source docs (RST format) are available in the nix store. First, resolve the store path:
nix build nixpkgs#beets.src --no-link --print-out-paths
This returns a path like /nix/store/<hash>-source. The docs live at ${BEETS_SRC}/docs/.
| Doc | Path | Lines | Purpose |
|---|---|---|---|
| Config reference | docs/reference/config.rst | ~1181 | All config.yaml options |
| CLI commands | docs/reference/cli.rst | ~538 | CLI commands reference |
| Path templates | docs/reference/pathformat.rst | ~292 | Path format templates |
| Query syntax | docs/reference/query.rst | ~443 | Query syntax |
| Plugin overview | docs/plugins/index.rst | ~706 | Plugin overview & list |
| Plugin docs | docs/plugins/<name>.rst | varies | One file per plugin |
| Autotagger guide | docs/guides/tagger.rst | varies | How the autotagger works |
| Advanced guide | docs/guides/advanced.rst | varies | Advanced usage |
| FAQ | docs/faq.rst | varies | Common questions |
sed -n '1,220p' "${BEETS_SRC}/docs/reference/config.rst"rg -n "import" "${BEETS_SRC}/docs/reference"sed or rg, for example
${BEETS_SRC}/docs/plugins/chroma.rstdocs/reference/config.rst for the option namedocs/plugins/<plugin-name>.rstdocs/reference/pathformat.rstimportdocs/guides/tagger.rst and search config.rst for matchCratedigger owns its pinned beets build and module integration in:
nix/beets.nix for the patched beets packagenix/module.nix for service options and the rendered beets configurationRead those first for the deployed shape before diving into upstream RST docs.
After changes, run the relevant Cratedigger tests and use the deploy skill; do
not rebuild a hard-coded NixOS target from this workflow.