react-brain 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-brain",
3
- "version": "0.7.6",
4
- "description": "Engineering decisions for React & React Native, with receipts — a continuously verified decision corpus, plus doctor (repo analysis, ranked priorities), migrate (sequenced upgrade plans), review (CI diff gate), map (repo pinboard for agents), and a 9-tool MCP server. Official alias of @heart-it/react-brain.",
3
+ "version": "0.7.7",
4
+ "description": "Engineering decisions for React & React Native, with receipts — a continuously verified corpus with doctor (repo analysis), migrate (upgrade plans), review (CI gate), and an MCP server for agents. Official alias of @heart-it/react-brain.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "react-brain": "cli.mjs"
@@ -11,7 +11,7 @@
11
11
  "README.md"
12
12
  ],
13
13
  "dependencies": {
14
- "@heart-it/react-brain": "^0.7.6"
14
+ "@heart-it/react-brain": "^0.7.7"
15
15
  },
16
16
  "homepage": "https://heart-it.github.io/react-brain/",
17
17
  "repository": {