Description
The ui/package.json has "name": "orbit" while the main README and CONTRIBUTING refer to the app as the "reference UI" or part of stellar-agent-kit. This naming mismatch can confuse contributors (e.g. which script or workspace to use) and is inconsistent with the rest of the repo branding.
Steps to reproduce
- Open
ui/package.json and note the name field
- Open
README.md and search for "reference UI" and "orbit"
Expected
Package name and documentation consistently refer to the same app (e.g. "stellar-agent-kit-ui" or "orbit" documented everywhere).
Actual
Package is named "orbit"; README and CONTRIBUTING say "reference UI" and do not mention "orbit" in the main install/run instructions.
Description
The
ui/package.jsonhas"name": "orbit"while the main README and CONTRIBUTING refer to the app as the "reference UI" or part of stellar-agent-kit. This naming mismatch can confuse contributors (e.g. which script or workspace to use) and is inconsistent with the rest of the repo branding.Steps to reproduce
ui/package.jsonand note thenamefieldREADME.mdand search for "reference UI" and "orbit"Expected
Package name and documentation consistently refer to the same app (e.g. "stellar-agent-kit-ui" or "orbit" documented everywhere).
Actual
Package is named "orbit"; README and CONTRIBUTING say "reference UI" and do not mention "orbit" in the main install/run instructions.