trace-to-skill 0.1.74 → 0.1.75

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/README.md CHANGED
@@ -500,7 +500,7 @@ jobs:
500
500
  issues: write
501
501
  steps:
502
502
  - uses: actions/checkout@v5
503
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.74
503
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.75
504
504
  with:
505
505
  mode: all
506
506
  doctor-threshold: "85"
@@ -549,7 +549,7 @@ Composite action usage:
549
549
 
550
550
  ```yaml
551
551
  - id: trace-to-skill
552
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.74
552
+ uses: grnbtqdbyx-create/trace-to-skill@v0.1.75
553
553
  with:
554
554
  mode: all
555
555
  doctor-threshold: "85"
@@ -591,7 +591,7 @@ Action outputs:
591
591
 
592
592
  By default, generated reports are also appended to the GitHub Actions Job Summary. Set `job-summary: "false"` to disable that UI output.
593
593
 
594
- Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.74` executes that release's checked-out source instead of pulling the default branch at runtime.
594
+ Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.75` executes that release's checked-out source instead of pulling the default branch at runtime.
595
595
 
596
596
  ## Codex Skill
597
597
 
@@ -3,7 +3,7 @@
3
3
  | Field | Value |
4
4
  | --- | --- |
5
5
  | Repository | https://github.com/grnbtqdbyx-create/trace-to-skill |
6
- | Package | trace-to-skill@0.1.74 |
6
+ | Package | trace-to-skill@0.1.75 |
7
7
  | License | Apache-2.0 |
8
8
  | Codex readiness | ready (100/100) |
9
9
  | Benchmark | pass, 33 cases |
@@ -27,7 +27,7 @@ API credits would power optional maintainer workflows on top of the local determ
27
27
  ## Evidence
28
28
 
29
29
  - Public repository: https://github.com/grnbtqdbyx-create/trace-to-skill
30
- - One-command package: npx trace-to-skill@0.1.74
30
+ - One-command package: npx trace-to-skill@0.1.75
31
31
  - Open-source license: Apache-2.0
32
32
  - Codex readiness doctor: ready, 100/100, 0 failed checks.
33
33
  - Public fixture benchmark: pass, 33 cases.
package/docs/USE_CASES.md CHANGED
@@ -53,7 +53,7 @@ What it proves:
53
53
  Recommended CI surface:
54
54
 
55
55
  ```yaml
56
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.74
56
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.75
57
57
  with:
58
58
  mode: all
59
59
  doctor-threshold: "85"
package/llms.txt CHANGED
@@ -108,7 +108,7 @@ npx trace-to-skill init --comment --sarif
108
108
  ## GitHub Action
109
109
 
110
110
  ```yaml
111
- - uses: grnbtqdbyx-create/trace-to-skill@v0.1.74
111
+ - uses: grnbtqdbyx-create/trace-to-skill@v0.1.75
112
112
  with:
113
113
  mode: all
114
114
  doctor-threshold: "85"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace-to-skill",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "Turn failed AI coding-agent runs into reusable AGENTS.md rules, SKILL.md files, and eval evidence.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",