Tag: architecture
All the articles with the tag "architecture".
-
Documentation-Driven Migration: A Strategy for AI-Assisted Codebase Restructuring
How I used Claude to refactor a 170k-line Next.js codebase in two weeks. The doc-driven strategy, ESLint enforcement, and what I'd change next time.
-
Hook-Based Context Injection for AI Coding Agents
A three-tier system that keeps AI coding agents aligned with your project's conventions through hot memory (always loaded), cold memory (injected on demand), and runtime enforcement (blocking violations after every edit). Agent-agnostic.