Denis Projects

Static mobile snapshot generated May 26, 2026, 1:37 PM

Projects8
Attention3

Caption Magic

Git / CaptionMagic / codex/cruft-cleanup / no upstream

Caption Magic is a SwiftUI iOS app for adding AI-generated captions, stories, style, background effects, and share-ready composited images to photos.

Done

  • Created the key-management plan here: KEY_MANAGEMENT_PLAN.md
  • Created the detailed public-safe build plan here: PUBLIC_SAFE_BUILD_PLAN.md
  • Found the issuer ID path was correct and ASC API access is working now. and updated the plan with the real ASC starting point here:...
  • Remove extracted AI Playground project
  • Update playground migration status
  • Promote interaction toys prototype
  • Created local main from origin/main, so it now tracks the safe GitHub branch
  • Added .githooks/pre-push to block pushing the unsafe archive branch and scan pushed commits for common OpenAI/Azure secret patterns

In Progress

  • Local work touching 6 paths: Documentation/APP_STORE_UPDATE_PLAN.md, Documentation/KEY_MANAGEMENT_PLAN.md, Documentation/MAINTENANCE.md, Documentation/PUBLIC_SAFE_BUILD_PLAN.md

Next

  • The plan is specific about the next execution path: add a small backend caption proxy, remove Secrets.xcconfig from Release, force Release builds...

Codex Tools

Git / Codex-Tools / main / origin/main

Shared tooling for building better projects with Codex.

Done

  • Snapshot.js is deployed and returns application/javascript
  • Added snapshot.js so the deployed page filters in-browser without fetching local data
  • Added static filter controls for All, Active, Repos, Workspaces, and Archive
  • Documented and pushed
  • Committed and pushed d204721 Document dashboard synthesis status
  • Raw prefixes like Codex chat: / Codex completed: are gone from rendered output
  • Local browser check: no known raw request phrasing, mixed-source markers present
  • Synthesize dashboard chat activity

In Progress

  • Local work touching 7 paths: docs/operating-model.md, docs/project-dashboard-mobile-cloudflare.md, docs/project-dashboard-plan.md, src/project-dashboard/cli.js

Next

  • Update this README when inventory, status, or workflow changes.
  • Update the relevant side doc or skill reference.
  • Run `bash -n` on changed shell scripts.
  • Run `codex-visual-qa doctor` after environment or simulator changes.
  • Smoke test against at least one real project when changing screenshot launch, build, or capture behavior.
  • Add a lightweight automated test harness for command parsing and build-container detection.

Wordlers

Git / wordlers-org / main / origin/main

Independent Wordle resource site for players who want friendly help, better strategy, and useful tools without feeling like they are reading a dry manual.

In Progress

  • Local work touching 6 paths: README.md, cms-automation-options.md, content-backlog.md, content-workflow.md

Next

  • Finish human review of the refreshed design, tone, trust pages, and brand
  • Tighten any remaining launch copy.
  • Remove `noindex` only when the site is approved for public discovery.
  • Replace or augment the starter word bank with a licensed full word list.
  • Add candidate scoring and answer-likelihood ranking.
  • Harden the Pattern Helper and Result Analyzer.

Merlin

Git / merlin-project-manager / main / origin/main

Merlin is a job management system for centralizing work records from customer and subcontractor portals. The current repository contains a native SwiftUI iPhone app plus early planning documents for the larger production system.

Done

  • Pushed to origin/main
  • Committed as 76ba23c with message Document low-priority tablet visual backlog. Working tree is clean
  • Main updated doc: merlin_v1_plan_outline.md
  • Updated and pushed the planning docs. No code changes
  • Implemented: Supabase backend, auth, live CBRE jobs, web portal, iOS app, notes, photos, photo normalization, user-owned photo deletion, profile...

In Progress

  • Project status summary: Merlin is now documented as Phase 1 Beta in progress. The app and web portal already have the core foundation: live CBRE...

Doozles Code

Git / Doozles / codex/release-1.0.4 / origin/codex/release-1.0.4

Doozles is a SwiftUI iOS puzzle game from Tiny Toad, LLC. Players connect matching animated symbols by tracing hidden vector paths; each completed path reveals more of a mystery image until the full Doozle is uncovered.

Done

  • Added README notes pointing future work to:
  • Working tree is clean and the branch is synced with origin/codex/release-1.0.4
  • Created the start-ready plan here: docs/KIDS_CATEGORY_EXECUTION_PLAN.md
  • Add Doozle Trace Lab prototype
  • Implemented this pass
  • Added Process All to the toolbar in ContentView.swift. It processes every loaded image with the current settings, caches the results, and selection...
  • Updated the QA probe and docs:
  • Verified the file after writing it. No code changes were made. git status now shows two untracked planning docs: the earlier...

AI Playground

Git / AI-Playground / main / origin/main

Standalone iOS playground extracted from the old Caption Magic game and image-generation experiments on 2026-05-24.

Done

  • Signed archive succeeded: /private/tmp/AIPlayground-TestFlight-0.1-2.xcarchive
  • Upload succeeded via xcodebuild -exportArchive
  • Archive metadata shows uploadEvent.state = success, Uploaded to Apple, no warnings/errors, uploadedBuildNumber = 2
  • Committed and pushed the build-number bump:
  • Add playful prototype icons
  • Pushed state is already current: main is synced with origin/main
  • That file is ignored by git, and I verified it is not tracked. I did not print or commit the key
  • Added a native URLSession client for POST /v1/images/generations

Bowling Coach

Git / BowlingCoach / main / origin/main

Bowling Coach is an iPhone-first training app for bowlers who want structured feedback from practice video, shot outcomes, and eventually Apple Watch motion data.

Done

  • Already pushed. main is clean and up to date with origin/main
  • Latest relevant commit is adb4ba6 Fix captured bowler photo import, with build 1.0 (50) documented and uploaded
  • Build 1.0 (50) is already uploaded to TestFlight and accepted for processing
  • Fixed and shipped to TestFlight
  • Simplify help button icon

Mac Tools

Git / mac-tools / main / origin/main

This project is for small custom tools that improve day-to-day Mac workflow. We will start by documenting the pain points, researching existing solutions, and only building custom software when the existing options are not good enough.