Skip to content

Comments

docs: update deprecated key_value.shared references#323

Open
github-actions[bot] wants to merge 2 commits intomainfrom
main-1c775ed37793c5c4
Open

docs: update deprecated key_value.shared references#323
github-actions[bot] wants to merge 2 commits intomainfrom
main-1c775ed37793c5c4

Conversation

@github-actions
Copy link
Contributor

This updates documentation to reflect the key_value.shared deprecation and module move introduced in key_value.__init__.

What changed

  • Updated CODE_STYLE.md to reference key_value.aio._utils.managed_entry.
  • Updated docs/adapters.md examples to import errors from key_value.aio.errors.
  • Updated DEVELOPING.md project structure to show aio/_utils and aio/errors instead of shared/.

Validation

  • UV_CACHE_DIR=/tmp/gh-aw/agent/uv-cache make test-concise ✅ passed
  • UV_CACHE_DIR=/tmp/gh-aw/agent/uv-cache make lint ⚠️ fails on pre-existing unrelated Ruff issues in tests/stores/elasticsearch/test_elasticsearch.py (SIM118 x2)

Issue context: #321

AI generated by Issue Assistant

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@macroscopeapp
Copy link

macroscopeapp bot commented Feb 20, 2026

Update documentation to replace deprecated key_value.shared references with key_value.aio paths across CODE_STYLE, DEVELOPING, and adapters docs

Refreshes docs to use key_value.aio._utils.managed_entry for ManagedEntry and moves error imports to key_value.aio.errors; updates the project structure section to reflect key_value/aio/_utils and key_value/aio/errors.

📍Where to Start

Start with the updated import guidance in CODE_STYLE.md, then review structure changes in DEVELOPING.md, and finish with example imports in docs/adapters.md.

Changes since #323 opened

  • Updated exception class import in RaiseOnMissingAdapter documentation example [c098a2d]

Macroscope summarized 4af0d38.

macroscopeapp[bot]

This comment was marked as resolved.

…yError in adapters.md (#325)

Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
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.

[docs-drift] Update docs for key_value.shared deprecation and package move

1 participant