Replace hardcoded "Ryan"/"R2" with placeholders in location-awareness.md#4
Open
joshphoenix1 wants to merge 1 commit intosnarktank:mainfrom
Open
Replace hardcoded "Ryan"/"R2" with placeholders in location-awareness.md#4joshphoenix1 wants to merge 1 commit intosnarktank:mainfrom
joshphoenix1 wants to merge 1 commit intosnarktank:mainfrom
Conversation
…ss.md
Every other file in clawchief/ uses {{OWNER_NAME}} / {{ASSISTANT_NAME}} or
principal-agnostic phrasing. This file had leftover hardcoded references from
the original install. Replace them so the file works for any principal.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
clawchief/location-awareness.mdhad hardcodedRyanandR2references that appear to have leaked from the original install. Every other file inclawchief/either uses{{OWNER_NAME}}/{{ASSISTANT_NAME}}placeholders or principal-agnostic phrasing.Ryanwith{{OWNER_NAME}}and adjusts pronouns to gender-neutral "they/their" so the file works for any principal.R2with{{ASSISTANT_NAME}}to match the placeholder used in the rest of the pack.Test plan
grep -n "\bRyan\b" clawchief/location-awareness.mdreturns no matchesgrep -n "\bR2\b" clawchief/location-awareness.mdreturns no matchesOWNER_NAME=Jane,ASSISTANT_NAME=Elireads naturally end-to-end🤖 Generated with Claude Code