Skip to content

Conversation

@cpsiaki
Copy link
Collaborator

@cpsiaki cpsiaki commented Oct 14, 2025

Summary

Summarize the changes that have been made to the platform.

What kind of change does this PR introduce?

New feature, docs update, etc.

Current Behavior

Tell us what is happening currently.

New Behavior

What new feature or update to existing feature are you introducing?

Does this PR introduce a breaking change?

If so, please provide specifics.

Detailed Description and Additional Information

Provide a detailed description of the change or addition you are proposing.

cpsiaki and others added 5 commits October 21, 2025 13:43
- addFollowingAvatar() → createNpc()
- deleteFollowingAvatar() → deleteNpc()
- getFollowingAvatar() → getNpc()

Breaking change: Old method names no longer exist.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change createNpc(params) to createNpc(userInventoryItemId)
- Update documentation in CLAUDE.md with yalc workflow
- Update VisitorInterfaces to match new signature

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add NPC methods to Visitor code example (createNpc, getNpc, deleteNpc)
- Add dedicated "NPC System (Following Avatars)" section with:
  - Overview diagram showing setup → grant → spawn → follow flow
  - NPC Methods table with descriptions and return types
  - Full usage example code
  - NPC behavior bullet points
  - NPC identification format explanation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add optional options parameter to createNpc with showNameplate boolean
- When showNameplate is false, NPC spawns with empty username
- Empty username signals frontend to skip nameplate creation
- Update CLAUDE.md with NPC system documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@LinaBell LinaBell merged commit fc3b077 into main Jan 9, 2026
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.

3 participants