mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
c7397fe493
* fix: improve Chats Mobile security, CSS quality, and desktop layout - Sanitize error.message with escapeHtml() to prevent XSS in innerHTML - Replace !important overrides in .back-btn with proper specificity (.header-btn.back-btn) - Add desktop side-by-side layout at 769px+ (360px sidebar + flexible chat view) - Extract 100+ inline styles from analytics modal into reusable CSS classes https://claude.ai/code/session_01Cfg7GGRKxgJoWiNj1EjWSb * chore: standardize all 15 blog posts for consistency Apply unified style guide across all local blog posts: - Fix copyright year 2025 -> 2026 in all footers - Remove inline styles from explore-components-banner (use CSS classes) - Standardize CTA text to "800+" and relative links - Fix OG tag prefix og:article: -> article: (code-reviewer) - Fix www.aitmpl.com -> aitmpl.com in OG/Twitter/structured data - Fix cover image absolute URLs to relative paths (e2b, nextjs) - Standardize Mermaid theme to orange #F97316 (heygen) - Fix author name to "Claude Code Templates" (neon-complete) - Add missing explore-components-banner (security-hooks, vercel-monitor, hackathon) - Add missing callout boxes (info-box, success-box) where absent - Standardize CodeCopy JS and MarkdownCopier across posts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: add worktree commands and blog post for parallel development Add 4 worktree slash commands for git worktree lifecycle management: - /worktree-init: create parallel worktrees from task descriptions - /worktree-check: show current worktree status and task - /worktree-deliver: commit, push, and create PR - /worktree-cleanup: remove merged worktrees and branches Add blog post explaining the Skill + Commands architecture pattern where a discoverable Skill (worktree-guide) orchestrates manual Commands for execution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: ignore settings.local.json in all subdirectories Change .claude/settings.local.json to **/settings.local.json to cover nested paths like docs/.claude/settings.local.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add missing allowed-tools to worktree commands - worktree-cleanup: add Bash(grep:*) for merge check commands - worktree-init: add Bash(sed:*) for branch name detection Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>