docs: canonical patterns for channelData, secret seeding, flow node kinds#32
Open
BimaPangestu28 wants to merge 2 commits into
Open
docs: canonical patterns for channelData, secret seeding, flow node kinds#32BimaPangestu28 wants to merge 2 commits into
BimaPangestu28 wants to merge 2 commits into
Conversation
bundle-standard@0.2.0+ provides the same cards -> flow -> .gtpack conversion inside a WASM sandbox via 'greentic-bundle ext render'. The Greentic Designer now uses this embedded path internally. The standalone greentic-cards2pack CLI remains fully supported for direct use (CI pipelines, ad-hoc packaging, external integrations, standalone authoring). Both paths share pure-Rust cards2pack-core library and produce identical output. Change is purely additive: one <Aside> note block above Installation section. Original 270-line content preserved verbatim. Applied to all 6 language variants (en + id/ja/zh/es/de).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three new reference pages closing gaps surfaced by Maarten's R1 demo report and 3Point team's Q1-Q4.
Pages added
/reference/channel-data-access— DirectLinechannelDataaccess pattern, snake_case rename, auto-merge into WASM input. Closes Maarten's "how do we read r1_principals?" ask./reference/secret-seeding— URI scheme + Path A (setup.yaml wizard, preferred) + Path B (manual--pack-idadmin set). Closes 3Point Q2 (api_key_secret)./reference/flow-node-kinds— Five builtins shipping today (emit.response,emit.log,session.wait,flow.call,provider.invoke) + state-store gap section pointing at host-capability workaround. Closes 3Point Q4.Why
3Point team's training-module deviation report and Maarten's R1 demo follow-up both pointed at platform docs gaps. These three pages document the canonical patterns that have been tribal knowledge until now.
Build
Astro build clean — 337 pages built. Sidebar updated in
astro.config.mjs.Translations
English source only. Translations will be regenerated via
scripts/translate-docs.mjsafter merge.Related PRs
--pack-idalias documented in secret-seeding page.Test plan