agentloopkit 0.24.4 → 0.25.0

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.
@@ -42,3 +42,5 @@ Local files under `.agentloop/policies/` are the repo's policy source of truth.
42
42
  Agents may work autonomously inside the task contract. They should stop and ask before changing protected areas, adding dependencies, introducing breaking public APIs, or taking destructive actions.
43
43
 
44
44
  No agent should claim completion without verification evidence or a clear statement of what was not verified.
45
+
46
+ {{ localOnlyInstructions }}
@@ -37,3 +37,5 @@ Safety rules:
37
37
  - Preserve existing user work. Do not revert unrelated changes.
38
38
  - Update DECISIONS.md when architecture or public behavior changes.
39
39
  <!-- agentloopkit:end -->
40
+
41
+ {{ localOnlyInstructions }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentloopkit",
3
- "version": "0.24.4",
3
+ "version": "0.25.0",
4
4
  "description": "A drop-in engineering loop for coding agents.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,6 +46,7 @@
46
46
  "test": "vitest run",
47
47
  "test:watch": "vitest",
48
48
  "check:links": "tsx scripts/check-markdown-links.ts",
49
+ "smoke:release": "node scripts/smoke-packed-release.mjs",
49
50
  "typecheck": "tsc --noEmit",
50
51
  "lint": "eslint .",
51
52
  "format": "prettier --write .",