@treeseed/sdk 0.13.0-rc.80 → 0.13.0-rc.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-02T09:32:30.488Z"}
1
+ {"completedAt":"2026-09-03T03:47:38.642Z"}
@@ -61,10 +61,10 @@ const SERVICE_PROVIDER_CATALOG = [
61
61
  {
62
62
  id: "github-repository-app",
63
63
  label: "Repository Connector App",
64
- description: "Installation authority narrowed to one repository for guarded Git reads and writes.",
64
+ description: "Installation authority for governed repository creation and guarded Git reads and writes.",
65
65
  capabilities: ["repository-hosting"],
66
66
  fields: [],
67
- permissions: ["Metadata: read", "Contents: read and write"],
67
+ permissions: ["Metadata: read", "Contents: read and write", "Checks: read", "Administration: read and write"],
68
68
  sharing: "capability-scoped",
69
69
  unattendedCompatible: true,
70
70
  authoritySchemes: ["app-installation"],
@@ -118,7 +118,11 @@ const SERVICE_PROVIDER_CATALOG = [
118
118
  connectionFields: [
119
119
  field("deploymentEnvironment", "Deployment environment", "The exact TreeSeed deployment environment. Use staging or production; one connection must never span both."),
120
120
  field("accountId", "Account ID", "The non-secret Cloudflare account identifier."),
121
- field("zoneId", "Zone ID", "Optional non-secret zone identifier used by reviewed DNS and TLS topology resources.", false)
121
+ field("zoneId", "Zone ID", "Optional non-secret zone identifier used by reviewed DNS and TLS topology resources.", false),
122
+ field("stateBucket", "OpenTofu state bucket", "Optional R2 bucket name used only by a state-backend connection.", false),
123
+ field("stateEndpoint", "OpenTofu state endpoint", "Optional HTTPS S3-compatible R2 endpoint used only by a state-backend connection.", false),
124
+ field("stateRegion", "OpenTofu state region", "Optional S3-compatible region; omit to use auto.", false),
125
+ field("stateEncryptionKeyRef", "State encryption key reference", "Optional non-secret team-vault key name used to encrypt this backend state.", false)
122
126
  ],
123
127
  capabilities: [
124
128
  { type: "frontend-hosting", label: "Frontend hosting", description: "Pages and Workers application hosting.", credentialProfileIds: ["cloudflare-runtime"], status: "available" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.80",
3
+ "version": "0.13.0-rc.82",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {