Rebrand CLI tool from 'oxy' to 'oxygen' across all documentation - #6
Open
luong-komorebi wants to merge 1 commit into
Open
Rebrand CLI tool from 'oxy' to 'oxygen' across all documentation#6luong-komorebi wants to merge 1 commit into
luong-komorebi wants to merge 1 commit into
Conversation
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
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.
Summary
This PR updates all references to the Oxy CLI tool from the command
oxytooxygenacross the entire codebase, including skills, commands, rules, templates, and documentation.Key Changes
oxycommand invocations tooxygen(e.g.,oxy run→oxygen run,oxy validate→oxygen validate,oxy build→oxygen build)/commands/directory fromoxy:*tooxygen:*naming conventionoxygencommand syntaxAffected Areas
oxy-workflow-builder,oxy-semantic-layer,oxy-repair,oxy-test-drafter,oxy-app-buildervalidate,build,sync,testoxy-core,oxy-workflow-builder,oxy-semantic-layer,oxy-app-builderImplementation 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