원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.