spine-framework-cortex 0.1.10 → 0.1.11
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# spine-framework-cortex
|
|
2
2
|
|
|
3
|
-
**We're building Spine in the open.** The source is visible, the roadmap is public, and we share what we learn along the way. That said, Spine is not open source — commercial use requires a license. See [LICENSE.md](./LICENSE.md) for details.
|
|
3
|
+
**We're building Spine Framework in the open.** The source is visible, the roadmap is public, and we share what we learn along the way. That said, Spine Framework is not open source — commercial use requires a license. See [LICENSE.md](./LICENSE.md) for details.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ Cortex is an AI-powered internal workspace app for Spine Framework. It gives you
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
11
11
|
- [Spine Framework](https://www.npmjs.com/package/spine-framework) `>=0.1.0`
|
|
12
|
-
- A Spine project initialized with `npx spine-framework init`
|
|
12
|
+
- A Spine Framework project initialized with `npx spine-framework init`
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ Cortex is an AI-powered internal workspace app for Spine Framework. It gives you
|
|
|
17
17
|
npx spine-framework install-app spine-framework-cortex@latest
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
This seeds the required roles, types, and configuration into your database and registers the app with Spine's navigation system.
|
|
20
|
+
This seeds the required roles, types, and configuration into your database and registers the app with Spine Framework's navigation system.
|
|
21
21
|
|
|
22
22
|
## Features
|
|
23
23
|
|
package/package.json
CHANGED