@draht/coding-agent 2026.3.2-2 → 2026.3.2-4

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 +38 -13
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,43 @@
1
1
  # Changelog
2
2
 
3
- ## [2026.3.1] - 2026-02-28
3
+ ## [2026.3.2-4] - 2026-03-02
4
+
5
+ ### Added
6
+
7
+ - ship GSD commands + subagent runner as built-in extensions
8
+ - post-phase report includes TDD commit metrics and domain model health
9
+ - quality-gate adds domain glossary compliance, cross-context boundary, and TDD ratio checks
10
+ - post-task checks TDD cycle compliance (green: requires preceding red: per task)
11
+ - pre-execute validates DOMAIN.md, TEST-STRATEGY.md, and non-empty <test> sections
12
+ - enforce TDD cycle in quick tasks with config/docs exception
13
+ - add automated test suite and domain health checks to verify-work
14
+ - rewrite execute-phase with mandatory Red→Green→Refactor TDD cycle and domain rules
15
+ - enrich plan-phase with DDD context/domain tags, full TDD task format, and domain rules
16
+ - add testability and domain boundaries gray areas to discuss-phase
17
+ - add DOMAIN.md and TEST-STRATEGY.md scaffolding to new-project and map-codebase
18
+ - integrate GSD methodology as battery-included resources
19
+ - add draht login command
20
+ - rename pi CLI to draht, update env vars, scaffold landing page
21
+ - add SST v4 infrastructure, resource manager, and AGENTS.md templates
22
+ - rebrand to @draht/ namespace
23
+
24
+ ### Changed
25
+
26
+ - rebrand package references from @mariozechner/pi-* to @draht/*
27
+ - add publishConfig for public npm access
28
+ - comprehensive READMEs, CONTRIBUTING.md, and phase summaries
29
+ - add vitest config, integration tests, and draht manifest test
30
+ - switch from npm to bun, replace tsx with bun runtime, add tsgo
31
+
32
+ ### Fixed
33
+
34
+ - rm -rf dist/prompts and dist/hooks before copy to avoid stale permission issues
35
+ - build packages individually to avoid workspace recursion, fix copy-assets mkdir
36
+ - load shipped prompts unconditionally (not gated by includeDefaults)
37
+ - remove gsd- prefix from shipped prompts and agents
38
+ - use workspace:* for all inter-package dependencies
39
+ - pre-commit hooks
40
+ - address code review findings and fix router stream types
4
41
 
5
42
  ## [0.55.3] - 2026-02-27
6
43
 
@@ -284,8 +321,6 @@
284
321
  - Updated default model for `vercel-ai-gateway` provider to `anthropic/claude-opus-4-6`
285
322
  - Updated default model for `opencode` provider to `claude-opus-4-6`
286
323
 
287
- ## [0.52.1] - 2026-02-05
288
-
289
324
  ## [0.52.0] - 2026-02-05
290
325
 
291
326
  ### New Features
@@ -518,8 +553,6 @@
518
553
  - Fixed empty rows appearing below footer when content shrinks (e.g., closing `/tree`, clearing multi-line editor) ([#1095](https://github.com/badlogic/pi-mono/pull/1095) by [@marckrenn](https://github.com/marckrenn))
519
554
  - Fixed terminal cursor remaining hidden after exiting TUI via `stop()` when a render was pending ([#1099](https://github.com/badlogic/pi-mono/pull/1099) by [@haoqixu](https://github.com/haoqixu))
520
555
 
521
- ## [0.50.5] - 2026-01-30
522
-
523
556
  ## [0.50.4] - 2026-01-30
524
557
 
525
558
  ### New Features
@@ -948,8 +981,6 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
948
981
  - Fixed extension loading in compiled Bun binary: extensions with local file imports now work correctly. Updated `@mariozechner/jiti` to v2.6.5 which bundles babel for Bun binary compatibility. ([#681](https://github.com/badlogic/pi-mono/issues/681))
949
982
  - Fixed theme loading when installed via mise: use wrapper directory in release tarballs for compatibility with mise's `strip_components=1` extraction. ([#681](https://github.com/badlogic/pi-mono/issues/681))
950
983
 
951
- ## [0.45.3] - 2026-01-13
952
-
953
984
  ## [0.45.2] - 2026-01-13
954
985
 
955
986
  ### Fixed
@@ -1163,10 +1194,6 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
1163
1194
  - Key presses no longer dropped when input is batched over SSH ([#538](https://github.com/badlogic/pi-mono/issues/538))
1164
1195
  - Clipboard image support now works on Alpine Linux and other musl-based distros ([#533](https://github.com/badlogic/pi-mono/issues/533))
1165
1196
 
1166
- ## [0.37.8] - 2026-01-07
1167
-
1168
- ## [0.37.7] - 2026-01-07
1169
-
1170
1197
  ## [0.37.6] - 2026-01-06
1171
1198
 
1172
1199
  ### Added
@@ -1484,8 +1511,6 @@ pi --extension ./safety.ts -e ./todo.ts
1484
1511
  - SDK: `extensions` option accepts `ExtensionFactory[]` for inline extensions
1485
1512
  - SDK: `additionalExtensionPaths` replaces both `additionalHookPaths` and `additionalCustomToolPaths`
1486
1513
 
1487
- ## [0.34.2] - 2026-01-04
1488
-
1489
1514
  ## [0.34.1] - 2026-01-04
1490
1515
 
1491
1516
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draht/coding-agent",
3
- "version": "2026.3.2-2",
3
+ "version": "2026.3.2-4",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "drahtConfig": {
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@mariozechner/jiti": "^2.6.2",
48
- "@draht/agent-core": "2026.3.1-7",
49
- "@draht/ai": "2026.3.1-7",
50
- "@draht/tui": "2026.3.1-7",
48
+ "@draht/agent-core": "^2026.3.2-4",
49
+ "@draht/ai": "^2026.3.2-4",
50
+ "@draht/tui": "^2026.3.2-4",
51
51
  "@silvia-odwyer/photon-node": "^0.3.4",
52
52
  "chalk": "^5.5.0",
53
53
  "cli-highlight": "^2.1.11",