From d33a3ab8300c666fb13304fcfceffd6973049cd8 Mon Sep 17 00:00:00 2001 From: Abhinav Vedmala Date: Thu, 25 Jun 2026 12:48:46 -0400 Subject: [PATCH] Tighten scheduled template documentation --- codex-rs/skills/src/assets/samples/plugin-creator/SKILL.md | 2 +- .../samples/plugin-creator/references/plugin-json-spec.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/codex-rs/skills/src/assets/samples/plugin-creator/SKILL.md b/codex-rs/skills/src/assets/samples/plugin-creator/SKILL.md index e6c58c0762..112cf2a1f6 100644 --- a/codex-rs/skills/src/assets/samples/plugin-creator/SKILL.md +++ b/codex-rs/skills/src/assets/samples/plugin-creator/SKILL.md @@ -226,7 +226,7 @@ See `references/installing-and-updating.md` for the expected cachebuster and rei ## Reference to exact spec sample -For exact JSON contracts and authoring guidance, use: +For the exact canonical sample JSON for both plugin manifests and marketplace entries, use: - `references/plugin-json-spec.md` - `references/installing-and-updating.md` for update/reinstall guidance while diff --git a/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md b/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md index 662935d6b0..0e34e251f5 100644 --- a/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md +++ b/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md @@ -205,10 +205,8 @@ use the cachebuster and reinstall flow so Codex reads the updated materialized c ### Instance semantics -Installing a plugin does not activate its templates. The user reviews a template and explicitly -creates an ordinary user-owned Scheduled task from it. Codex does not retain a live relationship to -the plugin or template, so plugin updates affect future creations only. Describe these as Codex -Scheduled task templates; do not promise availability as ChatGPT or cloud automations. +Installing a plugin does not activate its templates. Each template is copied into an independent, +user-owned Scheduled task, so later plugin changes do not update existing tasks. # Marketplace JSON sample spec