Claude Code Auto Mode: What Still Needs a Human

albertoarena.it - submitted by Alberto Arena

On August 14 auto mode becomes the default in Claude Code. Anthropic's own test found it catches 89% of dangerous commands versus 13.6% for human reviewers, and still calls it not risk-free. This is the practical playbook: the permission rules, the PreToolUse hook that blocks a push on red tests, and the review habits that keep it honest, with the actual config.

Read more [albertoarena.it]

Why we need cross-CMS conferences?

maciekpalmowski.dev - submitted by Maciek Palmowski

Every CMS tribe (WordPress, Drupal, Statamic, Sanity, pick your poison) has quietly cracked problems the others don't even know exist, but none of that wisdom leaks out because everyone's heads-down in their own bubble. AI just torched the cost of switching stacks, so staying fluent in only one CMS dialect isn't cozy anymore; it's a liability.

Read more [maciekpalmowski.dev]

Laravel Truss 1.6: theme the dashboard and export your schema

albertoarena.it - submitted by Alberto Arena

Laravel Truss 1.6 lets you theme the dashboard to match your app: your own palette under truss.theme, light and dark, with a live theme builder. It also adds truss:export, which writes your database structure to DBML, JSON, CSV, Markdown, or Mermaid, with a --check flag that fails CI when a committed schema file drifts. Structure only, never row data.

Read more [albertoarena.it]