@teambit/harmony.content.cli-reference 2.0.734 → 2.0.735

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.12.88'
2
+ description: 'Bit command synopses. Bit version: 1.12.89'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4388,10 +4388,15 @@
4388
4388
  "",
4389
4389
  "consumer-project",
4390
4390
  "Generate rules for consumer projects that only use Bit components as packages"
4391
+ ],
4392
+ [
4393
+ "",
4394
+ "force-standard",
4395
+ "Use standard Bit rules template instead of Git-integrated template (even when .git exists)"
4391
4396
  ]
4392
4397
  ],
4393
4398
  "description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen",
4394
- "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
4399
+ "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.",
4395
4400
  "group": "ungrouped",
4396
4401
  "private": false,
4397
4402
  "arguments": [
package/cli-reference.mdx CHANGED
@@ -1676,17 +1676,18 @@ Creates or updates configuration files to integrate Bit MCP server with supporte
1676
1676
  **Usage**: `mcp-server rules [editor]`
1677
1677
 
1678
1678
  **Description**: Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen
1679
- Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.
1679
+ Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.
1680
1680
 
1681
1681
  | **Arg** | **Description** |
1682
1682
  | -------- | :---------------------------------------------------------------------------------------------: |
1683
1683
  | `editor` | Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline, claude-code |
1684
1684
 
1685
- | **Option** | **Option alias** | **Description** |
1686
- | -------------------- | :--------------: | ----------------------------------------------------------------------------- |
1687
- | `--global` | `-g` | Write rules to global configuration (default: workspace-specific) |
1688
- | `--print` | `-p` | Print rules content to screen instead of writing to file |
1689
- | `--consumer-project` | | Generate rules for consumer projects that only use Bit components as packages |
1685
+ | **Option** | **Option alias** | **Description** |
1686
+ | -------------------- | :--------------: | ------------------------------------------------------------------------------------------ |
1687
+ | `--global` | `-g` | Write rules to global configuration (default: workspace-specific) |
1688
+ | `--print` | `-p` | Print rules content to screen instead of writing to file |
1689
+ | `--consumer-project` | | Generate rules for consumer projects that only use Bit components as packages |
1690
+ | `--force-standard` | | Use standard Bit rules template instead of Git-integrated template (even when .git exists) |
1690
1691
 
1691
1692
  | **Option** | **Option alias** | **Description** |
1692
1693
  | --------------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------- |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.88'
2
+ description: 'Bit command synopses. Bit version: 1.12.89'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4388,10 +4388,15 @@
4388
4388
  "",
4389
4389
  "consumer-project",
4390
4390
  "Generate rules for consumer projects that only use Bit components as packages"
4391
+ ],
4392
+ [
4393
+ "",
4394
+ "force-standard",
4395
+ "Use standard Bit rules template instead of Git-integrated template (even when .git exists)"
4391
4396
  ]
4392
4397
  ],
4393
4398
  "description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen",
4394
- "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
4399
+ "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.",
4395
4400
  "group": "ungrouped",
4396
4401
  "private": false,
4397
4402
  "arguments": [
@@ -9126,7 +9126,7 @@ function MDXContent(_ref) {
9126
9126
  parentName: "p"
9127
9127
  }, "Description"), ": Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen", (0, _react2.mdx)("br", {
9128
9128
  parentName: "p"
9129
- }), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9129
+ }), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9130
9130
  parentName: "table"
9131
9131
  }, (0, _react2.mdx)("tr", {
9132
9132
  parentName: "thead"
@@ -9216,7 +9216,20 @@ function MDXContent(_ref) {
9216
9216
  }), (0, _react2.mdx)("td", {
9217
9217
  parentName: "tr",
9218
9218
  "align": null
9219
- }, "Generate rules for consumer projects that only use Bit components as packages")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9219
+ }, "Generate rules for consumer projects that only use Bit components as packages")), (0, _react2.mdx)("tr", {
9220
+ parentName: "tbody"
9221
+ }, (0, _react2.mdx)("td", {
9222
+ parentName: "tr",
9223
+ "align": null
9224
+ }, (0, _react2.mdx)("inlineCode", {
9225
+ parentName: "td"
9226
+ }, "--force-standard")), (0, _react2.mdx)("td", {
9227
+ parentName: "tr",
9228
+ "align": "center"
9229
+ }), (0, _react2.mdx)("td", {
9230
+ parentName: "tr",
9231
+ "align": null
9232
+ }, "Use standard Bit rules template instead of Git-integrated template (even when .git exists)")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9220
9233
  parentName: "table"
9221
9234
  }, (0, _react2.mdx)("tr", {
9222
9235
  parentName: "thead"