Skip to content

refactor(lungo): rename regular node schema types to base#691

Open
godququ5-code wants to merge 1 commit into
agntcy:mainfrom
godququ5-code:godququ5/issue-544
Open

refactor(lungo): rename regular node schema types to base#691
godququ5-code wants to merge 1 commit into
agntcy:mainfrom
godququ5-code:godququ5/issue-544

Conversation

@godququ5-code

Copy link
Copy Markdown

Summary

  • Rename Lungo event schema node definitions from regular_* to base_*.
  • Update the generated Pydantic types/exports and downstream references from RegularNode / PartialRegularNode to BaseNode / PartialBaseNode.
  • Add a regression check that the schema and public schema.types API expose only the new base names.

Fixes #544

Test plan

  • OTEL_SDK_DISABLED=true uv run --frozen pytest tests/unit/schemas/ -x
  • OTEL_SDK_DISABLED=true uv run --frozen pytest tests/unit/ -x

Signed-off-by: godququ5-code <256881196+godququ5-code@users.noreply.github.com>
@godququ5-code godququ5-code marked this pull request as ready for review July 3, 2026 20:32
@godququ5-code godququ5-code requested a review from a team as a code owner July 3, 2026 20:32
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.

[Refactor] Replace "regular" JSONSchema types with "base" types

1 participant