You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR mozilla-ai#383 — Update version of Go SDK used in CLI
cli/go.mod / cli/go.sum bumped to pick up Go SDK with new prompt content.
Why This Matters for 8th-layer
This is additive to #329, not duplicative. Issue #329 scoped the prompt rewrite to the Python SDK (sdk/python 0.13.0). This release canonicalizes the same propose-immediately protocol strengthening at two additional layers:
Go SDK prompt layer (sdk/go/prompts/SKILL.md, sdk/go/prompts/reflect.md) — this surface has no prior tracking issue. If the fork has any Go-side plugin/protocol harness, it must rebase against these rewrites.
CLI plugin layer (plugins/cq/commands/reflect.md, plugins/cq/skills/cq/SKILL.md) — the canonical plugin definitions shipped with the CLI have changed field guidance. Forks shipping or wrapping the upstream CLI plugin definitions need to audit.
The Go SDK bump in cli/go.mod (PR mozilla-ai#383) confirms these prompt changes are now load-bearing at runtime in the CLI — not speculative.
Note: Issue #330 exists but contains only a shallow auto-generated summary with no engineering action items; this issue provides the necessary detail.
Triggering Event
https://github.com/mozilla-ai/cq/releases/tag/cli/v0.10.0
What Changed
PR mozilla-ai#380 — Plugin/protocol improvements
Files changed (105 additions / 57 deletions):
plugins/cq/commands/reflect.md— CLI plugin command layerplugins/cq/skills/cq/SKILL.md— CLI plugin skill definitionsdk/go/prompts/SKILL.md— Go SDK prompt layer (net-new surface vs [upstream-cq] sdk/python 0.13.0: propose-immediately protocol + SKILL/reflect prompt rewrites — fork must rebase plugin prompt layer #329)sdk/go/prompts/reflect.md— Go SDK prompt layer (net-new surface vs [upstream-cq] sdk/python 0.13.0: propose-immediately protocol + SKILL/reflect prompt rewrites — fork must rebase plugin prompt layer #329)sdk/python/src/cq/prompts/SKILL.md— Python SDK (overlaps [upstream-cq] sdk/python 0.13.0: propose-immediately protocol + SKILL/reflect prompt rewrites — fork must rebase plugin prompt layer #329)sdk/python/src/cq/prompts/reflect.md— Python SDK (overlaps [upstream-cq] sdk/python 0.13.0: propose-immediately protocol + SKILL/reflect prompt rewrites — fork must rebase plugin prompt layer #329)PR mozilla-ai#383 — Update version of Go SDK used in CLI
cli/go.mod/cli/go.sumbumped to pick up Go SDK with new prompt content.Why This Matters for 8th-layer
This is additive to #329, not duplicative. Issue #329 scoped the prompt rewrite to the Python SDK (
sdk/python 0.13.0). This release canonicalizes the samepropose-immediatelyprotocol strengthening at two additional layers:sdk/go/prompts/SKILL.md,sdk/go/prompts/reflect.md) — this surface has no prior tracking issue. If the fork has any Go-side plugin/protocol harness, it must rebase against these rewrites.plugins/cq/commands/reflect.md,plugins/cq/skills/cq/SKILL.md) — the canonical plugin definitions shipped with the CLI have changed field guidance. Forks shipping or wrapping the upstream CLI plugin definitions need to audit.The Go SDK bump in
cli/go.mod(PR mozilla-ai#383) confirms these prompt changes are now load-bearing at runtime in the CLI — not speculative.Note: Issue #330 exists but contains only a shallow auto-generated summary with no engineering action items; this issue provides the necessary detail.
Relationship to Open Issues
Recommended Actions
sdk/go/prompts/SKILL.mdandsdk/go/prompts/reflect.mdagainst any Go-side prompt or skill definitions in the forkplugins/cq/skills/cq/SKILL.mdandplugins/cq/commands/reflect.mdif the fork ships or repackages upstream CLI pluginspropose-immediatelyfield guidance, or should it track upstream?