CLAUDE LABJP
MEMORY — The Developer Platform added the agent-memory-2026-07-22 beta header. Memory listings now return in a stable, server-defined order, and order_by and order are ignoredSTRICT — In the memory API, depth accepts only 0, 1, or omission, and path_prefix must end with a slash and matches whole path segments. Substring-style calls need revisitingLIVE — Published artifacts can now call MCP connectors on every view, so a shared dashboard shows live data instead of a snapshot from the session that built itA11Y — Claude Code added a screen reader mode, alongside new sharing and collaboration options for Team and EnterpriseFASTEND — Fast mode for Claude Opus 4.7 is removed tomorrow, July 24. Today is the day to move any speed: 'fast' calls over to Opus 4.8GOV — Claude for Government entered beta this month, with early deployments in government systems starting to surfaceMEMORY — The Developer Platform added the agent-memory-2026-07-22 beta header. Memory listings now return in a stable, server-defined order, and order_by and order are ignoredSTRICT — In the memory API, depth accepts only 0, 1, or omission, and path_prefix must end with a slash and matches whole path segments. Substring-style calls need revisitingLIVE — Published artifacts can now call MCP connectors on every view, so a shared dashboard shows live data instead of a snapshot from the session that built itA11Y — Claude Code added a screen reader mode, alongside new sharing and collaboration options for Team and EnterpriseFASTEND — Fast mode for Claude Opus 4.7 is removed tomorrow, July 24. Today is the day to move any speed: 'fast' calls over to Opus 4.8GOV — Claude for Government entered beta this month, with early deployments in government systems starting to surface
ARTICLES

All Articles

All (786) Claude AI (133) Claude Code (320) Cowork (54) API & SDK (279)
Claude Code/2026-05-22Intermediate

Why Claude Code Breaks Your MDX Frontmatter With YAML Errors (and How to Fix It)

If you have ever let Claude Code mass-produce MDX articles, sooner or later your build dies with a cryptic YAML error. Nested double quotes, stray colons, comma-joined tag entries — here is what is actually happening and the five patterns I trust in production.

Claude Code/2026-05-22Intermediate

Six Weeks Running a Claude Code Hooks + SwiftLint Quality Gate on My Indie iOS Apps

A six-week field report on wiring SwiftLint into Claude Code's PostToolUse hook to keep my indie iOS codebases consistent. Motivation, implementation, three adjustments that mattered, and the rough edges I hit along the way.

Claude Code/2026-05-21Intermediate

Claude Code Hook `command timed out`: Timeout Settings and Split-Execution Patterns That Actually Work

Fix Claude Code's `command timed out` hook failure without just bumping the timeout. Includes practical split-execution, detached background jobs, and a settings.json layout that keeps your session fast.

Claude Code/2026-05-20Intermediate

Claude Code Says 'All Tests Pass' but CI Goes Red — Designing Around Exit Code Pitfalls

Locally, Claude Code reports 'all tests pass.' You push it, and GitHub Actions turns red within minutes. The root cause is usually not Claude Code itself but how the shell and the test runner interpret exit codes. Here is a practical, experience-backed walkthrough.

Claude Code/2026-05-20Intermediate

Pruning Custom Subagents in Claude Code: After Six Months, Five Became Two

I built five custom subagents in Claude Code, ran them across six sites for six months, and ended up keeping only two. Here are the notes I took along the way — what worked, what didn't, and how I learned to write subagent descriptions that actually get called.

Claude Code/2026-05-19Intermediate

Why Claude Code's WebFetch Returns 403 or Empty Pages — and How to Fix It

When Claude Code's WebFetch returns a 403, or a 200 OK with the body mysteriously empty, there are really only four root causes worth checking. This walkthrough breaks them down — Cloudflare bot protection, client-side rendering, the allowed-domains gate, and stale caches — with the practical responses I use in production.

Claude Code/2026-05-18Advanced

Running Apple Privacy Manifest as an Indie Developer — Catching Dependency Drift with Claude Code

Apple Privacy Manifest (PrivacyInfo.xcprivacy) is a quietly painful area for indie iOS developers. Drawing on twelve years of running iOS apps with over 50 million combined downloads, this article walks through how I use Claude Code to detect drift, respond to rejections, and bake the whole flow into CI.

Claude Code/2026-05-18Intermediate

Why Your `cd` and `export` Vanish Between Claude Code Bash Calls

Claude Code's Bash tool runs each call in a fresh shell, so cd and export never persist. Here's the symptom, the cause, and five practical patterns I use across my Dolice Labs pipelines.

Claude Code/2026-05-18Advanced

Automated Play Store Staged Rollout Monitoring with Claude Code — Lessons from 50+ Crashes in v2.0.0

A hands-on record of building a Claude Code-powered monitoring system for Android staged rollouts (5%→100%). Covers crash-free rate thresholds, Wilson confidence intervals, and automatic Go/No-Go decisions — based on real experience shipping Beautiful HD Wallpapers to 50M+ users.

Claude Code/2026-05-17Intermediate

Six Months Until CocoaPods Shutdown — Migrating Beautiful HD Wallpapers to Firebase SPM with Claude Code

Firebase Apple SDK is dropping CocoaPods in October 2026. Here's how I migrated Beautiful HD Wallpapers — one of four iOS apps I run as an indie developer — to Swift Package Manager, and where Claude Code made the difference.

Claude Code/2026-05-16Intermediate

How I Fixed Android RecyclerView Crashes in 28 Days Using Claude Code

After releasing v2.0.0 of Beautiful HD Wallpapers, RecyclerView IndexOutOfBoundsExceptions hit 50+ users over 28 days. Here's how a conversation with Claude Code uncovered the root cause — a defensive copy pattern.

Claude Code/2026-05-15Intermediate

Eliminating SwiftUI Animation Guesswork with Claude Code — Prompt Patterns from a 50M Download Wallpaper App

How to use Claude Code for SwiftUI animation work — practical prompt patterns and Before/After code examples from the development of Beautiful HD Wallpapers, a 50M+ download app.