Conversation
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.
Motivation
Description
crates/aoxchub/OPERATOR_BLUEPRINT.md) and a repository-level full product specification (docs/AOXCHUB_FULL_SPEC.md) and wired a small README note linking the blueprint.commandscatalog with multiple AOXC command specs (chain/genesis/node/network/wallet/tx/stake/runtime/audit) and grouped UI/Make targets for environment-scoped operations.InstalledVersionsandDashboardSnapshottypes and added adashboardfield toHubStateViewindomain, and implementeddashboard_snapshotbuilder inservicesto populate the dashboard state.is_command_allowednow looks up command specs and enforces environment-specific restrictions for mainnet/testnet and high-risk commands, and addedpolicy_notegeneration.dashboard.cssand included it in the embedded assets, updatedindex.htmlto add a Dashboard view, and extendedapp.jsto render dashboard metrics, versions, recent activity and quick actions and to hook rendering into UI lifecycle.ui-assets/css/dashboard.cssand imported it inapp.css.tests/catalog_tests.rs, newtests/policy_tests.rs, updatedtests/status_tests.rs).Testing
aoxchubcrate withcargo testwhich exercisescatalog_tests,policy_tests, andstatus_tests; all tests completed successfully.cargo buildfor the crate; build succeeded.Codex Task