agentloopkit 0.24.3 → 0.24.4
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,8 +52,8 @@ npx agentloopkit init
|
|
|
52
52
|
Pin the current version when you need repeatable CI or team setup:
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
|
-
npx --yes agentloopkit@0.24.
|
|
56
|
-
npx --yes agentloopkit@0.24.
|
|
55
|
+
npx --yes agentloopkit@0.24.4 version
|
|
56
|
+
npx --yes agentloopkit@0.24.4 init
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
Run the CLI after install:
|
|
@@ -384,7 +384,7 @@ See `docs/ci-summary.md`.
|
|
|
384
384
|
```bash
|
|
385
385
|
agentloop release-notes
|
|
386
386
|
agentloop release-notes --from v0.19.0 --to HEAD
|
|
387
|
-
agentloop release-notes --release-version 0.24.
|
|
387
|
+
agentloop release-notes --release-version 0.24.4
|
|
388
388
|
agentloop release-notes --json
|
|
389
389
|
agentloop release-notes --write
|
|
390
390
|
```
|
|
@@ -450,7 +450,7 @@ Use `agentloop check-gates --strict` as a review-evidence gate in pull request C
|
|
|
450
450
|
|
|
451
451
|
CI-generated verification reports include GitHub Actions provenance when available, so reviewers can trace an artifact back to the workflow run that created it.
|
|
452
452
|
|
|
453
|
-
See `docs/github-actions.md`, `examples/github-actions/`, `examples/gitlab-ci/`, and `examples/buildkite/` for copy-pasteable workflows. Pin `agentloopkit@0.24.
|
|
453
|
+
See `docs/github-actions.md`, `examples/github-actions/`, `examples/gitlab-ci/`, and `examples/buildkite/` for copy-pasteable workflows. Pin `agentloopkit@0.24.4` or a newer vetted release when reproducibility matters.
|
|
454
454
|
|
|
455
455
|
## PR Summaries
|
|
456
456
|
|