Get Emoji-Decorated Checklists in Claude by Adding One Line to CLAUDE.md

A Reddit user shared a simple CLAUDE.md configuration that makes Claude decorate checklists with emoji icons for status tracking. Drop this single line into your user-level CLAUDE.md (with at least one line of whitespace on either side):
Status-checklist markers. In progress reports that track multiple items (parallel tasks, batch jobs, build steps), prefix each item with a status marker so the list is scannable at a glance. Use this fixed 14-marker set — treat it as closed; don't invent new ones: ✅ done · 🕵️ running · 🛰️ monitoring/polling · ⏳ queued · 🌗 partial/degraded · ❌ failed · 🚫 blocked-by-external · ⏭️ skipped · ⏸️ paused · ❗ needs attention · ⚠️ caution/caveat · ⏰ timer/cron/scheduled · ❓ open question · 🤔 judgment call. This is an explicit opt-in to emoji for status reporting only — not for prose, code, comments, or files. Don't add decorative markers; past ~14 the reader decodes a legend instead of scanning.
Once added, Claude will automatically use these markers in checklists within progress reports. The author explicitly restricts emoji use to status reporting — not for prose, code, comments, or files — and warns against inventing new markers or exceeding the 14-item set, as scanning becomes a legend lookup.
This is useful for developers who want quick visual scanning of batch jobs, build steps, or parallel tasks. No installation or payment required — just a CLAUDE.md edit.
Note: the entire configuration must be on one line with whitespace padding.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Users Getting Better Results by Providing Context Instead of Generic Prompts
A Reddit discussion highlights that users getting real work done with Claude AI provide specific context about their situation, what they've tried, what good looks like, and what to avoid, rather than treating it like a search engine.

How splitting context into separate files made Claude more consistent
A Reddit user shares a practical setup for Claude: split context into about-me.md, my-voice.md, and my-rules.md files; use a plan-before-execute flow; switch models per task; and give feedback instead of perfect prompts.

100K Lines of Rust with AI: Contracts, Spec-Driven Dev, and Performance
Cheng Huang built a Rust multi-Paxos engine with AI agents, achieving 300K ops/sec. Key techniques: AI-written code contracts, lightweight spec-driven development, and aggressive optimization.

OpenClaw Discord proxy fix for REST API timeout issues
A user reports fixing OpenClaw Discord connection issues where WebSocket connects but REST API calls fail with "fetch failed UND_ERR_CONNECT_TIMEOUT" errors. The solution involves creating a proxy-preload.cjs file and setting global undici proxy settings.