Skip to content

docs(ai): describe cloud data-tool registration in prose, not an uninstallable import - #2813

Merged
os-zhuang merged 1 commit into
mainfrom
docs/fence-closed-source-import
Jul 11, 2026
Merged

docs(ai): describe cloud data-tool registration in prose, not an uninstallable import#2813
os-zhuang merged 1 commit into
mainfrom
docs/fence-closed-source-import

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

Follow-up to #2812, closing the last (subtlest) open/cloud honesty gap the agent-capability audit flagged.

The Natural Language Queries page pasted:

import{registerDataTools}from'@objectstack/service-ai';// closed cloud package

— installable-looking code for a package an open-edition reader cannot install (@objectstack/service-ai is closed cloud/EE). A reader who copies it and runs pnpm add @objectstack/service-ai hits a 404. That's the most subtle form of "declared ≠ delivered."

Replaced the code block with a prose description of what the cloud runtime does + a pointer to the cloud docs. The open @objectstack/mcp example earlier on the page (the thing that actually works on the open edition) is unchanged.

Per the open-core doc rule this whole thread settled on: fence EE features (name + boundary + pointer), don't paste uninstallable code as if it were open. Docs-only, no changeset.

🤖 Generated with Claude Code

…uninstallable import
The Natural Language Queries page pasted `import { registerDataTools } from
'@objectstack/service-ai'` — installable-looking code for a closed package an
open-edition reader cannot install. That is the subtlest form of the
declared-≠-delivered trap (a reader copies it and `pnpm add` 404s). Replaced
the code block with a prose description of what the cloud runtime does plus a
pointer to the cloud docs; the open `@objectstack/mcp` example above is
unchanged. Docs-only; the open path this page teaches still fully works.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercelBot commented Jul 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJul 11, 2026 2:18am

Request Review

@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation size/s labels Jul 11, 2026
@os-zhuang
os-zhuang merged commit 003f04c into mainJul 11, 2026
15 checks passed
@os-zhuang
os-zhuang deleted the docs/fence-closed-source-import branch July 11, 2026 02:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-zhuang