Skip to content

Skill-templates#116

Merged
stewartshea merged 4 commits into
mainfrom
skill-templates
May 23, 2026
Merged

Skill-templates#116
stewartshea merged 4 commits into
mainfrom
skill-templates

Conversation

@stewartshea
Copy link
Copy Markdown
Contributor

@stewartshea stewartshea commented May 22, 2026

Note

Low Risk
Primarily rebrands user-facing strings (docs, UI meta/title text, API/OpenAPI descriptions, logs) with no functional logic changes. Low risk aside from potential downstream expectations around displayed names in documentation or automated screenshots/tests.

Overview
Renames the product’s user-facing branding from CodeCollection Registry / RunWhen Registry to RunWhen Skills Registry across docs, frontend page copy/meta/manifest, backend API metadata (FastAPI PROJECT_NAME, root message, OpenAPI title/description), and MCP server copy.

Updates GitHub issue/intake footers and various startup/log messages to reflect the new branding, while explicitly documenting that repo and internal legacy identifiers (e.g., codecollection-registry, codebundles paths) remain unchanged for compatibility.

Reviewed by Cursor Bugbot for commit 54fe40f. Bugbot is set up for automated code reviews on this repo. Configure here.

…bulary for AI Agent Guidelines. Replace instances of "CodeBundle" with "Skill Template," "Task" with "Tool," "TaskSet" with "Runbook," and "SLI" with "Monitor." Ensure backward compatibility in API paths and internal identifiers while promoting the new user-facing terms across all documentation, issue templates, and UI components.
… to reflect the new vocabulary for AI Agent Guidelines. Replace instances of "CodeBundle" with "Skill Template," "Task" with "Tool," "TaskSet" with "Runbook," and "SLI" with "Monitor." Ensure backward compatibility in API paths and internal identifiers while promoting the new user-facing terms in all relevant surfaces.
@github-actions
Copy link
Copy Markdown

Container Images Built

Tag: skill-templates116-merge-a7dfa19a
Build: ✅ All images pushed
Test Deploy: ✅ Triggered

Image Tag
cc-registry-v2-backend skill-templates116-merge-a7dfa19a
cc-registry-v2-frontend skill-templates116-merge-a7dfa19a
cc-registry-v2-worker skill-templates116-merge-a7dfa19a
runwhen-mcp-server skill-templates116-merge-a7dfa19a

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b346b45. Configure here.

def label_with_count(type_value: str, count: int) -> str:
"""Return a count-friendly label like ``"Runbook (3)"``."""
label = label_for_type(type_value, plural=count != 1)
return f"{label} ({count})"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backend terminology module created but never used

Low Severity

Both cc-registry-v2/backend/app/utils/terminology.py and mcp-server/utils/terminology.py define label_for_type, label_with_count, TYPE_LABELS, and related helpers, but neither module is imported anywhere in their respective codebases. Meanwhile, server.py and codebundle_tools.py hardcode the same display strings inline. These are dead code that duplicates logic already written inline elsewhere.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b346b45. Configure here.

- Explicitly un-ignored the `frontend/src/lib/` directory to ensure that any files added under this path are committed, preventing accidental exclusion during version control.
- This change addresses potential issues with the bare `lib/` and `lib64/` rules that previously matched unintended paths.
@github-actions
Copy link
Copy Markdown

Container Images Built

Tag: skill-templates116-merge-243b019c
Build: ✅ All images pushed
Test Deploy: ✅ Triggered

Image Tag
cc-registry-v2-backend skill-templates116-merge-243b019c
cc-registry-v2-frontend skill-templates116-merge-243b019c
cc-registry-v2-worker skill-templates116-merge-243b019c
runwhen-mcp-server skill-templates116-merge-243b019c

…ection Registry to RunWhen Skills Registry. This includes changes to terminology, project structure, and various components across the frontend and backend, ensuring consistency in naming and functionality. Notable updates include renaming "CodeBundle" to "Skill Template" and adjusting references in API documentation, scripts, and user interfaces to align with the new branding.
@github-actions
Copy link
Copy Markdown

Container Images Built

Tag: skill-templates116-merge-b3e13aca
Build: ✅ All images pushed
Test Deploy: ✅ Triggered

Image Tag
cc-registry-v2-backend skill-templates116-merge-b3e13aca
cc-registry-v2-frontend skill-templates116-merge-b3e13aca
cc-registry-v2-worker skill-templates116-merge-b3e13aca
runwhen-mcp-server skill-templates116-merge-b3e13aca

@stewartshea stewartshea merged commit ac4d08a into main May 23, 2026
8 checks passed
@stewartshea stewartshea deleted the skill-templates branch May 23, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant