Documentation
README
Context7 Version-Aware Implementation
- Inspect the project manifest and lockfile to establish the exact dependency version.
- Retrieve documentation and migration guidance for that release line.
- Compare the current code with the documented API before editing.
- Implement the smallest compatible change and preserve established project patterns.
- Run the owning package checks and report any behavior that still requires runtime verification.
If the requested API is unavailable in the installed version, explain the supported alternative or propose an explicit dependency upgrade instead of silently mixing versions.