What does this offer over a decent orchestration layer and a… prompt?
samiahmadkhan•4h ago
This is for multi file codebases written across multiple sessions/prompts.
Prompts help guide generation, but they don’t guarantee consistency over time.
VibeDrift checks the codebase itself and flags where files contradict each other.
Probably overkill for a weekend project, but shows up fast as things grow.
I’d suggest you give it a try and let me know your feedback.
_zer0c00l_•2h ago
I think CodeRabbit/others do this already? They learn from your code base/previous PRs, then use that in the future. I built a mini PoC of this a few weeks ago as well, out of curiosity
rajsrivastava•1h ago
How it is different then Claude code auto memory? I mean we can also store marker in claude code memory and ask drift anytime.
thepasch•4h ago
samiahmadkhan•4h ago
Prompts help guide generation, but they don’t guarantee consistency over time.
VibeDrift checks the codebase itself and flags where files contradict each other.
Probably overkill for a weekend project, but shows up fast as things grow.
I’d suggest you give it a try and let me know your feedback.