Skip to content

fix: rename SDK package from everos to everos-cloud#1

Merged
0xKT merged 1 commit into
EverMind-AI:mainfrom
dani1005:fix/rename-sdk-package-everos-cloud
Jun 9, 2026
Merged

fix: rename SDK package from everos to everos-cloud#1
0xKT merged 1 commit into
EverMind-AI:mainfrom
dani1005:fix/rename-sdk-package-everos-cloud

Conversation

@dani1005

@dani1005 dani1005 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • RULE-001: pip dependency everoseveros-cloud
  • RULE-003: import everoseveros_cloud (Python convention: hyphens become underscores in import names)
  • examples/python/v1.py: update all imports to everos_cloud
  • SKILL.md: update detection patterns and pip install command

Why

The v1 SDK package was renamed from everos to everos-cloud (pip install) / everos_cloud (Python import). The migration tool needs to target the correct package name.

Test plan

  • Run /everos-sdk-upgrade on a project using evermemos — should migrate to everos-cloud / everos_cloud
  • Verify RULE-001 updates pyproject.toml / requirements.txt to everos-cloud
  • Verify RULE-003 updates all from everos import to from everos_cloud import

🤖 Generated with Claude Code

- RULE-001: pip dependency everos → everos-cloud
- RULE-003: import everos → everos_cloud (Python convention: hyphen→underscore)
- examples/python/v1.py: update all imports to everos_cloud
- SKILL.md: update detection patterns and pip install command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@0xKT 0xKT merged commit 0e8dbed into EverMind-AI:main Jun 9, 2026
1 check passed
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.

2 participants