WeSearch

Trois semaines après avoir dit que mon CLAUDE.md s'écrivait tout seul, il a ajouté 4 règles sans moi

·10 min read · 0 reactions · 0 comments · 16 views
#ai#coding#productivity
Trois semaines après avoir dit que mon CLAUDE.md s'écrivait tout seul, il a ajouté 4 règles sans moi
TL;DR · WeSearch summary

The author reflects on the evolution of their CLAUDE.md file, which has autonomously added four new rules in three weeks. Initially, the author believed the file was a work in progress, but it has since adapted based on incidents encountered during development. This development highlights the practical implications of managing an AI-driven coding agent in a solo project environment.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3897818) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Michel Faure Posted on May 22 • Originally published at dev.to Trois semaines après avoir dit que mon CLAUDE.md s'écrivait tout seul, il a ajouté 4 règles sans moi #claudecode #productivity #ai #webdev Mon ERP avec Claude Code (19 Part Series) 1 Combien vaut 91 000 lignes produites avec Claude Code ? 2 RLS Supabase en prod : quatre pièges qui silencent tes requêtes ... 15 more parts...

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)