Skip to content

Fix stale retail/healthcare recipe references and placeholder package metadata - #15

Open
Anilreddy2309 wants to merge 1 commit into
NVIDIA:mainfrom
Anilreddy2309:cleanup/doc-metadata-drift
Open

Fix stale retail/healthcare recipe references and placeholder package metadata#15
Anilreddy2309 wants to merge 1 commit into
NVIDIA:mainfrom
Anilreddy2309:cleanup/doc-metadata-drift

Conversation

@Anilreddy2309

Copy link
Copy Markdown

Summary

Two small doc/metadata drift issues found while reviewing the codebase:

  1. Non-existent example recipes in docs/help text. nvflow/cli/main.py's --recipe option help text and nvflow/core/stage_registry.py's register()/class docstrings reference retail and healthcare as example recipes. Only finance, example, and multimodal recipes exist anywhere in the codebase (confirmed via @StageRegistry.register call sites) — retail/healthcare look like leftover placeholder names from before the repo's public release. Updated the examples to real recipe names.

  2. Placeholder package metadata. pyproject.toml shipped authors = [{name = "Your Team", email = "team@example.com"}] — an unfilled template placeholder in the public release. Replaced with "NVIDIA Corporation". Happy to adjust to a specific team alias/email if maintainers prefer one — I didn't want to guess at an internal contact.

Test plan

  • ruff check / ruff format --check pass
  • pyproject.toml still parses as valid TOML after the edit
  • Full pytest tests/ suite passes (339 passed, 3 pre-existing skips) — no code behavior changed

🤖 Generated with Claude Code

… metadata

Two doc/metadata drift issues found while reviewing the codebase:

1. nvflow/cli/main.py's --recipe help text and nvflow/core/stage_registry.py's
   register()/class docstrings referenced "retail" and "healthcare" as
   example recipes. Only finance, example, and multimodal recipes exist
   anywhere in the codebase -- retail/healthcare appear to be leftover
   placeholder names from before the repo's public release. Updated the
   examples to reference real recipes.

2. pyproject.toml shipped an unfilled template placeholder
   (authors = [{name = "Your Team", email = "team@example.com"}]) in the
   public release. Replaced with "NVIDIA Corporation" -- happy to adjust
   to a specific team alias/email if maintainers prefer one.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Anil Balireddy <anilbalireddi@gmail.com>
@Anilreddy2309
Anilreddy2309 requested a review from a team September 11, 2026 17:18
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