← all tags
Apr 09, 2026·9 min read
How copilot_here filters Docker requests through a socket broker
Why I built a brokered Docker socket instead of sharing the raw one, how the two-phase request inspection works, and the limits of those checks.
copilot_hereDockerSecurity+1 more
Nov 14, 2025·7 min read
Adding implementation plans and snapshots to ADRs
How to add expected implementation touchpoints or a snapshot of the implemented pattern to an Architecture Decision Record, with a caching example.
ArchitectureDocumentationADR+4 more
Aug 05, 2025·10 min read
Architecting C# Domain Models for Human and AI Collaboration
I went down a rabbit hole of extreme encapsulation in C# only to find a more pragmatic path. Discover the journey from a complex domain model to a simpler one that provides powerful guardrails for AI development tools like GitHub Copilot.
C#Domain-Driven DesignArchitecture+3 more