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 +3 -3
- package/docs/OPENAI_OSS_BRIEF.md +2 -2
- package/docs/USE_CASES.md +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|
|
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
|
|
package/docs/OPENAI_OSS_BRIEF.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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
package/llms.txt
CHANGED
package/package.json
CHANGED