Version control the spec. Not just the code.
If the spec is the source of truth, your app can be built from scratch, rebuilt or refactored. By AI that knows exactly what you intended.
This is the spec-driven development Kiro @kirodotdev trying to bring. You start with intent, not code. Record what features does, why it was built that way, the architecture decisions behind it. All living under the specs folder. Only then AI start building.
It reminded me of something my senior used to drill into me. "Don't just write what you did in the pull request and commit message, write why you did it."
Everyone is busy building and deploying.
But the real game starts when production breaks.
Will a BlastMap agent help?
An agent that proactively builds a live blast map from existing infrastructure, dependencies, and incoming changes. So when something fails, you instantly know what's affected, and where to focus first.
Kiro-ing ...
Ethereum Attestation Service (EAS) runs on 2 smart contracts:
SchemaRegistry: register the shape of data
EAS: sign and store attestations
That's the entire protocol.
Just infrastructure.