docs: add ADR 006 documenting VEDA2 architecture refactor#1952
Merged
Conversation
- Add comprehensive ADR documenting 2024 VEDA2 work - Capture current hybrid state (legacy + VEDA2 patterns) - Reference implementation PRs and strategic discussions - Update ARCHITECTURE.md to link to new ADR
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
For more context, I created this ADR after @ifsimicoded raised questions about VEDA2 in #1950 (comment). I was only partially involved in that refactor effort, so it would be great to get feedback from current team member more directly engaged at the time, which I think are @aboydnw, @dzole0311, and @snmln. |
ifsimicoded
approved these changes
Dec 11, 2025
Contributor
ifsimicoded
left a comment
There was a problem hiding this comment.
Thank you so much for this @vgeorge! This sums up so much that I circuitously arrived at over weeks -- months! It's great to have links to core issues and PRs
Contributor
Author
|
Thanks for the review, Simi! I'll merge this and we can update if the need arises. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add ADR 006 to document the VEDA2 architecture work executed in 2024. This captures the current hybrid state of the VEDA UI library and provides context for future architectural decisions.
Changes
New ADR:
docs/adr/006-veda2-architecture-refactor.mdUpdated:
docs/development/ARCHITECTURE.mdContext
This documentation addresses the confusion around the "veda2" term that appears in code comments and discussions. It serves as a permanent record of:
The ADR follows the established format and is positioned as ADR 006 to account for pending ADRs (004-005).
Files Changed
docs/adr/006-veda2-architecture-refactor.md(new)docs/development/ARCHITECTURE.md(updated)