Align Cycle terminology across marketplace surfaces#147
Draft
CoreyRDean wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Non-technical summary
This aligns the live user-facing clauck copy with the project’s Cycle branding. The SessionStart hook now introduces installed Cycles using that term, and the marketplace metadata/examples stop mixing older “job” language into the same outward-facing surface.
Why this matters now: the README and marketplace landing already speak in Cycles, but the plugin hook and several marketplace examples still exposed older wording. Tightening that surface reduces terminology drift for new users and for agents reading the installed marketplace.
After this change, the public-facing marketplace copy and the live hook present one consistent brand term without changing how the runtime actually works.
Technical summary
plugins/clauck/hooks/sessionstart.shso the user-facing preamble saysRegistered Cycles/pre-made Cycleswhile keeping the manifest and semantic-hook details in their existing job-oriented technical terms.marketplace/index.jsonto use Cycle terminology and point installation guidance at~/.clauck/.marketplace/daily-verify.md,marketplace/event-monitor.md,marketplace/inbox-zero-assist.md, and themarketplace/module-demo/reference files.<job-name>, and internal code identifiers unchanged.bash -n plugins/clauck/hooks/sessionstart.shand/usr/bin/python3 -c "import json; json.load(open('marketplace/index.json'))".Additional notes
Trade-off: this stays intentionally on the copy/UX seam and does not attempt a broader docs rewrite or agent-skill terminology migration.
Deferred follow-up: if we want full brand-term consistency later, the larger
/clauckskill text and any remaining agent-facing examples can be reviewed separately without mixing that work into this small pass.Remaining gap: some technical surfaces still correctly use
jobbecause that is the runtime/schema term, so this PR only changes the outward-facing prose where the Cycle brand is supposed to appear.