@shipfox/api-integration-linear 11.0.0 → 12.0.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +12 -8
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 24 files with swc (
|
|
2
|
+
Successfully compiled: 24 files with swc (222.47ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @shipfox/api-integration-linear
|
|
2
2
|
|
|
3
|
+
## 12.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a018f92: Expose the Linear and Slack agent-tool catalogs for integration documentation generation.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f78740d]
|
|
12
|
+
- Updated dependencies [24ef475]
|
|
13
|
+
- Updated dependencies [f13e8bb]
|
|
14
|
+
- Updated dependencies [869a792]
|
|
15
|
+
- Updated dependencies [54c820e]
|
|
16
|
+
- @shipfox/node-fastify@0.4.1
|
|
17
|
+
- @shipfox/api-integration-spi@1.0.0
|
|
18
|
+
- @shipfox/node-postgres@0.5.0
|
|
19
|
+
- @shipfox/api-auth-context@12.0.0
|
|
20
|
+
- @shipfox/api-integration-linear-dto@12.0.0
|
|
21
|
+
- @shipfox/node-drizzle@0.3.5
|
|
22
|
+
|
|
3
23
|
## 11.0.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ Signed but unsupported webhook shapes are recorded and dropped with a 200
|
|
|
52
52
|
response so Linear does not retry or disable the webhook endpoint.
|
|
53
53
|
## Agent Tool Catalog
|
|
54
54
|
|
|
55
|
-
The v1 Linear agent
|
|
55
|
+
The v1 catalog of Linear agent tools covers workspace operations through Linear's
|
|
56
56
|
hosted MCP tool ids. It includes read tools for issues, comments, projects,
|
|
57
57
|
documents, teams, users, cycles, releases, release notes, release pipelines,
|
|
58
58
|
agent skills, diffs, documentation search, and attachments. It also includes
|