xtrm-tools 0.5.26 → 0.5.28

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtrm-tools",
3
- "version": "0.5.26",
3
+ "version": "0.5.28",
4
4
  "description": "xtrm-tools: dual-runtime workflow enforcement (Claude Code + Pi) — hooks, extensions, skills, and MCP servers",
5
5
  "author": {
6
6
  "name": "jaggers"
package/CHANGELOG.md CHANGED
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
 
15
15
  ---
16
16
 
17
+
18
+ ### Changed
19
+ - v0.5.26 docs sync and Pi parity updates: quality gates, beads/session-flow lifecycle, using-xtrm loader parity, and policy-path normalization
20
+ - Pi installer parity: `xt pi setup` now matches `xt pi install/reload` for extension deployment; managed extensions use sync + auto-discovery and no longer use duplicate `pi install -l` registration
21
+ - Pi custom-footer now tracks Claude statusline parity with richer runtime/git snapshots and a two-line footer layout (metadata + issue row), including pi-dex-safe reapply behavior.
17
22
  ## [0.5.20] - 2026-03-21
18
23
 
19
24
  ### Added
package/README.md CHANGED
@@ -111,10 +111,17 @@ xtrm <command> [options]
111
111
  | `worktree list` | List all active `xt/*` worktrees |
112
112
  | `worktree clean` | Remove worktrees whose branch has been merged |
113
113
  | `claude` | Launch Claude Code in a sandboxed worktree |
114
- | `pi` | Launch Pi in a sandboxed worktree |
114
+ | `pi` | Launch Pi in a sandboxed worktree; includes `install/setup/status/doctor/reload` runtime management |
115
115
  | `docs show` | Display frontmatter for README, CHANGELOG, docs/*.md |
116
116
  | `debug` | Watch xtrm hook and bd lifecycle events in real time |
117
117
 
118
+ ### Pi Extension Loading
119
+
120
+ - `xt pi setup`, `xt pi install`, and `xt pi reload` share the same managed extension sync behavior.
121
+ - Extensions from `config/pi/extensions/<name>/` are synced to `~/.pi/agent/extensions/<name>/` and loaded by Pi auto-discovery.
122
+ - Managed extensions are not re-registered with `pi install -l` (prevents duplicate command/flag/shortcut registration conflicts).
123
+ - `custom-footer` now mirrors Claude statusline information density with a two-line parity layout (session metadata + claim/open issue row), while remaining compatible with `pi-dex` footer refresh behavior.
124
+
118
125
  ### Flags
119
126
 
120
127
  | Flag | Description |