Skip to content

docs: fix stale references in CLAUDE.md#263

Merged
adambalogh merged 1 commit intoOpenGradient:mainfrom
giwaov:docs/fix-readme-accuracy
Apr 9, 2026
Merged

docs: fix stale references in CLAUDE.md#263
adambalogh merged 1 commit intoOpenGradient:mainfrom
giwaov:docs/fix-readme-accuracy

Conversation

@giwaov
Copy link
Copy Markdown
Contributor

@giwaov giwaov commented Apr 8, 2026

Problem

CLAUDE.md (the developer guide for Claude Code) references components that no longer exist in the codebase:

  1. client.py listed as "Main Client class" - this file was removed when the unified Client was split into LLM, Alpha, ModelHub, and Twins
  2. src/opengradient/proto/ listed as "gRPC service definitions for inference" - this directory does not exist

Fix

  • Remove client.py from the component listing
  • Remove the Protocol Buffers section entirely
  • Add the actual submodules that exist: tee_connection.py, tee_registry.py, _conversions.py, _utils.py
  • Fix list numbering

Changes

  • CLAUDE.md: Updated Architecture Overview to match current codebase

Closes #252

- Remove client.py from component list (file doesn't exist; was
  removed in a prior refactor when Client was split into LLM, Alpha,
  ModelHub, and Twins)
- Remove Protocol Buffers section (src/opengradient/proto/ doesn't
  exist in the current codebase)
- Add missing submodules to client listing: tee_connection.py,
  tee_registry.py, _conversions.py, _utils.py
- Fix list numbering

Closes OpenGradient#252
@adambalogh adambalogh merged commit 092017b into OpenGradient:main Apr 9, 2026
6 checks 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.

og.Client referenced throughout README does not exist

3 participants