[codex] Prepare Media Studio assistant release#8
Merged
Conversation
6b5f528 to
3f71ef1
Compare
# Conflicts: # apps/web/app/api/control/runtime/route.ts
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 prepares the Media Studio assistant and Graph Studio release work for review.
NEXT_PUBLIC_MEDIA_STUDIO_ASSISTANT_DEBUG=1is enabled and/api/control/healthprovescodex_local_ready: true.Database / migrations
This branch includes schema migrations through version 29:
Before merging, run migrations against a backed-up local or staging DB and verify seeded built-in recipes refresh on an existing DB.
Release flags and content notes
NEXT_PUBLIC_MEDIA_STUDIO_ASSISTANT_DEBUGunset/off outside internal development.content/media-presets/.content/prompt-recipes/.docs/engineering/,docs/engineering-audit/, or local runtime/output/tmp artifacts.Verification
git diff --cached --checknpm --workspace apps/web test -- graph-assistant-debug.test.tsnpm --workspace apps/web run typecheck -- --pretty falsenpm --workspace apps/web test -- graph-tabs.test.ts graph-prompt-provider.test.ts graph-node-field.test.tsx creative-assistant-panel.test.tsx graph-left-rail.test.tsx./scripts/with_shared_python.sh -m pytest apps/api/tests/test_graph_studio.py apps/api/tests/test_media_assistant.py apps/api/tests/test_store_seed_data.py -q --maxfail=1passed with 432 tests./graph-studio; health returnedcodex_local_ready: true, and the Media Assistant launcher was visible without runtime overlay errors.