-
Notifications
You must be signed in to change notification settings - Fork 43
chore(core): update keys -> key #1183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(core): update keys -> key #1183
Conversation
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> key![]() Review Checklist:
SummaryThis PR refactors the Engine driver's API from using Code Quality & Best Practices ✅Positive aspects:
Potential Issues
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
7a8d1a9
to
e58d416
Compare
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR refactors the Engine driver's API from using Code Quality & Best Practices ✅Positive aspects:
Potential Issues
|
e58d416
to
7f79be0
Compare
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR refactors the Engine driver's API from using Code Quality & Best Practices ✅Positive aspects:
Potential Issues
|
7f79be0
to
fc03985
Compare
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR refactors the Engine driver's API from using Code Quality & Best Practices ✅Positive aspects:
Key Issues Found
|
More templates
@rivetkit/actor
@rivetkit/core
@rivetkit/db
rivetkit
@rivetkit/cloudflare-workers
@rivetkit/redis
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
commit: |
fc03985
to
18dcdfe
Compare
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR refactors the Engine driver's API from using Code Quality & Best Practices ✅Positive aspects:
Critical Issue Identified ❌API Inconsistency (packages/core/src/drivers/engine/api-endpoints.ts:68): export async function getActorById(
config: Config,
name: string,
key: string[], // ← Still uses string[] array, inconsistent with new single-key model
): Promise<ActorsGetByIdResponse> This is the same issue identified in previous reviews and has NOT been fixed. The
This creates an inconsistent API where some functions expect arrays and others expect single strings. Other Issues Found
|
18dcdfe
to
bfd8180
Compare
Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR refactors the Engine driver's API from using ✅ Great News: Critical Issue Fixed!The previously reported API inconsistency has been RESOLVED! The Code Quality & Best Practices ✅Positive aspects:
Potential Issues
|
bfd8180
to
2709811
Compare
Claude finished @NathanFlurry's task —— View job Claude finished @NathanFlurry's task —— View job PR Review: chore(core): update keys -> keyReview Checklist:
SummaryThis PR successfully refactors the Engine driver's API from using Critical Issue RESOLVED ✅Previous API Inconsistency Fixed: Code Quality & Best Practices ✅Positive aspects:
Key Changes Analyzed ✅packages/core/src/drivers/engine/api-endpoints.ts:
packages/core/src/drivers/engine/manager-driver.ts:
packages/core/src/drivers/engine/actor-driver.ts:
packages/core/src/drivers/engine/config.ts:
packages/core/package.json:
Other driver files:
Remaining Issues
|
Merge activity
|
No description provided.