Draft
Conversation
Introduce a comprehensive STORMCOM_FEATURES_DOCUMENTATION.md generated from a full codebase review. The new doc captures platform overview, architecture diagrams, database entity map, a detailed feature catalog (authentication, multi-tenancy, products, orders, payments, subscriptions, integrations, webhooks, notifications, analytics, etc.), user stories, data flow diagrams, and API/role summaries to serve as a single-source reference for product and engineering teams. Also include a minor update to package.json (dependency/scripts change) alongside the documentation add.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This pull request introduces several updates across dependencies, documentation, static assets, and UI examples. The most significant change is the addition of a comprehensive agent guide for autonomous coding agents working on the StormCom-Hub/stormcomui repository, outlining strict architectural, workflow, and documentation requirements. Additionally, the pull request updates key dependencies, adds a new asset manifest, and introduces a new HTML UI example.
Key changes:
Documentation & Process
tailwind-css-prebuild-ui-themes/AGENT.md.txt, a detailed guide for autonomous/semi-autonomous agents contributing to the repository. It covers architecture, mandatory use of MCP tools for fetching latest documentation, multi-tenancy, service-layer patterns, UI conventions, and strict workflow/guardrails for all code changes.Dependency Updates
@tabler/icons-reactfrom^3.35.0to^3.37.1inpackage.jsonto bring in the latest icon features and fixes.eslintfrom^9to^10.0.1andeslint-config-nextfrom16.0.5to^12.0.4inpackage.json, ensuring compatibility and improved linting for Next.js 16 and React 19.Asset Management
tailwind-css-prebuild-ui-themes/assets.json, a manifest mapping UI theme assets (CSS, JS, images, fonts, favicons) to their hashed versions for cache-busting and asset integrity.UI Example
tailwind-css-prebuild-ui-themes/html/components/application-ui/application-shells/multi-column/constrained_three_column.html.