DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
60% Positive
Analyzed from 507 words in the discussion.
Trending Topics
#code#different#codebase#prs#vibedrift#files#drift#memory#file#project

Discussion (12 Comments)Read Original on HackerNews
This is what my vibe coded PoC did - it just used GitHub API to go through the last X merged PRs, see the diffs and all discussions and create a document based on that - the developer manifesto kind of, a set of preferences and rules for this dev team. Then, use this manifesto as context whenever reviewing new PRs
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.