arashi 1.32.1 → 1.33.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arashi",
3
- "version": "1.32.1",
3
+ "version": "1.33.0",
4
4
  "description": "Git worktree manager for meta-repositories - The eye of the storm for your development workflow",
5
5
  "keywords": [
6
6
  "cli",
@@ -26,7 +26,7 @@
26
26
  "type": "string"
27
27
  },
28
28
  "baseBranch": {
29
- "description": "Workspace base branch shared by configured create and clone",
29
+ "description": "Workspace base branch shared by configured base-aware commands",
30
30
  "minLength": 1,
31
31
  "pattern": "^(?!HEAD$)(?!origin/(?:HEAD$|-))(?![-/.])(?!.*(?:/\\.|//|\\.\\.|@\\{))(?!.*\\.lock(?:/|$))(?!.*[/.]$)[^\\u0000-\\u0020\\u007F~^:?*\\[\\\\]+$",
32
32
  "type": "string"
@@ -98,12 +98,6 @@
98
98
  "CreateCommandDefaults": {
99
99
  "additionalProperties": false,
100
100
  "properties": {
101
- "baseBranch": {
102
- "description": "Default base branch for configured create invocations",
103
- "minLength": 1,
104
- "pattern": "^(?!HEAD$)(?!origin/(?:HEAD$|-))(?![-/.])(?!.*(?:/\\.|//|\\.\\.|@\\{))(?!.*\\.lock(?:/|$))(?!.*[/.]$)[^\\u0000-\\u0020\\u007F~^:?*\\[\\\\]+$",
105
- "type": "string"
106
- },
107
101
  "launch": {
108
102
  "$ref": "#/definitions/CreateLaunchMode",
109
103
  "description": "Post-create launch choice; omitted preserves built-in no-launch behavior"
@@ -223,7 +217,7 @@
223
217
  "description": "Meta-repository-specific configuration.",
224
218
  "properties": {
225
219
  "baseBranch": {
226
- "description": "Meta-repository-specific base branch for configured create",
220
+ "description": "Meta-repository-specific base branch for configured base-aware commands",
227
221
  "minLength": 1,
228
222
  "pattern": "^(?!HEAD$)(?!origin/(?:HEAD$|-))(?![-/.])(?!.*(?:/\\.|//|\\.\\.|@\\{))(?!.*\\.lock(?:/|$))(?!.*[/.]$)[^\\u0000-\\u0020\\u007F~^:?*\\[\\\\]+$",
229
223
  "type": "string"
@@ -236,7 +230,7 @@
236
230
  "description": "Configuration for a single repository",
237
231
  "properties": {
238
232
  "baseBranch": {
239
- "description": "Repository-specific base branch for configured create and clone",
233
+ "description": "Repository-specific base branch for configured base-aware commands",
240
234
  "minLength": 1,
241
235
  "pattern": "^(?!HEAD$)(?!origin/(?:HEAD$|-))(?![-/.])(?!.*(?:/\\.|//|\\.\\.|@\\{))(?!.*\\.lock(?:/|$))(?!.*[/.]$)[^\\u0000-\\u0020\\u007F~^:?*\\[\\\\]+$",
242
236
  "type": "string"