@cometchat/skills-cli 2.0.3 → 2.0.4

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 (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -593,8 +593,8 @@ var ALL_EXPERIENCES = [
593
593
  {
594
594
  id: 1,
595
595
  slug: "conversation-list",
596
- name: "Conversation List + Message View",
597
- description: "Two-panel layout. Left: list of all conversations. Right: message thread for the selected conversation. Best when users browse and switch between multiple conversations.",
596
+ name: "Multi-conversation",
597
+ description: "Users switch between threads. Two-panel: conversation list + active thread (header, message list, composer). Messaging apps, team chat, inboxes.",
598
598
  default_placement: "dedicated-route",
599
599
  files_touched: 5,
600
600
  components_required: [
@@ -608,8 +608,8 @@ var ALL_EXPERIENCES = [
608
608
  {
609
609
  id: 2,
610
610
  slug: "one-to-one",
611
- name: "One-to-One Chat",
612
- description: "Single message window with a hardcoded user or group. No conversation list. Best for customer support widgets or matched-pair chat.",
611
+ name: "Single thread",
612
+ description: "One chat window for two known users or a group. Header + message list + composer, no conversation list. Support widgets, marketplace chat, embedded consult.",
613
613
  default_placement: "dedicated-route",
614
614
  files_touched: 4,
615
615
  components_required: [
@@ -622,8 +622,8 @@ var ALL_EXPERIENCES = [
622
622
  {
623
623
  id: 3,
624
624
  slug: "tab-based",
625
- name: "Tab-Based Chat",
626
- description: "Left panel has a tab bar (Chats / Calls / Users / Groups). Each tab shows the corresponding CometChat list. Right panel shows messages for selected conversation. Best for full-featured messenger-style apps.",
625
+ name: "Full messenger",
626
+ description: "Bottom tab bar: Chats / Calls / Users / Groups. Users browse, start conversations, make calls. Social apps, community platforms, dating.",
627
627
  default_placement: "dedicated-route",
628
628
  files_touched: 7,
629
629
  components_required: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/skills-cli",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "CLI for the CometChat skills v2 architecture — detect, view, apply, verify CometChat integrations in React projects.",
5
5
  "type": "module",
6
6
  "license": "MIT",