Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CONTEXT.md
Original file line number Diff line number Diff line change
@@ -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
Loading