Skip to content

Commit 52c6fad

Browse files
AEGISclaude
andcommitted
docs(ecosystem): scrub private service-binding + repo references
Follow-up to docs#15 (outbound disclosure policy). Removes the last pre-existing leaks in ecosystem.md that were explicitly called out as out-of-scope in the original policy PR: - Service Map: tarotscript-worker / img-forge-gateway (wrangler binding identifiers) → "internal service binding" - Authentication: edge-auth (private repo name) → "Stackbilt Auth" (the public service capability). auth.stackbilt.dev is fine to reference as the public domain. Functional info (centralized auth, RPC binding latency, subdomain) is preserved. Private repo and binding names are not. Closes Stackbilt-dev/codebeast#32. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6cf4f6b commit 52c6fad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/ecosystem.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Charter is the open-source CLI. Stackbilder and img-forge are commercial service
2626
| Service | Domain | Purpose |
2727
|---------|--------|---------|
2828
| **Stackbilder Platform** | `stackbilder.com` | Product frontend, Astro server API routes, service binding gateway |
29-
| **TarotScript** | `tarotscript-worker` (service binding) | Deterministic scaffold engine — intent classification, scaffold-cast spreads, grimoire persistence |
30-
| **img-forge** | `img-forge-gateway` (service binding) | AI image generation API, async job queue, R2 image storage |
29+
| **TarotScript** | internal service binding | Deterministic scaffold engine — intent classification, scaffold-cast spreads, grimoire persistence |
30+
| **img-forge** | internal service binding | AI image generation API, async job queue, R2 image storage |
3131
| **Auth** | `auth.stackbilt.dev` | Centralized auth — OAuth (GitHub/Google), session management, API keys, quota, billing |
3232
| **AEGIS** | `aegis.stackbilt.dev` | Persistent AI agent framework — see [aegis-oss](https://github.com/Stackbilt-dev/aegis-oss) |
3333
| **Docs** | `docs.stackbilder.com` | Documentation (this site) |
@@ -120,13 +120,13 @@ See [img-forge API](/img-forge) for the full REST and MCP reference.
120120

121121
## Authentication
122122

123-
All services use edge-auth (`auth.stackbilt.dev`) for centralized authentication:
123+
All services use Stackbilt Auth (`auth.stackbilt.dev`) for centralized authentication:
124124

125125
- **OAuth** — GitHub and Google sign-in via Better Auth
126126
- **Session cookies**`better-auth.session_token`, validated via RPC service binding
127127
- **API keys**`ea_*`, `sb_live_*`, `sb_test_*` prefixes for programmatic access
128128

129-
The platform frontend (`stackbilder.com`) validates sessions via an RPC binding to edge-auth — near-zero latency, no HTTP hop.
129+
The platform frontend (`stackbilder.com`) validates sessions via an RPC binding to the Stackbilt Auth service — near-zero latency, no HTTP hop.
130130

131131
## Pricing
132132

0 commit comments

Comments
 (0)