Skip to content

Add InvocationType.CATALOG for catalog interface invocations#25

Merged
rustyconover merged 2 commits into
mainfrom
feature/invocation-type-catalog
Jan 6, 2026
Merged

Add InvocationType.CATALOG for catalog interface invocations#25
rustyconover merged 2 commits into
mainfrom
feature/invocation-type-catalog

Conversation

@rustyconover

Copy link
Copy Markdown
Contributor

Summary

  • Add CATALOG = "catalog" to InvocationType enum
  • Document simplified catalog protocol: invoke → stream (skips bind→init→stream phases)
  • function_name field contains CatalogInterface method name (e.g., 'catalog_attach', 'schemas')
  • Input batch has 1 row with columns matching method parameters

Test plan

  • All existing tests pass (661 tests)
  • mypy type checks pass
  • ruff linting passes

🤖 Generated with Claude Code

rustyconover and others added 2 commits January 5, 2026 19:40
Extend InvocationType enum to support catalog method invocations:
- CATALOG = "catalog" for CatalogInterface method calls
- Documents simplified protocol: invoke → stream (no bind→init→stream)
- function_name field contains method name (e.g., 'catalog_attach')
- Input batch has 1 row with columns matching method parameters

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rustyconover rustyconover merged commit 028a322 into main Jan 6, 2026
0 of 16 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.

1 participant