prjct-cli 1.55.0 → 1.56.0
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 +18 -2
- package/dist/bin/prjct-core.mjs +414 -395
- package/dist/daemon/entry.mjs +370 -351
- package/dist/mcp/server.mjs +14 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.
|
|
3
|
+
## [1.56.0] - 2026-04-06
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- web dashboard — Linear-style UI, full API, workflows, task detail
|
|
8
|
+
- CRUD API endpoints + static file serving for web dashboard
|
|
8
9
|
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- biome lint + typecheck errors for clean push
|
|
13
|
+
- revert accent to neutral, sidebar/tabs cleanup
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.54.2] - 2026-04-06
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- current work
|
|
20
|
+
|
|
21
|
+
## [1.54.1] - 2026-04-06
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
- current work
|
|
9
25
|
|
|
10
26
|
## [1.54.0] - 2026-04-05
|
|
11
27
|
|