@salaros/ai-harness 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salaros/ai-harness",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Installs and updates the agent harness from its upstream repository: hooks, skills, agents and the documentation chain, merged into an existing repository without touching its own work.",
5
5
  "bin": {
6
6
  "ai-harness": "scripts/update-harness.js"
@@ -767,7 +767,7 @@ function report({ entries, base, head, ref, target, check, options }) {
767
767
  say("");
768
768
  say(options.dryRun ? `dry run against ${ref} at ${head.slice(0, 8)}` : `harness updated to ${ref} at ${head.slice(0, 8)}`);
769
769
  if (!base) say("no merge base: this was an install, so nothing that already existed was changed");
770
- list("added", notes.written);
770
+ list("written", notes.written);
771
771
  list("merged", notes.merged);
772
772
  list("created for the first time", notes.seeded);
773
773
  list("left alone, yours", notes.kept.concat(notes.skipped));