У нас вы можете посмотреть бесплатно Using my updated Claude.MD and AI Agents in my dotfiles to add a new feature, using TDD and ATDD или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I demonstrate how AI coding agents can maintain strict TDD discipline and architectural consistency across a monorepo through well-crafted CLAUDE.md instructions. 🎯 What We Built: • Regex support for request matching in Scenarist (MSW-based testing library) • 5 string matching strategies (equals, contains, startsWith, endsWith, regex) • Test parity across 3 different architectures (Next.js App Router, Pages Router, Express) • 27 new tests achieving 100% coverage 🏗 What Makes This Special: • Strict TDD discipline enforced through CLAUDE.md guidelines • Functional refactoring following explicit code style principles • Real-time debugging and problem-solving with AI • Documentation-first approach for all new features • Hexagonal architecture maintained throughout 📚 Repository Showcased: • Main Project: github.com/citypaul/scenarist • CLAUDE.MD Framework: github.com/citypaul/.dotfiles 🔑 Key Learnings: • How to structure CLAUDE.md for consistent AI behavior • Maintaining test parity across multiple architectures • Functional programming patterns (data-driven config, higher-order functions) • Code refactoring without breaking existing tests • Documentation as part of "done" ⚙ Technical Highlights: • Test-Driven Development (RED-GREEN-REFACTOR cycle) • Hexagonal (Ports & Adapters) Architecture • TypeScript strict mode throughout • ReDoS protection for regex patterns • Turborepo monorepo management 📊 Results: • 291/291 total tests passing • Complete documentation coverage • Zero backward compatibility breaks 👨💻 Tools Used: • Claude Code (claude.ai/code) • Custom AI agents (TDD Guardian, WIP Guardian) • CLAUDE.md instruction framework • MSW (Mock Service Worker) • Playwright + Vitest 💡 This video demonstrates how well-structured AI instructions can maintain code quality, architectural patterns, and testing discipline at scale - proving that AI can be a reliable pair programming partner when given clear guidelines. My dotfiles repo, containing these rules and agents: https://github.com/citypaul/.dotfiles #AI #TDD #TestDrivenDevelopment #TypeScript #SoftwareEngineering #ClaudeAI #ClaudeCode #MSW #Testing #HexagonalArchitecture #Monorepo