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 #380 ("Strengthen the propose-immediately protocol and tighten field guidance") rewrites the plugin prompt specification layer:
File
Change
plugins/cq/commands/reflect.md
Protocol guidance updated
plugins/cq/skills/cq/SKILL.md
Field guidance tightened
sdk/python/src/cq/prompts/SKILL.md
Prompt rewritten (+105/-57 total across all files)
sdk/python/src/cq/prompts/reflect.md
Prompt rewritten
sdk/go/prompts/SKILL.md
Identical update (cross-SDK coordinated)
sdk/go/prompts/reflect.md
Identical update (cross-SDK coordinated)
This is a coordinated cross-SDK protocol update — both Python and Go SDKs received the same prompt/protocol changes in a single PR. The +105/-57 delta is a non-trivial semantic rewrite, not documentation cleanup.
Why It Matters for 8th-layer
The SKILL.md and reflect.md files are the behavioral specification layer for the cq agent/plugin system. The 8th-layer fork carries its own version of these prompt files.
Changes to the propose-immediately protocol directly affect how agents reason about and execute cq knowledge proposals — a key surface for 8th-layer-agent.
If the fork does not rebase these prompt files, agent behavior will silently diverge from upstream cq semantics, creating an untracked FORK_DELTA on the protocol specification layer.
The coordinated Go+Python update signals upstream treats this as a foundational protocol change, not an incidental edit.
Recommended Action
Diff fork prompt files against upstream: compare plugins/cq/skills/cq/SKILL.md, sdk/python/src/cq/prompts/SKILL.md, and reflect.md equivalents in 8th-layer-agent.
Decide rebase vs. intentional delta: If 8th-layer's propose-immediately behavior intentionally differs from upstream, document this as a FORK_DELTA. If not, rebase to pick up tightened field guidance.
Triggering Event
What Changed
PR #380 ("Strengthen the propose-immediately protocol and tighten field guidance") rewrites the plugin prompt specification layer:
plugins/cq/commands/reflect.mdplugins/cq/skills/cq/SKILL.mdsdk/python/src/cq/prompts/SKILL.mdsdk/python/src/cq/prompts/reflect.mdsdk/go/prompts/SKILL.mdsdk/go/prompts/reflect.mdThis is a coordinated cross-SDK protocol update — both Python and Go SDKs received the same prompt/protocol changes in a single PR. The
+105/-57delta is a non-trivial semantic rewrite, not documentation cleanup.Why It Matters for 8th-layer
SKILL.mdandreflect.mdfiles are the behavioral specification layer for the cq agent/plugin system. The 8th-layer fork carries its own version of these prompt files.8th-layer-agent.Recommended Action
plugins/cq/skills/cq/SKILL.md,sdk/python/src/cq/prompts/SKILL.md, andreflect.mdequivalents in 8th-layer-agent.Related Issues