From 204392f98d11ccf579b8df2627e5c12230eebb4c Mon Sep 17 00:00:00 2001 From: Cobus Greyling Date: Sat, 13 Jun 2026 10:40:20 +0200 Subject: [PATCH] chore: bump npm package versions for metadata discoverability updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @cobusgreyling/loop-audit: 1.4.0 → 1.4.1 - @cobusgreyling/loop-init: 1.2.0 → 1.2.1 - @cobusgreyling/loop-cost: 1.0.1 → 1.0.2 Updated descriptions and keywords (from previous discoverability work) will now ship to npm on tag-triggered release. Also added changelog entry for loop-audit. --- tools/loop-audit/CHANGELOG.md | 5 +++++ tools/loop-audit/package.json | 2 +- tools/loop-cost/package.json | 2 +- tools/loop-init/package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/loop-audit/CHANGELOG.md b/tools/loop-audit/CHANGELOG.md index 9f121a7..f610aa9 100644 --- a/tools/loop-audit/CHANGELOG.md +++ b/tools/loop-audit/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `@cobusgreyling/loop-audit` are documented here. +## [1.4.1] - 2026-06-13 + +### Changed +- Updated package description and keywords for better discoverability on npm / npx (emphasizes "loop engineering", coding agents, and concrete usage examples). + ## [1.3.0] - 2026-06-09 ### Added diff --git a/tools/loop-audit/package.json b/tools/loop-audit/package.json index f7952ea..5c2f6b3 100644 --- a/tools/loop-audit/package.json +++ b/tools/loop-audit/package.json @@ -1,6 +1,6 @@ { "name": "@cobusgreyling/loop-audit", - "version": "1.4.0", + "version": "1.4.1", "description": "Loop engineering readiness auditor. Compute Loop Readiness Score (L0-L3), detect activity, and get actionable suggestions. npx @cobusgreyling/loop-audit . --suggest", "type": "module", "bin": { diff --git a/tools/loop-cost/package.json b/tools/loop-cost/package.json index 6c49d85..1d804df 100644 --- a/tools/loop-cost/package.json +++ b/tools/loop-cost/package.json @@ -1,6 +1,6 @@ { "name": "@cobusgreyling/loop-cost", - "version": "1.0.1", + "version": "1.0.2", "description": "Estimate token budgets and daily costs for loop engineering patterns. By cadence, readiness level (L1/L2/L3), and coding agent tool.", "type": "module", "bin": { diff --git a/tools/loop-init/package.json b/tools/loop-init/package.json index fb96ba9..b0b89fa 100644 --- a/tools/loop-init/package.json +++ b/tools/loop-init/package.json @@ -1,6 +1,6 @@ { "name": "@cobusgreyling/loop-init", - "version": "1.2.0", + "version": "1.2.1", "description": "Scaffold loop engineering patterns and starters into any project. Supports Grok, Claude Code, Codex and more. npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok", "type": "module", "bin": {