prjct-cli 1.45.8 → 1.46.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 +14 -1
- package/dist/bin/prjct-core.mjs +282 -261
- package/dist/cli/jira.mjs +33 -1
- package/dist/cli/linear.mjs +33 -1
- package/dist/daemon/entry.mjs +220 -199
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/commands/jira.md +15 -9
- package/templates/commands/linear.md +15 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.46.0] - 2026-02-17
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- post-OAuth verify command for MCP health check (#218)
|
|
8
|
+
|
|
9
|
+
### Performance
|
|
10
|
+
|
|
11
|
+
- feat: post-OAuth verify command for MCP health check (#218)
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
## [1.45.8] - 2026-02-17
|
|
4
15
|
|
|
16
|
+
### Added
|
|
17
|
+
- post-oauth verify command
|
|
18
|
+
|
|
5
19
|
### Bug Fixes
|
|
6
20
|
|
|
7
21
|
- add jira/linear/status to global AI config command lists (#217)
|
|
8
22
|
|
|
9
|
-
|
|
10
23
|
## [1.45.7] - 2026-02-17
|
|
11
24
|
|
|
12
25
|
### Bug Fixes
|