Description
The root package.json has "name": "stellar-devkit" while the README, npm package, and public branding use "stellar-agent-kit". This can cause confusion in workspace resolution, scripts, and when referring to the repo in docs or issues.
Steps to reproduce
- Open root
package.json and note the name field
- Open
README.md and search for "stellar-agent-kit" and "stellar-devkit"
Expected
Root package name and public naming are consistent (e.g. both "stellar-agent-kit" or both aligned to the same product name).
Actual
Root package is named "stellar-devkit"; README and npm package are "stellar-agent-kit".
Description
The root
package.jsonhas"name": "stellar-devkit"while the README, npm package, and public branding use "stellar-agent-kit". This can cause confusion in workspace resolution, scripts, and when referring to the repo in docs or issues.Steps to reproduce
package.jsonand note thenamefieldREADME.mdand search for "stellar-agent-kit" and "stellar-devkit"Expected
Root package name and public naming are consistent (e.g. both "stellar-agent-kit" or both aligned to the same product name).
Actual
Root package is named "stellar-devkit"; README and npm package are "stellar-agent-kit".