liteagents 2.11.0 → 2.11.1

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/CHANGELOG.md CHANGED
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
 
18
18
  ---
19
19
 
20
+ ## [2.11.1] - 2026-07-03
21
+
22
+ ### Changed
23
+ - **`/release` merge step now documents the solo-repo path.** Its "stop and ask the user to approve" guard assumed a second reviewer exists — a dead end on a solo repo, where you cannot approve your own PR. Added: the expected path is then an owner-authorized admin-merge (`gh pr merge --admin`), run only on explicit say-so — a sanctioned owner action, not a silent bypass. Mirrored across all four packages + the global copy. Surfaced by dogfooding `/release` on its own v2.11.0 release.
24
+
25
+ ---
26
+
20
27
  ## [2.11.0] - 2026-07-03
21
28
 
22
29
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteagents",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "AI development toolkit with 11 specialized agents and 17 commands including live-canvas UI design with click-to-annotate feedback. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -72,7 +72,9 @@ own sake.
72
72
  4. **Open PR** — `gh pr create` into `main` (main is PR-protected: 1 approving
73
73
  review).
74
74
  5. **Merge** — `gh pr merge --delete-branch`. If the review requirement blocks
75
- it, **stop** and ask the user to approve — never force or bypass protection.
75
+ it, **stop** and ask — never force or silently bypass. On a **solo repo** you
76
+ cannot approve your own PR, so the expected path is an owner-authorized
77
+ admin-merge (`gh pr merge --admin`), run only on the user's explicit say-so.
76
78
  6. **Tag** — after the merge, `git tag vX.Y.Z` on `main` and push it. Keep
77
79
  cut→tag tight — one frozen step.
78
80
 
@@ -72,7 +72,9 @@ own sake.
72
72
  4. **Open PR** — `gh pr create` into `main` (main is PR-protected: 1 approving
73
73
  review).
74
74
  5. **Merge** — `gh pr merge --delete-branch`. If the review requirement blocks
75
- it, **stop** and ask the user to approve — never force or bypass protection.
75
+ it, **stop** and ask — never force or silently bypass. On a **solo repo** you
76
+ cannot approve your own PR, so the expected path is an owner-authorized
77
+ admin-merge (`gh pr merge --admin`), run only on the user's explicit say-so.
76
78
  6. **Tag** — after the merge, `git tag vX.Y.Z` on `main` and push it. Keep
77
79
  cut→tag tight — one frozen step.
78
80
 
@@ -72,7 +72,9 @@ own sake.
72
72
  4. **Open PR** — `gh pr create` into `main` (main is PR-protected: 1 approving
73
73
  review).
74
74
  5. **Merge** — `gh pr merge --delete-branch`. If the review requirement blocks
75
- it, **stop** and ask the user to approve — never force or bypass protection.
75
+ it, **stop** and ask — never force or silently bypass. On a **solo repo** you
76
+ cannot approve your own PR, so the expected path is an owner-authorized
77
+ admin-merge (`gh pr merge --admin`), run only on the user's explicit say-so.
76
78
  6. **Tag** — after the merge, `git tag vX.Y.Z` on `main` and push it. Keep
77
79
  cut→tag tight — one frozen step.
78
80
 
@@ -72,7 +72,9 @@ own sake.
72
72
  4. **Open PR** — `gh pr create` into `main` (main is PR-protected: 1 approving
73
73
  review).
74
74
  5. **Merge** — `gh pr merge --delete-branch`. If the review requirement blocks
75
- it, **stop** and ask the user to approve — never force or bypass protection.
75
+ it, **stop** and ask — never force or silently bypass. On a **solo repo** you
76
+ cannot approve your own PR, so the expected path is an owner-authorized
77
+ admin-merge (`gh pr merge --admin`), run only on the user's explicit say-so.
76
78
  6. **Tag** — after the merge, `git tag vX.Y.Z` on `main` and push it. Keep
77
79
  cut→tag tight — one frozen step.
78
80