@teambit/harmony.content.cli-reference 2.0.1004 → 2.0.1005

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.141'
2
+ description: 'Bit command synopses. Bit version: 1.13.142'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1857,6 +1857,11 @@
1857
1857
  "c",
1858
1858
  "current-dir",
1859
1859
  "create the new workspace in current directory (default is to create a new directory, inside the current dir)"
1860
+ ],
1861
+ [
1862
+ "",
1863
+ "agent [type]",
1864
+ "create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md)"
1860
1865
  ]
1861
1866
  ],
1862
1867
  "description": "create a new Bit workspace from a template",
@@ -5188,6 +5193,11 @@
5188
5193
  "",
5189
5194
  "skip-interactive",
5190
5195
  "skip interactive mode for Git repositories"
5196
+ ],
5197
+ [
5198
+ "",
5199
+ "agent [type]",
5200
+ "create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md)"
5191
5201
  ]
5192
5202
  ],
5193
5203
  "description": "initialize a Bit workspace in an existing project",
package/cli-reference.mdx CHANGED
@@ -1210,6 +1210,7 @@ supports various reset options to recover from corrupted state or restart from s
1210
1210
  | `--shared <groupname>` | `-s` | add group write permissions to a scope properly |
1211
1211
  | `--external-package-manager` | | enable external package manager mode (npm/yarn/pnpm) |
1212
1212
  | `--skip-interactive` | | skip interactive mode for Git repositories |
1213
+ | `--agent [type]` | | create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md) |
1213
1214
 
1214
1215
  ---
1215
1216
 
@@ -1942,6 +1943,7 @@ installs dependencies and configures the workspace for immediate development.
1942
1943
  | `--empty` | `-e` | skip template's default component creation (relevant for templates that add components by default) |
1943
1944
  | `--load-from <path-to-template>` | | local path to the workspace containing the template. Helpful during a development of a workspace-template |
1944
1945
  | `--current-dir` | `-c` | create the new workspace in current directory (default is to create a new directory, inside the current dir) |
1946
+ | `--agent [type]` | | create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md) |
1945
1947
 
1946
1948
  ---
1947
1949
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.141'
2
+ description: 'Bit command synopses. Bit version: 1.13.142'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1857,6 +1857,11 @@
1857
1857
  "c",
1858
1858
  "current-dir",
1859
1859
  "create the new workspace in current directory (default is to create a new directory, inside the current dir)"
1860
+ ],
1861
+ [
1862
+ "",
1863
+ "agent [type]",
1864
+ "create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md)"
1860
1865
  ]
1861
1866
  ],
1862
1867
  "description": "create a new Bit workspace from a template",
@@ -5188,6 +5193,11 @@
5188
5193
  "",
5189
5194
  "skip-interactive",
5190
5195
  "skip interactive mode for Git repositories"
5196
+ ],
5197
+ [
5198
+ "",
5199
+ "agent [type]",
5200
+ "create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md)"
5191
5201
  ]
5192
5202
  ],
5193
5203
  "description": "initialize a Bit workspace in an existing project",
@@ -2509,7 +2509,9 @@ function _createMdxContent(props) {
2509
2509
  children: "--external-package-manager"
2510
2510
  }), " | | enable external package manager mode (npm/yarn/pnpm) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
2511
2511
  children: "--skip-interactive"
2512
- }), " | | skip interactive mode for Git repositories |"]
2512
+ }), " | | skip interactive mode for Git repositories |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
2513
+ children: "--agent [type]"
2514
+ }), " | | create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md) |"]
2513
2515
  }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
2514
2516
  children: "install"
2515
2517
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
@@ -3979,7 +3981,9 @@ function _createMdxContent(props) {
3979
3981
  children: "--current-dir"
3980
3982
  }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
3981
3983
  children: "-c"
3982
- }), " | create the new workspace in current directory (default is to create a new directory, inside the current dir) |"]
3984
+ }), " | create the new workspace in current directory (default is to create a new directory, inside the current dir) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
3985
+ children: "--agent [type]"
3986
+ }), " | | create an AI agent instructions file. options: claude, cursor, copilot (default: AGENTS.md) |"]
3983
3987
  }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
3984
3988
  children: "npmrc"
3985
3989
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {