Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodingCatDev/codingcat.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5da7bc
Choose a base ref
...
head repository: CodingCatDev/codingcat.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bbaa0c1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 14, 2026

  1. feat: engineConfig singleton + mediaAsset schema + automatedVideo v2 …

    …+ config module rewrite
    
    Consolidates 6 config singletons + dashboardSettings into single engineConfig.
    Adds mediaAsset schema for shared image assets with source tracking.
    Updates automatedVideo with v2 status flow (12 states), quality gate,
    shorts, thumbnails, social posts, workflowId, r2Prefix.
    Rewrites lib/config.ts for single-document fetch.
    codercatdev committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    761fe2e View commit details
    Browse the repository at this point in the history
  2. feat: update sanity.config.ts — register engineConfig + mediaAsset, r…

    …emove old singletons
    
    Co-authored-by: content <content@miriad.systems>
    Miriad and content committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    dec5e14 View commit details
    Browse the repository at this point in the history
  3. fix: PR review — legacy statuses, URL type comments, backward compat …

    …wrappers
    
    1. Add legacy v1 status values to automatedVideo options list so existing
       production documents display correctly in Studio (script_ready, audio_gen,
       video_gen, rendering, uploading, flagged, infographics_generating, enriching)
    
    2. Add comments on audioUrl/videoUrl/shortUrl explaining string type is
       intentional — R2/CDN paths may include query params that Sanity url
       validator rejects
    
    3. Replace misleading getConfig alias with real wrapper functions that
       accept and ignore the old table name parameter. Also adds getConfigValue
       wrapper. Both marked for removal in Task 1F.
    
    Co-authored-by: content <content@miriad.systems>
    Miriad and content committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    bbaa0c1 View commit details
    Browse the repository at this point in the history
Loading