-
Notifications
You must be signed in to change notification settings - Fork 0
feat(wrangler): add SERVICE_SCOPE_DB hyperdrive binding #110
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,9 +27,12 @@ | |
| { "pattern": "finance.chitty.cc/*", "zone_name": "chitty.cc" } | ||
| ], | ||
|
|
||
| // Hyperdrive binding for fractal scope projection into ChittyOS-Core | ||
| // Hyperdrive bindings for fractal scope projection. | ||
| // CHITTYOS_CORE_DB → ChittyOS-Core aggregation. SERVICE_SCOPE_DB → service's own authoritative scopes. | ||
| // Required by chittyschema/identity/scripts/validate-fractal-scopes.ts | ||
| "hyperdrive": [ | ||
| { "binding": "CHITTYOS_CORE_DB", "id": "1d126444cff1416cb415447e6cc6d15a" } | ||
| { "binding": "CHITTYOS_CORE_DB", "id": "1d126444cff1416cb415447e6cc6d15a" }, | ||
| { "binding": "SERVICE_SCOPE_DB", "id": "89158b50e55a4d5d9279b5d5c890ea7b" } | ||
| ], | ||
|
Comment on lines
+30
to
36
|
||
|
|
||
| // Cloudflare Email Service binding | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment above the
hyperdriveblock still says “binding” and mentions only projection into ChittyOS-Core, but the config now declares two bindings (Core +SERVICE_SCOPE_DB). Update the comment to reflect both bindings (and optionally the validate-fractal-scopes requirement) so future edits don’t miss one of them.