chore: remove operator content-domain 'reel' language from the generic stack#121
Merged
Merged
Conversation
…c stack The public infra must not mention the operator's short-form-video "reel" content format. Rewrote every tracked "reel"/"reels" reference to neutral generic infra language (render/job/media-lease). Behavior-identical: comments, docs, tests, and one entrypoint comment only — no logic, paths, or config values changed (only dropped the "reels" plugin-example noun). "media" (compose profile + GPU-workload category) left untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
The public generic infra must not mention the operator's short-form-video "reel" content format. Every tracked
reel/reelsreference rewritten to neutral generic infra language. Behavior-identical: only comments, docs, tests, and identifiers change — no logic, paths, or config values.media(a structural compose profile + GPU-workload category) is left untouched.reel → generic mapping, per file
CHANGELOG.mddocs/configuration.mddocs/operator-guide.mdordo.example.yamlreelsnoun)scripts/storage_purge.pyservices/hermes/entrypoint.shservices/ops-api/main.pyservices/worker/plugin.yamltests/substrate/test_broker.pyreel,reel1,reel2render,render1,render2tests/substrate/test_control.pyreelrendertests/substrate/test_scheduler.pyreelrenderTest renames are consistent within each file — assertions test the generic scheduler/broker behavior, not content, and all still pass.
Validation
git grep -inw "reel\|reels" -- ':!data/*'→ zero matches.docker-compose.ymlsha identical before vs after (a4a5409b…): changes are comments/docs/tests only, nothing structural.ruff check .clean;pytest tests/ -q→ 559 passed, 4 skipped.mediadeliberately untouched everywhere (compose profile + GPU-workload kind).Notes
/workspace/data/comfyui-output) and perms (775 / 664 / chown). The dir path is already generic (comfyui-output), not operator-specific, so only the comment wording changed.🤖 Generated with Claude Code