@cat-factory/integrations 0.143.1 → 0.145.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/dist/modules/environments/EnvironmentConnectionService.d.ts +16 -1
- package/dist/modules/environments/EnvironmentConnectionService.d.ts.map +1 -1
- package/dist/modules/environments/EnvironmentConnectionService.js +24 -4
- package/dist/modules/environments/EnvironmentConnectionService.js.map +1 -1
- package/dist/modules/environments/EnvironmentProvisioningService.d.ts +18 -1
- package/dist/modules/environments/EnvironmentProvisioningService.d.ts.map +1 -1
- package/dist/modules/environments/EnvironmentProvisioningService.js +36 -14
- package/dist/modules/environments/EnvironmentProvisioningService.js.map +1 -1
- package/dist/modules/environments/EnvironmentTeardownService.d.ts +21 -1
- package/dist/modules/environments/EnvironmentTeardownService.d.ts.map +1 -1
- package/dist/modules/environments/EnvironmentTeardownService.js +25 -5
- package/dist/modules/environments/EnvironmentTeardownService.js.map +1 -1
- package/dist/modules/incidentEnrichment/WorkspaceIncidentEnrichmentProvider.d.ts +14 -2
- package/dist/modules/incidentEnrichment/WorkspaceIncidentEnrichmentProvider.d.ts.map +1 -1
- package/dist/modules/incidentEnrichment/WorkspaceIncidentEnrichmentProvider.js +21 -6
- package/dist/modules/incidentEnrichment/WorkspaceIncidentEnrichmentProvider.js.map +1 -1
- package/dist/modules/notificationWebhook/NotificationWebhookService.d.ts +9 -7
- package/dist/modules/notificationWebhook/NotificationWebhookService.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/NotificationWebhookService.js +57 -12
- package/dist/modules/notificationWebhook/NotificationWebhookService.js.map +1 -1
- package/dist/modules/notificationWebhook/WebhookNotificationChannel.d.ts +2 -0
- package/dist/modules/notificationWebhook/WebhookNotificationChannel.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/WebhookNotificationChannel.js +29 -22
- package/dist/modules/notificationWebhook/WebhookNotificationChannel.js.map +1 -1
- package/dist/modules/notificationWebhook/WebhookPlatformAlertSink.d.ts +1 -0
- package/dist/modules/notificationWebhook/WebhookPlatformAlertSink.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/WebhookPlatformAlertSink.js +10 -11
- package/dist/modules/notificationWebhook/WebhookPlatformAlertSink.js.map +1 -1
- package/dist/modules/notificationWebhook/WebhookRunLifecycleSink.d.ts +1 -0
- package/dist/modules/notificationWebhook/WebhookRunLifecycleSink.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/WebhookRunLifecycleSink.js +12 -11
- package/dist/modules/notificationWebhook/WebhookRunLifecycleSink.js.map +1 -1
- package/dist/modules/notificationWebhook/signedDelivery.d.ts +56 -0
- package/dist/modules/notificationWebhook/signedDelivery.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/signedDelivery.js +114 -12
- package/dist/modules/notificationWebhook/signedDelivery.js.map +1 -1
- package/dist/modules/notificationWebhook/support.d.ts +3 -0
- package/dist/modules/notificationWebhook/support.d.ts.map +1 -1
- package/dist/modules/notificationWebhook/support.js.map +1 -1
- package/dist/modules/observability/RegistryReleaseHealthProvider.d.ts +8 -1
- package/dist/modules/observability/RegistryReleaseHealthProvider.d.ts.map +1 -1
- package/dist/modules/observability/RegistryReleaseHealthProvider.js +7 -1
- package/dist/modules/observability/RegistryReleaseHealthProvider.js.map +1 -1
- package/dist/modules/tasks/BugHuntService.d.ts.map +1 -1
- package/dist/modules/tasks/BugHuntService.js +25 -17
- package/dist/modules/tasks/BugHuntService.js.map +1 -1
- package/dist/modules/tasks/GitLabIssuesProvider.d.ts +52 -1
- package/dist/modules/tasks/GitLabIssuesProvider.d.ts.map +1 -1
- package/dist/modules/tasks/GitLabIssuesProvider.js +122 -4
- package/dist/modules/tasks/GitLabIssuesProvider.js.map +1 -1
- package/dist/modules/tasks/LinearTaskProvider.d.ts +5 -0
- package/dist/modules/tasks/LinearTaskProvider.d.ts.map +1 -1
- package/dist/modules/tasks/LinearTaskProvider.js +5 -0
- package/dist/modules/tasks/LinearTaskProvider.js.map +1 -1
- package/dist/modules/tasks/TaskConnectionService.d.ts.map +1 -1
- package/dist/modules/tasks/TaskConnectionService.js +4 -0
- package/dist/modules/tasks/TaskConnectionService.js.map +1 -1
- package/dist/modules/tasks/github-issues.logic.d.ts +8 -12
- package/dist/modules/tasks/github-issues.logic.d.ts.map +1 -1
- package/dist/modules/tasks/github-issues.logic.js +7 -32
- package/dist/modules/tasks/github-issues.logic.js.map +1 -1
- package/dist/modules/tasks/gitlab-issues.logic.d.ts +56 -1
- package/dist/modules/tasks/gitlab-issues.logic.d.ts.map +1 -1
- package/dist/modules/tasks/gitlab-issues.logic.js +67 -0
- package/dist/modules/tasks/gitlab-issues.logic.js.map +1 -1
- package/dist/modules/tasks/intakeMatch.logic.js +7 -0
- package/dist/modules/tasks/intakeMatch.logic.js.map +1 -1
- package/dist/modules/tasks/jira.logic.d.ts.map +1 -1
- package/dist/modules/tasks/jira.logic.js +1 -2
- package/dist/modules/tasks/jira.logic.js.map +1 -1
- package/dist/modules/tasks/linear.logic.d.ts.map +1 -1
- package/dist/modules/tasks/linear.logic.js +1 -2
- package/dist/modules/tasks/linear.logic.js.map +1 -1
- package/dist/modules/tasks/repo-issues.logic.d.ts +28 -0
- package/dist/modules/tasks/repo-issues.logic.d.ts.map +1 -0
- package/dist/modules/tasks/repo-issues.logic.js +58 -0
- package/dist/modules/tasks/repo-issues.logic.js.map +1 -0
- package/dist/modules/tasks/tasks.logic.d.ts +6 -0
- package/dist/modules/tasks/tasks.logic.d.ts.map +1 -1
- package/dist/modules/tasks/tasks.logic.js +6 -0
- package/dist/modules/tasks/tasks.logic.js.map +1 -1
- package/package.json +4 -4
|
@@ -8,6 +8,12 @@ export { renderTaskContext } from '@cat-factory/kernel';
|
|
|
8
8
|
/** A trivial in-memory provider registry built from the wired providers. */
|
|
9
9
|
export class MapTaskSourceRegistry extends MapSourceRegistry {
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Cap on a bug-hunt candidate's rendered body, shared by EVERY source's candidate mapper: the
|
|
13
|
+
* ranking judges actionability rather than the full trace, and a per-source cap would silently
|
|
14
|
+
* hand the model more of one tracker's bugs than another's to reason about.
|
|
15
|
+
*/
|
|
16
|
+
export const MAX_CANDIDATE_DESCRIPTION_CHARS = 1_200;
|
|
11
17
|
/** A short plain-text excerpt of an issue: its summary + the start of its description. */
|
|
12
18
|
export function buildTaskExcerpt(content, max = 280) {
|
|
13
19
|
const description = markdownToText(content.description);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tasks.logic.js","sourceRoot":"","sources":["../../../src/modules/tasks/tasks.logic.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,0EAA0E;AAC1E,gFAAgF;AAChF,kFAAkF;AAClF,yEAAyE;AACzE,sEAAsE;AAEtE,4EAA4E;AAC5E,MAAM,OAAO,qBACX,SAAQ,iBAAqD;CAC7B;AAElC,0FAA0F;AAC1F,MAAM,UAAU,gBAAgB,CAAC,OAAiC,EAAE,GAAG,GAAG,GAAG;IAC3E,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,CAAA;IACvD,MAAM,IAAI,GAAG,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,MAAM,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAA;IAC9E,OAAO,YAAY,CAAC,IAAI,EAAE,GAAG,CAAC,CAAA;AAChC,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,eAAe,CAC7B,MAAiD,EACjD,KAA0B,EAC1B,QAAwC;IAExC,MAAM,KAAK,GAAG,QAAQ,EAAE,SAAS,CAAA;IACjC,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAA;IACvB,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,KAAK,CAAC,CAAA;AAChD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,YAAY,CAAC,GAAY;IACvC,IAAI,GAAG,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,QAAQ,IAAI,GAAG,EAAE,CAAC;QACtD,MAAM,MAAM,GAAI,GAA2B,CAAC,MAAM,CAAA;QAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;YAAE,OAAO,MAAM,CAAA;IAC/C,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"tasks.logic.js","sourceRoot":"","sources":["../../../src/modules/tasks/tasks.logic.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,0EAA0E;AAC1E,gFAAgF;AAChF,kFAAkF;AAClF,yEAAyE;AACzE,sEAAsE;AAEtE,4EAA4E;AAC5E,MAAM,OAAO,qBACX,SAAQ,iBAAqD;CAC7B;AAElC;;;;GAIG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,KAAK,CAAA;AAEpD,0FAA0F;AAC1F,MAAM,UAAU,gBAAgB,CAAC,OAAiC,EAAE,GAAG,GAAG,GAAG;IAC3E,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,CAAA;IACvD,MAAM,IAAI,GAAG,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,MAAM,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAA;IAC9E,OAAO,YAAY,CAAC,IAAI,EAAE,GAAG,CAAC,CAAA;AAChC,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,eAAe,CAC7B,MAAiD,EACjD,KAA0B,EAC1B,QAAwC;IAExC,MAAM,KAAK,GAAG,QAAQ,EAAE,SAAS,CAAA;IACjC,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAA;IACvB,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,KAAK,CAAC,CAAA;AAChD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,YAAY,CAAC,GAAY;IACvC,IAAI,GAAG,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,QAAQ,IAAI,GAAG,EAAE,CAAC;QACtD,MAAM,MAAM,GAAI,GAA2B,CAAC,MAAM,CAAA;QAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;YAAE,OAAO,MAAM,CAAA;IAC/C,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/integrations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.145.0",
|
|
4
4
|
"description": "External-system integration domain logic for the Agent Architecture Board (GitHub, documents, tasks, environments, runners).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"ai": "^7.0.51",
|
|
28
28
|
"p-map": "^7.0.6",
|
|
29
29
|
"yaml": "^2.9.0",
|
|
30
|
-
"@cat-factory/contracts": "0.
|
|
31
|
-
"@cat-factory/kernel": "0.
|
|
30
|
+
"@cat-factory/contracts": "0.269.0",
|
|
31
|
+
"@cat-factory/kernel": "0.267.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"typescript": "7.0.2",
|
|
35
35
|
"undici": "^8.10.0",
|
|
36
36
|
"valibot": "^1.4.2",
|
|
37
37
|
"vitest": "^4.1.10",
|
|
38
|
-
"@cat-factory/caching": "0.18.
|
|
38
|
+
"@cat-factory/caching": "0.18.8"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsc -b tsconfig.build.json",
|