prjct-cli 1.29.0 → 1.30.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 +8 -1
- package/dist/bin/prjct-core.mjs +364 -342
- package/dist/cli/linear.mjs +10 -10
- package/dist/daemon/entry.mjs +235 -213
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.30.0] - 2026-02-12
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- enrich AI formatters with analysis data + add Codex support (#176)
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|
## [1.29.0] - 2026-02-12
|
|
4
11
|
|
|
5
12
|
### Features
|
|
6
13
|
|
|
7
14
|
- JSON conflict handling + fix prjct start overwrite (#175)
|
|
8
|
-
|
|
15
|
+
- Enrich AI formatters with analysis data + add Codex support (PRJ-277)
|
|
9
16
|
|
|
10
17
|
## [1.28.2] - 2026-02-11
|
|
11
18
|
|