In the last video, we looked at why the contract.md file is the essential portable agreement for your project.
Today, we move from the agreement... to the enforcement.
The Problem: Context Drift
The theory is great. But in practice, as files get longer, AI agents can suffer from context drift. They start to forget the rules you established in the main contract.
That is where... Contract-Style Comments... come in.
Think of these as the guardrails that live directly inside your code. They aren't just for humans. They are anchors for the AI.
Lazy vs. Contract-Style
Let's look at a "lazy" comment ...


