Skip to content

Replace hardcoded "Ryan"/"R2" with placeholders in location-awareness.md#4

Open
joshphoenix1 wants to merge 1 commit intosnarktank:mainfrom
joshphoenix1:fix/owner-name-placeholder
Open

Replace hardcoded "Ryan"/"R2" with placeholders in location-awareness.md#4
joshphoenix1 wants to merge 1 commit intosnarktank:mainfrom
joshphoenix1:fix/owner-name-placeholder

Conversation

@joshphoenix1
Copy link
Copy Markdown

Summary

  • clawchief/location-awareness.md had hardcoded Ryan and R2 references that appear to have leaked from the original install. Every other file in clawchief/ either uses {{OWNER_NAME}} / {{ASSISTANT_NAME}} placeholders or principal-agnostic phrasing.
  • Replaces Ryan with {{OWNER_NAME}} and adjusts pronouns to gender-neutral "they/their" so the file works for any principal.
  • Replaces R2 with {{ASSISTANT_NAME}} to match the placeholder used in the rest of the pack.

Test plan

  • grep -n "\bRyan\b" clawchief/location-awareness.md returns no matches
  • grep -n "\bR2\b" clawchief/location-awareness.md returns no matches
  • Render with OWNER_NAME=Jane, ASSISTANT_NAME=Eli reads naturally end-to-end

🤖 Generated with Claude Code

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant