You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: introduces the new home for the social controllers (#8321)
## Explanation
This PR adds a new package @metamask/social-controllers to serve as the
home for social related controllers (e.g. leaderboard and
follow-trading).
Subsequent PRs will add the actual controllers implementations.
Added team-social-ai as the owner in teams.json
Updated .github/CODEOWNERS
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain?
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so?
* If you had to upgrade a dependency, why did you do so?
-->
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: adds a new package scaffold and updates repo metadata/build
references, with no production logic changes beyond a placeholder export
and test.
>
> **Overview**
> Introduces a new `@metamask/social-controllers` package as the new
home for social-related controllers, including initial TS
build/test/docs configuration and a placeholder `greeter` export with a
Jest test.
>
> Wires the package into the monorepo by updating root `tsconfig`
references, `yarn.lock`, the root `README` package list/dependency
graph, and adds ownership metadata in `.github/CODEOWNERS` and
`teams.json` (owned by `@MetaMask/social-ai`).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6b0e623. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
0 commit comments