docs: regenerate the options reference from the rice - #178
Merged
Conversation
The page is GENERATED (`web/scripts/gen-options.mjs`), and the weekly drift tripwire had gone red: rice pushes can't trigger this repo's CI, so several landings had accumulated unrendered. `--check` said STALE; it now says current at 114 options, 25 groups. What the regeneration picks up: the new `nebelhaus.apps` group (`videoPlayer.enable`, `videoPlayer.claimFileTypes` — the IINA/.mts association work), `nebelhaus.sill.elgato.host` and the reworded `sill.items.elgato` description, plus a stale `nebelhaus.sill.plugins` cross-reference that is now `nebelhaus.sill.items.agents`. Ran on a box that can eval; page written by the generator, not by hand. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JDVqnHHiZYoKgv37MY3rTG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
node web/scripts/gen-options.mjs --rice ../nebelhaus, committed. One generated file:web/src/content/docs/reference/options.md(+82/−2). No hand edits.Why
The options page is rendered from the rice's
options-jsonflake output, and the drift tripwire (.github/workflows/options-drift.yml) can only fire on this repo's pushes — rice pushes go unnoticed until the Monday cron. Several rice landings had piled up unrendered, and--checkwas red. #175/#177 both noted this regeneration as a follow-up someone on a nix-capable box had to make; this is it.What it picks up:
nebelhaus.appsgroup —videoPlayer.enableandvideoPlayer.claimFileTypes(the IINA /.mtsassociation work from rice bench: status reads the holt registry, so it stops inventing worktrees #191)nebelhaus.sill.elgato.host+ the rewordedsill.items.elgatodescriptionnebelhaus.sill.plugins→nebelhaus.sill.items.agentsVerify
options reference is current (114 options).— wasSTALEbefore this commit. That is the same command CI runs.Watch-out
The page tracks the rice's
main, so this snapshot is only as fresh as the rice checkout it was generated against (a095038, the2026.08.03release commit). Anything landing in the rice after that re-reds the tripwire — expected, and the fix is always just re-running the generator.🤖 Generated with Claude Code
https://claude.ai/code/session_01JDVqnHHiZYoKgv37MY3rTG