@draht/coding-agent 2026.3.2-3 → 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 +37 -14
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,8 +1,43 @@
1
1
  # Changelog
2
2
 
3
- ## [2026.3.2-3] - 2026-03-02
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
4
23
 
5
- ## [2026.3.1] - 2026-02-28
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
6
41
 
7
42
  ## [0.55.3] - 2026-02-27
8
43
 
@@ -286,8 +321,6 @@
286
321
  - Updated default model for `vercel-ai-gateway` provider to `anthropic/claude-opus-4-6`
287
322
  - Updated default model for `opencode` provider to `claude-opus-4-6`
288
323
 
289
- ## [0.52.1] - 2026-02-05
290
-
291
324
  ## [0.52.0] - 2026-02-05
292
325
 
293
326
  ### New Features
@@ -520,8 +553,6 @@
520
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))
521
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))
522
555
 
523
- ## [0.50.5] - 2026-01-30
524
-
525
556
  ## [0.50.4] - 2026-01-30
526
557
 
527
558
  ### New Features
@@ -950,8 +981,6 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
950
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))
951
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))
952
983
 
953
- ## [0.45.3] - 2026-01-13
954
-
955
984
  ## [0.45.2] - 2026-01-13
956
985
 
957
986
  ### Fixed
@@ -1165,10 +1194,6 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
1165
1194
  - Key presses no longer dropped when input is batched over SSH ([#538](https://github.com/badlogic/pi-mono/issues/538))
1166
1195
  - Clipboard image support now works on Alpine Linux and other musl-based distros ([#533](https://github.com/badlogic/pi-mono/issues/533))
1167
1196
 
1168
- ## [0.37.8] - 2026-01-07
1169
-
1170
- ## [0.37.7] - 2026-01-07
1171
-
1172
1197
  ## [0.37.6] - 2026-01-06
1173
1198
 
1174
1199
  ### Added
@@ -1486,8 +1511,6 @@ pi --extension ./safety.ts -e ./todo.ts
1486
1511
  - SDK: `extensions` option accepts `ExtensionFactory[]` for inline extensions
1487
1512
  - SDK: `additionalExtensionPaths` replaces both `additionalHookPaths` and `additionalCustomToolPaths`
1488
1513
 
1489
- ## [0.34.2] - 2026-01-04
1490
-
1491
1514
  ## [0.34.1] - 2026-01-04
1492
1515
 
1493
1516
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draht/coding-agent",
3
- "version": "2026.3.2-3",
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.2-3",
49
- "@draht/ai": "^2026.3.2-3",
50
- "@draht/tui": "^2026.3.2-3",
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",