Skip to content

feat(logo-creator): add optional Atlas Cloud provider - #90

Open
binyangzhu000-sudo wants to merge 1 commit into
ReScienceLab:mainfrom
binyangzhu000-sudo:codex/add-atlas-logo-provider
Open

feat(logo-creator): add optional Atlas Cloud provider#90
binyangzhu000-sudo wants to merge 1 commit into
ReScienceLab:mainfrom
binyangzhu000-sudo:codex/add-atlas-logo-provider

Conversation

@binyangzhu000-sudo

Copy link
Copy Markdown

Description

Adds Atlas Cloud as an optional image-generation provider for logo-creator while preserving the existing Nano Banana path as the default.

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Enhancement to existing skill

Changes Made

  • Add a standard-library Atlas runner that validates the live model catalog and model-specific schema before every request.
  • Require an explicit generation confirmation, submit exactly one potentially billable POST, bound prediction GET polling, and validate downloaded image artifacts.
  • Document the provider-selection and dry-run workflow.
  • Add focused tests and update the skill's plugin/marketplace metadata to 1.1.0.

Affected Skills

  • logo-creator

Testing Done

  • python3 -m unittest discover -s skills/logo-creator/tests -v
  • python3 -m py_compile skills/logo-creator/scripts/generate_atlas.py skills/logo-creator/tests/test_generate_atlas.py
  • Live, non-billable catalog/schema dry-run against google/nano-banana-2/text-to-image
  • Local npx skills add installation for logo-creator on Codex
  • jq empty for all changed JSON manifests
  • git diff --check

No generation POST was made during validation.

Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
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