- Rename all user-facing and technical identifiers from OpenPets/Pet to FamiliarOS/Familiar. - Rename packages from @open-pets/* to @familiaros/*; rename install-pet/pet-format packages. - Rename plugin IDs and directories from openpets.* to familiaros.*. - Rename IPC namespace from openpets:* to familiaros:* and state filenames from openpets-* to familiaros-* with legacy migration. - Rename source files (pet-window, built-in-pet, default-pet-controller, etc.) to familiar equivalents. - Update locales (en, es-419, ja, ko, pt-BR, zh-Hans, zh-Hant) and tray/pet context menu strings. - Add Familiar naming feature: preference, settings input, tray menu display. - Update assets and packaging config; all desktop tests pass.
873 B
873 B
Verify Claude Code
Use this workflow when the user asks whether Claude Code is connected to FamiliarOS.
Steps
- Check Claude is available:
claude --version
- Check the FamiliarOS MCP entry:
claude mcp list
claude mcp get familiaros
- If configuration is missing, configure it:
familiaros configure --agent claude --familiar <familiar-id> --cwd <project-path> --yes
If the CLI is not installed globally, replace familiaros with npx -y @familiaros/cli@latest.
- Ask the user to restart Claude Code.
- Verify from Claude with the MCP tool
familiaros_status.
Hooks
Claude hooks are optional. Do not install or modify hooks unless the user asks for automatic reactions/status behavior.
If hooks are requested, prefer the official FamiliarOS configure flow or FamiliarOS Claude tooling instead of manual edits.