@thecraftlab/pipecraft-skill 0.47.10 → 0.47.19

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/SKILL.md +8 -8
  2. package/package.json +3 -3
package/SKILL.md CHANGED
@@ -83,14 +83,14 @@ domains:
83
83
 
84
84
  ### Optional Fields
85
85
 
86
- | Field | Type | Default | Purpose |
87
- | -------------------- | ------------- | -------- | --------------------------------------------------------- |
88
- | `autoPromote` | bool/object | `false` | Auto-promote between branches |
89
- | `mergeMethod` | string/object | `auto` | `merge`, `squash`, `rebase` |
90
- | `actionSourceMode` | string | `local` | `local`, `remote`, `source` |
91
- | `actionVersion` | string | `v1` | Version for remote actions |
92
- | `versioning.enabled` | bool | - | Enable release-it versioning |
93
- | `semver.bumpRules` | object | built-in | Commit type → bump size, e.g. `feat: minor`, `fix: patch` |
86
+ | Field | Type | Default | Purpose |
87
+ | -------------------- | ------------- | -------- | -------------------------------------------------------------- |
88
+ | `autoPromote` | bool/object | `false` | Merge promotion PRs without a person; `false` still opens them |
89
+ | `mergeMethod` | string/object | `auto` | `merge`, `squash`, `rebase` |
90
+ | `actionSourceMode` | string | `local` | `local`, `remote`, `source` |
91
+ | `actionVersion` | string | `v1` | Version for remote actions |
92
+ | `versioning.enabled` | bool | - | Enable release-it versioning |
93
+ | `semver.bumpRules` | object | built-in | Commit type → bump size, e.g. `feat: minor`, `fix: patch` |
94
94
 
95
95
  ### Domain Configuration
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecraftlab/pipecraft-skill",
3
- "version": "0.47.10",
3
+ "version": "0.47.19",
4
4
  "description": "Agent skill for Pipecraft, the trunk-based CI/CD workflow generator for GitHub Actions",
5
5
  "keywords": [
6
6
  "pipecraft",
@@ -19,7 +19,7 @@
19
19
  "homepage": "https://pipecraft.thecraftlab.dev",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/the-craftlab/pipecraft.git",
22
+ "url": "https://github.com/the-craftlab/pipecraft.git",
23
23
  "directory": "skills/pipecraft-cli"
24
24
  },
25
25
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "bin.js"
37
37
  ],
38
38
  "dependencies": {
39
- "pipecraft": "0.47.10"
39
+ "pipecraft": "0.47.19"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18.0.0"