Skip to content

Rebrand CLI tool from 'oxy' to 'oxygen' across all documentation - #6

Open
luong-komorebi wants to merge 1 commit into
mainfrom
claude/slack-session-hlPJj
Open

Rebrand CLI tool from 'oxy' to 'oxygen' across all documentation#6
luong-komorebi wants to merge 1 commit into
mainfrom
claude/slack-session-hlPJj

Conversation

@luong-komorebi

Copy link
Copy Markdown
Member

Summary

This PR updates all references to the Oxy CLI tool from the command oxy to oxygen across the entire codebase, including skills, commands, rules, templates, and documentation.

Key Changes

  • CLI command updates: Changed all instances of oxy command invocations to oxygen (e.g., oxy runoxygen run, oxy validateoxygen validate, oxy buildoxygen build)
  • Command definitions: Updated command metadata in /commands/ directory from oxy:* to oxygen:* naming convention
  • Documentation: Updated all skill documentation, quick references, and README files to reflect the new command names
  • Rules and templates: Updated Cursor rules and code templates to use oxygen command syntax
  • Descriptions: Updated command descriptions and help text to reference "Oxygen" instead of "Oxy" where appropriate

Affected Areas

  • Skills: oxy-workflow-builder, oxy-semantic-layer, oxy-repair, oxy-test-drafter, oxy-app-builder
  • Commands: validate, build, sync, test
  • Cursor rules: oxy-core, oxy-workflow-builder, oxy-semantic-layer, oxy-app-builder
  • Templates: SQL, workflow, agent, and app templates
  • Documentation: README files, quick references, and skill documentation

Implementation Details

All changes are documentation and configuration updates with no functional code changes. The rebranding is consistent across all user-facing documentation, command definitions, and code examples.

https://claude.ai/code/session_01MJAzQLJDYZktmY4RsFjHjF

Updated all references to the CLI command throughout the plugin:
- Command files: build, sync, test, validate
- Skill files: oxy-semantic-layer, oxy-workflow-builder, oxy-app-builder,
  oxy-test-drafter, oxy-repair
- Template files: workflow, agent, SQL templates
- Cursor rules: oxy-core, oxy-semantic-layer, oxy-workflow-builder, oxy-app-builder
- Agent files: config-validator
- Documentation: CLAUDE.md, README.md, cursor/README.md

All CLI command invocations now use 'oxygen' instead of 'oxy':
- oxygen sync
- oxygen build
- oxygen validate
- oxygen test
- oxygen run
- oxygen semantic-engine
- oxygen start

Slash command names updated:
- /oxygen:build (was /oxy:build)
- /oxygen:sync (was /oxy:sync)
- /oxygen:test (was /oxy:test)
- /oxygen:validate (was /oxy:validate)

Product name "Oxy" remains unchanged as it refers to the platform/product.

https://claude.ai/code/session_01MJAzQLJDYZktmY4RsFjHjF
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.

2 participants