From 29d1d63add6eb4301ff112fb5208ad053e88b8a7 Mon Sep 17 00:00:00 2001 From: Eric Juta Date: Wed, 26 Aug 2026 16:16:56 +0000 Subject: [PATCH] docs: define plugin distribution terms --- CONTEXT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CONTEXT.md diff --git a/CONTEXT.md b/CONTEXT.md new file mode 100644 index 0000000..dbb0299 --- /dev/null +++ b/CONTEXT.md @@ -0,0 +1,25 @@ +# Ask Gina Plugin Distribution + +This context defines the language for authoring one Ask Gina plugin and distributing host-specific packages without confusing local catalogs with public publication. + +## Language + +**Canonical skill**: +The single editable Ask Gina skill definition from which host packages are assembled. +_Avoid_: Source skill, master skill + +**Plugin source**: +A committed, directly loadable plugin directory containing a host manifest and every component that manifest declares. +_Avoid_: Overlay, generated target + +**Host artifact**: +A generated, installable plugin package assembled for one supported host. It is not reusable library source. +_Avoid_: Package source, plugin source + +**Repo marketplace**: +A repository catalog used for authoring, testing, and private or team distribution of directly loadable plugin sources. +_Avoid_: Public marketplace, universal directory + +**Universal directory**: +OpenAI's shared public plugin listing populated through the submission and review process. +_Avoid_: Repo marketplace, local marketplace