docs: sync repo docs and fix ttyd path#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates project documentation and fixes a path configuration in .chezmoiexternal.toml.tmpl. Specifically, it marks the Rofi configuration design as abandoned, adds a repair checklist document, updates metadata in AGENTS.md, and corrects the ttyd external installation path. Feedback on the changes points out that the path attribute in .chezmoiexternal.toml.tmpl is ignored for type = "file" and should be removed entirely to avoid confusion.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| path = "ttyd" | ||
| executable = true |
There was a problem hiding this comment.
In chezmoi's .chezmoiexternal configuration, the path attribute is only supported and used for archive and archive-file types (to specify which file(s) to extract from the archive). For type = "file", the path attribute is ignored because the downloaded file is always saved directly to the target path specified in the section header (in this case, .local/bin/ttyd). Since path = "ttyd" is redundant and has no effect, it should be removed to avoid confusion.
executable = true
Summary
ttydexternal install path so the downloaded binary lands at the intended name.dotfiles/layout and metadata.Validation
bash scripts/check-doc-entrypoints.shpython3 scripts/check-doc-commands.pygit diff --check