prjct-cli 1.40.1 → 1.41.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 +17 -0
- package/dist/bin/prjct-core.mjs +203 -203
- package/dist/cli/linear.mjs +6 -6
- package/dist/daemon/entry.mjs +138 -138
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.41.0] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- provider capabilities system + provider-agnostic templates (#197)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.40.3] - 2026-02-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Provider capabilities system
|
|
14
|
+
|
|
15
|
+
## [1.40.2] - 2026-02-15
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Provider capabilities system
|
|
19
|
+
|
|
3
20
|
## [1.40.1] - 2026-02-15
|
|
4
21
|
|
|
5
22
|
### Bug Fixes
|