triad-plus 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.2 — 2026-09-01
4
+
5
+ - Align package repository, homepage, and issue links with the renamed GitHub
6
+ account (`ainz-dg`).
7
+
3
8
  ## 1.4.1 — 2026-08-28
4
9
 
5
10
  - Fix Codex Orchestrator liveness across `wait_agent` polling timeouts. While a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triad-plus",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "A lightweight, evidence-backed engineering loop for coding agents.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -33,12 +33,12 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://github.com/delbono-smeup/triad-plus-engineering-loop.git"
36
+ "url": "git+https://github.com/ainz-dg/triad-plus-engineering-loop.git"
37
37
  },
38
38
  "bugs": {
39
- "url": "https://github.com/delbono-smeup/triad-plus-engineering-loop/issues"
39
+ "url": "https://github.com/ainz-dg/triad-plus-engineering-loop/issues"
40
40
  },
41
- "homepage": "https://github.com/delbono-smeup/triad-plus-engineering-loop#readme",
41
+ "homepage": "https://github.com/ainz-dg/triad-plus-engineering-loop#readme",
42
42
  "keywords": [
43
43
  "agent-skills",
44
44
  "codex",