docs: update frontend design guidelines#610
Open
potter-sun wants to merge 1 commit intodevfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## dev #610 +/- ##
=======================================
Coverage 72.01% 72.02%
=======================================
Files 1255 1255
Lines 90723 90723
Branches 11877 11877
=======================================
+ Hits 65338 65343 +5
+ Misses 20703 20699 -4
+ Partials 4682 4681 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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
docs/canon/frontend-design.mdinto a Console Web design baseline that covers product positioning, page models, CQRS/Observation/ReadModel UI semantics, frontend dependency boundaries, state display standards, responsive priorities, and validation requirementsdocs/discussions/2026-05-11-frontend-architecture-discussion.mdas a PM-oriented team discussion doc for Console Web frontend design, navigation, page responsibilities, data contracts, shared components, priorities, and success metricsWhy
The Console Web design guidance needs to describe more than visual style. Aevatar's frontend has to help users understand and operate AI Teams without leaking backend internals or faking consistency. This PR aligns frontend guidance with Team / Member / Service / Run / Governance workflows and makes the frontend contract around commands, observations, and read models explicit.
Impact
Validation
bash tools/docs/lint.shgit diff --checkgit diff --cached --check