docs: render the demo from a fixed neutral path - #124
Merged
Conversation
The install output prints the resolved absolute config path for the two agents that live under HOME, so the previous hidden setup's scratch HOME appeared in the frames from mid-recording to the end. The tape now runs from /work/demo with HOME=/work/user, real directories that carry no detail of the machine that rendered it. Re-rendered; every other line is unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: Open Coder AI <250249270+open-coder-ai@users.noreply.github.com>
jothimani-rajendran
marked this pull request as ready for review
September 9, 2026 00:41
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
Follow-up to #123. The hero GIF still showed a scratch HOME for the two agents whose config lives under HOME (
wired junie -> …/.junie/config.json,wired kimi_code -> …/.kimi-code/config.toml), becauseinstallprints the resolved absolute path whatever HOME is set to. #123's fix round investigated this and left it, judging a code change out of scope for a docs PR.No code change is needed: the tape's hidden setup now runs from
/work/demowithHOME=/work/user, real directories that carry no detail of the machine that rendered it, and the GIF is re-rendered. The two rows now read/work/user/.junie/config.jsonand/work/user/.kimi-code/config.toml; every other line of the recording is unchanged. Same recipe chock and chock-catalog adopted for the same reason.Checks
wired …rows with their real levels; no scratch or home path anywhere in the frames.docs/assets/demo.gif: 182,025 bytes.python -m pytest -q: 1598 passed, 4 skipped.python -m ruff check .: clean.🤖 Generated with Claude Code