spine-framework-cortex 0.2.0 → 0.2.1
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/package.json +1 -1
- package/seed/link-types.json +0 -4
- package/seed/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spine-framework-cortex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Cortex — AI-powered support, CRM, and knowledge base app for Spine Framework",
|
|
6
6
|
"keywords": ["spine-framework", "crm", "support", "knowledge-base", "community"],
|
package/seed/link-types.json
CHANGED
|
@@ -3,16 +3,12 @@
|
|
|
3
3
|
"slug": "tagged_with",
|
|
4
4
|
"name": "Tagged With",
|
|
5
5
|
"description": "Generic tag relationship between items",
|
|
6
|
-
"source_kind": "item",
|
|
7
|
-
"target_kind": "item",
|
|
8
6
|
"is_active": true
|
|
9
7
|
},
|
|
10
8
|
{
|
|
11
9
|
"slug": "analyzed_by",
|
|
12
10
|
"name": "Analyzed By",
|
|
13
11
|
"description": "Item analyzed by another item (e.g., ticket analyzed by AI)",
|
|
14
|
-
"source_kind": "item",
|
|
15
|
-
"target_kind": "item",
|
|
16
12
|
"is_active": true
|
|
17
13
|
}
|
|
18
14
|
]
|
package/seed/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spine-framework-cortex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Cortex — AI-powered support, CRM, and knowledge base app for Spine Framework",
|
|
6
6
|
"keywords": ["spine-framework", "crm", "support", "knowledge-base", "community"],
|