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: dev@{1day}
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: dev
Choose a head ref
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 14, 2026

  1. feat: Task 1D — engineConfig singleton + mediaAsset + automatedVideo v2

    Consolidates 6+1 config singletons into single engineConfig singleton.
    Adds mediaAsset document type for shared media (logos, screenshots, etc).
    Extends automatedVideo with v2 fields (quality gate, review, shorts, thumbnails, social posts, workflow tracking).
    
    Fixes applied:
    - Legacy v1 status values preserved with 'Legacy:' prefix for backward compat
    - URL fields use string type (R2/CDN paths may include query params)
    - Real backward compat wrappers for getConfig/getConfigValue (not just alias)
    
    PR #665
    codercatdev authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6ab3833 View commit details
    Browse the repository at this point in the history
  2. feat: review dashboard — mobile-first control center (Task 1E)

    Review queue, detail page, config panel, pipeline status, server actions with fail-closed auth, field whitelists, bounded GROQ queries. 10 files, +1,686 lines.
    codercatdev authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    18dee75 View commit details
    Browse the repository at this point in the history
Loading