chore(deps): add zstandard cache prerequisite#58
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merged by Vision under delegated forge ownership. This lands the explicit zstandard prerequisite for issue #46 after local validation, CI, Security Audit, CodeQL, and CodeRabbit all passed.
Summary
zstandard>=0.23.0as the explicit prerequisite for issue [v0.3.0] cache — add zstd codec layer to the retrieved-docs cache #46.uv.lock.Validation
uv lockuv run python -c "import zstandard; print(zstandard.__version__)"→0.25.0uv run ruff check src/ tests/uv run pyright src/uv run pytest --tb=short -q→298 passeduv run python-docs-mcp-server doctorCodeRabbit review
Pending.
Why this approach
Issue #46 explicitly listed this dependency as the maintainer/Vision prerequisite before agent implementation.
Why this triggered supervisor review
Touches
pyproject.tomldependency metadata anduv.lock; Vision is applying the delegated supervisor decision so #46 can proceed.