- 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.
956 B
956 B
FamiliarOS Commands
Recommended clean setup:
npm install -g @familiaros/cli
familiaros status
familiaros familiars
familiaros install <familiar-id>
familiaros configure --agent claude --familiar <familiar-id> --cwd <project-path> --yes
familiaros configure --agent opencode --familiar <familiar-id> --cwd <project-path> --yes
familiaros configure --agent cursor --familiar <familiar-id> --cwd <project-path> --yes
familiaros mcp --familiar <familiar-id>
One-off fallback when the user does not want a global install:
npx -y @familiaros/cli@latest status
MCP package:
npx -y @familiaros/mcp@latest --familiar <familiar-id>
Familiar catalog:
https://familiaros.dev/familiars/catalog.v3.json
For search, fetch catalog.v3.json, then fetch its search URL and the listed search pages. Use matching search entries' catalogPage values to fetch catalog.v3/page-XXX.json pages for install metadata.