cyrus-edge-worker 0.2.21 → 0.2.23

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.
Files changed (106) hide show
  1. package/dist/ActivityPoster.d.ts +15 -0
  2. package/dist/ActivityPoster.d.ts.map +1 -0
  3. package/dist/ActivityPoster.js +194 -0
  4. package/dist/ActivityPoster.js.map +1 -0
  5. package/dist/AgentSessionManager.d.ts +63 -21
  6. package/dist/AgentSessionManager.d.ts.map +1 -1
  7. package/dist/AgentSessionManager.js +413 -404
  8. package/dist/AgentSessionManager.js.map +1 -1
  9. package/dist/AskUserQuestionHandler.d.ts +3 -2
  10. package/dist/AskUserQuestionHandler.d.ts.map +1 -1
  11. package/dist/AskUserQuestionHandler.js +15 -12
  12. package/dist/AskUserQuestionHandler.js.map +1 -1
  13. package/dist/AttachmentService.d.ts +69 -0
  14. package/dist/AttachmentService.d.ts.map +1 -0
  15. package/dist/AttachmentService.js +369 -0
  16. package/dist/AttachmentService.js.map +1 -0
  17. package/dist/ChatSessionHandler.d.ts +87 -0
  18. package/dist/ChatSessionHandler.d.ts.map +1 -0
  19. package/dist/ChatSessionHandler.js +227 -0
  20. package/dist/ChatSessionHandler.js.map +1 -0
  21. package/dist/ConfigManager.d.ts +91 -0
  22. package/dist/ConfigManager.d.ts.map +1 -0
  23. package/dist/ConfigManager.js +229 -0
  24. package/dist/ConfigManager.js.map +1 -0
  25. package/dist/EdgeWorker.d.ts +152 -120
  26. package/dist/EdgeWorker.d.ts.map +1 -1
  27. package/dist/EdgeWorker.js +1335 -2125
  28. package/dist/EdgeWorker.js.map +1 -1
  29. package/dist/GitService.d.ts +14 -10
  30. package/dist/GitService.d.ts.map +1 -1
  31. package/dist/GitService.js +91 -12
  32. package/dist/GitService.js.map +1 -1
  33. package/dist/GlobalSessionRegistry.d.ts +142 -0
  34. package/dist/GlobalSessionRegistry.d.ts.map +1 -0
  35. package/dist/GlobalSessionRegistry.js +254 -0
  36. package/dist/GlobalSessionRegistry.js.map +1 -0
  37. package/dist/PromptBuilder.d.ts +182 -0
  38. package/dist/PromptBuilder.d.ts.map +1 -0
  39. package/dist/PromptBuilder.js +963 -0
  40. package/dist/PromptBuilder.js.map +1 -0
  41. package/dist/RepositoryRouter.d.ts +3 -2
  42. package/dist/RepositoryRouter.d.ts.map +1 -1
  43. package/dist/RepositoryRouter.js +39 -37
  44. package/dist/RepositoryRouter.js.map +1 -1
  45. package/dist/RunnerSelectionService.d.ts +71 -0
  46. package/dist/RunnerSelectionService.d.ts.map +1 -0
  47. package/dist/RunnerSelectionService.js +392 -0
  48. package/dist/RunnerSelectionService.js.map +1 -0
  49. package/dist/SharedApplicationServer.d.ts +3 -1
  50. package/dist/SharedApplicationServer.d.ts.map +1 -1
  51. package/dist/SharedApplicationServer.js +21 -17
  52. package/dist/SharedApplicationServer.js.map +1 -1
  53. package/dist/SharedWebhookServer.d.ts +3 -1
  54. package/dist/SharedWebhookServer.d.ts.map +1 -1
  55. package/dist/SharedWebhookServer.js +19 -16
  56. package/dist/SharedWebhookServer.js.map +1 -1
  57. package/dist/SlackChatAdapter.d.ts +25 -0
  58. package/dist/SlackChatAdapter.d.ts.map +1 -0
  59. package/dist/SlackChatAdapter.js +163 -0
  60. package/dist/SlackChatAdapter.js.map +1 -0
  61. package/dist/WorktreeIncludeService.d.ts +2 -9
  62. package/dist/WorktreeIncludeService.d.ts.map +1 -1
  63. package/dist/WorktreeIncludeService.js +3 -9
  64. package/dist/WorktreeIncludeService.js.map +1 -1
  65. package/dist/index.d.ts +7 -2
  66. package/dist/index.d.ts.map +1 -1
  67. package/dist/index.js +4 -0
  68. package/dist/index.js.map +1 -1
  69. package/dist/label-prompt-template.md +6 -2
  70. package/dist/procedures/ProcedureAnalyzer.d.ts +6 -4
  71. package/dist/procedures/ProcedureAnalyzer.d.ts.map +1 -1
  72. package/dist/procedures/ProcedureAnalyzer.js +32 -12
  73. package/dist/procedures/ProcedureAnalyzer.js.map +1 -1
  74. package/dist/procedures/registry.d.ts +19 -19
  75. package/dist/procedures/registry.d.ts.map +1 -1
  76. package/dist/procedures/registry.js +19 -19
  77. package/dist/procedures/registry.js.map +1 -1
  78. package/dist/procedures/types.d.ts +1 -0
  79. package/dist/procedures/types.d.ts.map +1 -1
  80. package/dist/prompt-assembly/types.d.ts +2 -0
  81. package/dist/prompt-assembly/types.d.ts.map +1 -1
  82. package/dist/prompts/graphite-orchestrator.md +4 -2
  83. package/dist/prompts/orchestrator.md +5 -3
  84. package/dist/prompts/standard-issue-assigned-user-prompt.md +7 -0
  85. package/dist/prompts/subroutines/gh-pr.md +12 -0
  86. package/dist/sinks/IActivitySink.d.ts +60 -0
  87. package/dist/sinks/IActivitySink.d.ts.map +1 -0
  88. package/dist/sinks/IActivitySink.js +2 -0
  89. package/dist/sinks/IActivitySink.js.map +1 -0
  90. package/dist/sinks/LinearActivitySink.d.ts +69 -0
  91. package/dist/sinks/LinearActivitySink.d.ts.map +1 -0
  92. package/dist/sinks/LinearActivitySink.js +111 -0
  93. package/dist/sinks/LinearActivitySink.js.map +1 -0
  94. package/dist/sinks/NoopActivitySink.d.ts +13 -0
  95. package/dist/sinks/NoopActivitySink.d.ts.map +1 -0
  96. package/dist/sinks/NoopActivitySink.js +17 -0
  97. package/dist/sinks/NoopActivitySink.js.map +1 -0
  98. package/dist/sinks/index.d.ts +9 -0
  99. package/dist/sinks/index.d.ts.map +1 -0
  100. package/dist/sinks/index.js +8 -0
  101. package/dist/sinks/index.js.map +1 -0
  102. package/label-prompt-template.md +6 -2
  103. package/package.json +17 -11
  104. package/prompts/graphite-orchestrator.md +4 -2
  105. package/prompts/orchestrator.md +5 -3
  106. package/prompts/standard-issue-assigned-user-prompt.md +7 -0
@@ -19,14 +19,18 @@ export declare class EdgeWorker extends EventEmitter {
19
19
  private agentSessionManagers;
20
20
  private issueTrackers;
21
21
  private linearEventTransport;
22
+ private gitHubEventTransport;
23
+ private slackEventTransport;
24
+ private chatSessionHandler;
25
+ private gitHubCommentService;
22
26
  private cliRPCServer;
23
27
  private configUpdater;
24
28
  private persistenceManager;
25
29
  private sharedApplicationServer;
26
30
  private cyrusHome;
31
+ private globalSessionRegistry;
27
32
  private childToParentAgentSession;
28
33
  private procedureAnalyzer;
29
- private configWatcher?;
30
34
  private configPath?;
31
35
  /** @internal - Exposed for testing only */
32
36
  repositoryRouter: RepositoryRouter;
@@ -36,6 +40,17 @@ export declare class EdgeWorker extends EventEmitter {
36
40
  private askUserQuestionHandler;
37
41
  /** User access control for whitelisting/blacklisting Linear users */
38
42
  private userAccessControl;
43
+ private logger;
44
+ private attachmentService;
45
+ private runnerSelectionService;
46
+ private activityPoster;
47
+ private configManager;
48
+ private promptBuilder;
49
+ private readonly cyrusToolsMcpEndpoint;
50
+ private cyrusToolsMcpRegistered;
51
+ private cyrusToolsMcpContexts;
52
+ private cyrusToolsMcpRequestContext;
53
+ private cyrusToolsMcpSessions;
39
54
  constructor(config: EdgeWorkerConfig);
40
55
  /**
41
56
  * Start the edge worker
@@ -55,6 +70,47 @@ export declare class EdgeWorker extends EventEmitter {
55
70
  * This endpoint is used by dashboards to display the installed CLI version
56
71
  */
57
72
  private registerVersionEndpoint;
73
+ /**
74
+ * Register the GitHub event transport for receiving forwarded GitHub webhooks from CYHOST.
75
+ * This creates a /github-webhook endpoint that handles @cyrusagent mentions on GitHub PRs.
76
+ */
77
+ private registerGitHubEventTransport;
78
+ /**
79
+ * Register the Slack event transport for receiving forwarded Slack webhooks from CYHOST.
80
+ * This creates a /slack-webhook endpoint that handles @mention events from Slack.
81
+ */
82
+ private registerSlackEventTransport;
83
+ /**
84
+ * Handle a GitHub webhook event (forwarded from CYHOST).
85
+ *
86
+ * This creates a new session for the GitHub PR comment, checks out the PR branch
87
+ * via git worktree, and processes the comment as a task prompt.
88
+ */
89
+ private handleGitHubWebhook;
90
+ /**
91
+ * Find a repository configuration that matches a GitHub repository URL.
92
+ * Matches against the githubUrl field in repository config.
93
+ */
94
+ private findRepositoryByGitHubUrl;
95
+ /**
96
+ * Fetch the PR branch ref for an issue_comment webhook.
97
+ * For issue_comment events, the branch ref is not in the payload
98
+ * and must be fetched from the GitHub API.
99
+ */
100
+ private fetchPRBranchRef;
101
+ /**
102
+ * Create a git worktree for a GitHub PR branch.
103
+ * If the worktree already exists for this branch, reuse it.
104
+ */
105
+ private createGitHubWorkspace;
106
+ /**
107
+ * Build a system prompt for a GitHub PR comment session.
108
+ */
109
+ private buildGitHubSystemPrompt;
110
+ /**
111
+ * Post a reply back to the GitHub PR comment after the session completes.
112
+ */
113
+ private postGitHubReply;
58
114
  /**
59
115
  * Compute the current status of the Cyrus process
60
116
  * @returns "idle" if the process can be safely restarted, "busy" if work is in progress
@@ -87,26 +143,6 @@ export declare class EdgeWorker extends EventEmitter {
87
143
  * Handle validation loop rerun - re-run the verifications subroutine
88
144
  */
89
145
  private handleValidationLoopRerun;
90
- /**
91
- * Start watching config file for changes
92
- */
93
- private startConfigWatcher;
94
- /**
95
- * Handle configuration file changes
96
- */
97
- private handleConfigChange;
98
- /**
99
- * Safely load configuration from file with validation
100
- */
101
- private loadConfigSafely;
102
- /**
103
- * Detect changes between current and new repository configurations
104
- */
105
- private detectRepositoryChanges;
106
- /**
107
- * Deep equality check for repository configs
108
- */
109
- private deepEqual;
110
146
  /**
111
147
  * Add new repositories to the running EdgeWorker
112
148
  */
@@ -131,6 +167,49 @@ export declare class EdgeWorker extends EventEmitter {
131
167
  * Handle webhook events from proxy - main router for all webhooks
132
168
  */
133
169
  private handleWebhook;
170
+ /**
171
+ * Handle unified internal messages from the message bus.
172
+ * This is the new entry point for processing events from all platforms.
173
+ *
174
+ * Note: For now, this runs in parallel with legacy webhook handlers.
175
+ * Once migration is complete, legacy handlers will be removed.
176
+ */
177
+ private handleMessage;
178
+ /**
179
+ * Handle session start message (unified handler for session creation).
180
+ *
181
+ * This is a placeholder that logs the message for now.
182
+ * TODO: Migrate logic from handleAgentSessionCreatedWebhook and handleGitHubWebhook.
183
+ */
184
+ private handleSessionStartMessage;
185
+ /**
186
+ * Handle user prompt message (unified handler for mid-session prompts).
187
+ *
188
+ * This is a placeholder that logs the message for now.
189
+ * TODO: Migrate logic from handleUserPromptedAgentActivity (branch 3).
190
+ */
191
+ private handleUserPromptMessage;
192
+ /**
193
+ * Handle stop signal message (unified handler for session termination).
194
+ *
195
+ * This is a placeholder that logs the message for now.
196
+ * TODO: Migrate logic from handleUserPromptedAgentActivity (branch 1).
197
+ */
198
+ private handleStopSignalMessage;
199
+ /**
200
+ * Handle content update message (unified handler for issue/PR content changes).
201
+ *
202
+ * This is a placeholder that logs the message for now.
203
+ * TODO: Migrate logic from handleIssueContentUpdate.
204
+ */
205
+ private handleContentUpdateMessage;
206
+ /**
207
+ * Handle unassign message (unified handler for task unassignment).
208
+ *
209
+ * This is a placeholder that logs the message for now.
210
+ * TODO: Migrate logic from handleIssueUnassignedWebhook.
211
+ */
212
+ private handleUnassignMessage;
134
213
  /**
135
214
  * Handle issue unassignment webhook
136
215
  */
@@ -168,7 +247,7 @@ export declare class EdgeWorker extends EventEmitter {
168
247
  private getIssueTrackerForWorkspace;
169
248
  /**
170
249
  * Create a new Linear agent session with all necessary setup
171
- * @param linearAgentActivitySessionId The Linear agent activity session ID
250
+ * @param sessionId The Linear agent activity session ID
172
251
  * @param issue Linear issue object
173
252
  * @param repository Repository configuration
174
253
  * @param agentSessionManager Agent session manager instance
@@ -255,16 +334,28 @@ export declare class EdgeWorker extends EventEmitter {
255
334
  */
256
335
  private fetchIssueLabels;
257
336
  /**
258
- * Determine runner type and model from issue labels.
259
- * Returns the runner type ("claude" or "gemini"), optional model override, and fallback model.
337
+ * Resolve default model for a given runner from config with sensible built-in defaults.
338
+ * Supports legacy config keys for backwards compatibility.
339
+ */
340
+ private getDefaultModelForRunner;
341
+ /**
342
+ * Resolve default fallback model for a given runner from config with sensible built-in defaults.
343
+ * Supports legacy Claude fallback key for backwards compatibility.
344
+ */
345
+ private getDefaultFallbackModelForRunner;
346
+ /**
347
+ * Determine runner type and model using labels + issue description tags.
260
348
  *
261
- * Label priority (case-insensitive):
262
- * - Gemini labels: gemini, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite, gemini-3-pro, gemini-3-pro-preview
263
- * - Claude labels: claude, sonnet, opus
349
+ * Supported description tags:
350
+ * - [agent=claude|gemini|codex|cursor]
351
+ * - [model=<model-name>]
264
352
  *
265
- * If no runner label is found, defaults to claude.
353
+ * Precedence:
354
+ * - Description tags override labels.
355
+ * - Agent selection and model selection are independent.
356
+ * - If agent is not explicit, model can infer runner type.
266
357
  */
267
- private determineRunnerFromLabels;
358
+ private determineRunnerSelection;
268
359
  /**
269
360
  * Determine system prompt based on issue labels and repository configuration
270
361
  */
@@ -278,19 +369,6 @@ export declare class EdgeWorker extends EventEmitter {
278
369
  * @returns Formatted prompt string
279
370
  */
280
371
  private buildLabelBasedPrompt;
281
- /**
282
- * Generate routing context for orchestrator mode
283
- *
284
- * This provides the orchestrator with information about available repositories
285
- * and how to route sub-issues to them. The context includes:
286
- * - List of configured repositories in the workspace
287
- * - Routing rules for each repository (labels, teams, projects)
288
- * - Instructions on using description tags for explicit routing
289
- *
290
- * @param currentRepository The repository handling the current orchestrator issue
291
- * @returns XML-formatted routing context string, or empty string if no routing info available
292
- */
293
- private generateRoutingContext;
294
372
  /**
295
373
  * Build prompt for mention-triggered sessions
296
374
  * @param issue Full Linear issue object
@@ -301,63 +379,10 @@ export declare class EdgeWorker extends EventEmitter {
301
379
  * @returns The constructed prompt and optional version tag
302
380
  */
303
381
  private buildMentionPrompt;
304
- /**
305
- * Extract version tag from template content
306
- * @param templateContent The template content to parse
307
- * @returns The version value if found, undefined otherwise
308
- */
309
- private extractVersionTag;
310
- /**
311
- * Format agent guidance rules as markdown for injection into prompts
312
- * @param guidance Array of guidance rules from Linear
313
- * @returns Formatted markdown string with guidance, or empty string if no guidance
314
- */
315
- private formatAgentGuidance;
316
- /**
317
- * Determine the base branch for an issue, considering parent issues and blocked-by relationships
318
- *
319
- * Priority order:
320
- * 1. If issue has graphite label AND has a "blocked by" relationship, use the blocking issue's branch
321
- * (This enables Graphite stacking where each sub-issue branches off the previous)
322
- * 2. If issue has a parent, use the parent's branch
323
- * 3. Fall back to repository's default base branch
324
- */
325
- private determineBaseBranch;
326
382
  /**
327
383
  * Convert full Linear SDK issue to CoreIssue interface for Session creation
328
384
  */
329
385
  private convertLinearIssueToCore;
330
- /**
331
- * Fetch issues that block this issue (i.e., issues this one is "blocked by")
332
- * Uses the inverseRelations field with type "blocks"
333
- *
334
- * Linear relations work like this:
335
- * - When Issue A "blocks" Issue B, a relation is created with:
336
- * - issue = A (the blocker)
337
- * - relatedIssue = B (the blocked one)
338
- * - type = "blocks"
339
- *
340
- * So to find "who blocks Issue B", we need inverseRelations (where B is the relatedIssue)
341
- * and look for type === "blocks", then get the `issue` field (the blocker).
342
- *
343
- * @param issue The issue to fetch blocking issues for
344
- * @returns Array of issues that block this one, or empty array if none
345
- */
346
- private fetchBlockingIssues;
347
- /**
348
- * Check if an issue has the graphite label
349
- *
350
- * @param issue The issue to check
351
- * @param repository The repository configuration
352
- * @returns True if the issue has the graphite label
353
- */
354
- private hasGraphiteLabel;
355
- /**
356
- * Format Linear comments into a threaded structure that mirrors the Linear UI
357
- * @param comments Array of Linear comments
358
- * @returns Formatted string showing comment threads
359
- */
360
- private formatCommentThreads;
361
386
  /**
362
387
  * Build a prompt for Claude using the improved XML-style template
363
388
  * @param issue Full Linear issue
@@ -409,10 +434,6 @@ export declare class EdgeWorker extends EventEmitter {
409
434
  /**
410
435
  * Format todos as Linear checklist markdown
411
436
  */
412
- /**
413
- * Extract attachment URLs from text (issue description or comment)
414
- */
415
- private extractAttachmentUrls;
416
437
  /**
417
438
  * Download attachments from Linear issue
418
439
  * @param issue Linear issue object from webhook data
@@ -420,10 +441,6 @@ export declare class EdgeWorker extends EventEmitter {
420
441
  * @param workspacePath Path to workspace directory
421
442
  */
422
443
  private downloadIssueAttachments;
423
- /**
424
- * Download a single attachment from Linear
425
- */
426
- private downloadAttachment;
427
444
  /**
428
445
  * Download attachments from a specific comment
429
446
  * @param commentBody The body text of the comment
@@ -432,26 +449,23 @@ export declare class EdgeWorker extends EventEmitter {
432
449
  * @param existingAttachmentCount Current number of attachments already downloaded
433
450
  */
434
451
  private downloadCommentAttachments;
435
- /**
436
- * Count existing images in the attachments directory
437
- */
438
- private countExistingImages;
439
452
  /**
440
453
  * Generate attachment manifest for new comment attachments
441
454
  */
442
455
  private generateNewAttachmentManifest;
456
+ private registerCyrusToolsMcpEndpoint;
457
+ private createCyrusToolsOptions;
458
+ private handleChildSessionMapping;
459
+ private handleFeedbackDeliveryToChildSession;
460
+ private buildCyrusToolsMcpContextId;
461
+ private getCyrusToolsMcpUrl;
462
+ private pruneCyrusToolsMcpContexts;
443
463
  /**
444
- * Generate a markdown section describing downloaded attachments
445
- */
446
- private generateAttachmentManifest;
447
- /**
448
- * Build MCP configuration with automatic Linear server injection and inline cyrus tools
464
+ * Build MCP configuration with automatic Linear server injection and cyrus-tools over Fastify MCP.
449
465
  */
450
466
  private buildMcpConfig;
451
- /**
452
- * Resolve tool preset names to actual tool lists
453
- */
454
- private resolveToolPreset;
467
+ private getCyrusToolsMcpAuthorizationHeaderValue;
468
+ private isCyrusToolsMcpAuthorizationValid;
455
469
  /**
456
470
  * Build the complete prompt for a session - shows full prompt assembly in one place
457
471
  *
@@ -503,6 +517,12 @@ export declare class EdgeWorker extends EventEmitter {
503
517
  * Adapter method for prompt assembly - routes to appropriate issue context builder
504
518
  */
505
519
  private buildIssueContextForPromptAssembly;
520
+ /**
521
+ * Resolve the default runner type for SimpleRunner (classification) use.
522
+ * Uses config.defaultRunner if set, otherwise auto-detects from API keys,
523
+ * falling back to "claude".
524
+ */
525
+ private resolveDefaultSimpleRunnerType;
506
526
  /**
507
527
  * Build agent runner configuration with common settings.
508
528
  * Also determines which runner type to use based on labels.
@@ -569,6 +589,14 @@ export declare class EdgeWorker extends EventEmitter {
569
589
  * Restore EdgeWorker mappings from serialized state
570
590
  */
571
591
  restoreMappings(state: SerializableEdgeWorkerState): void;
592
+ /**
593
+ * Post an activity directly via an issue tracker instance.
594
+ * Consolidates try/catch and success/error logging for EdgeWorker call sites
595
+ * that already have the issueTracker and agentSessionId resolved.
596
+ *
597
+ * @returns The activity ID when resolved, `null` otherwise.
598
+ */
599
+ private postActivityDirect;
572
600
  /**
573
601
  * Post instant acknowledgment thought when agent session is created
574
602
  */
@@ -578,7 +606,7 @@ export declare class EdgeWorker extends EventEmitter {
578
606
  */
579
607
  private postParentResumeAcknowledgment;
580
608
  /**
581
- * Post repository selection activity to Linear
609
+ * Post repository selection activity
582
610
  * Shows which method was used to select the repository (auto-routing or user selection)
583
611
  */
584
612
  private postRepositorySelectionActivity;
@@ -597,7 +625,7 @@ export declare class EdgeWorker extends EventEmitter {
597
625
  *
598
626
  * @param session The Cyrus agent session
599
627
  * @param repository Repository configuration
600
- * @param linearAgentActivitySessionId Linear agent activity session ID
628
+ * @param sessionId Linear agent activity session ID
601
629
  * @param agentSessionManager Agent session manager instance
602
630
  * @param promptBody The prompt text to send
603
631
  * @param attachmentManifest Optional attachment manifest to append
@@ -616,17 +644,21 @@ export declare class EdgeWorker extends EventEmitter {
616
644
  * This is the core logic for handling prompted agent activities
617
645
  * @param session The Cyrus agent session
618
646
  * @param repository The repository configuration
619
- * @param linearAgentActivitySessionId The Linear agent session ID
647
+ * @param sessionId The Linear agent session ID
620
648
  * @param agentSessionManager The agent session manager
621
649
  * @param promptBody The prompt text to send
622
650
  * @param attachmentManifest Optional attachment manifest
623
651
  * @param isNewSession Whether this is a new session
624
652
  */
625
- resumeAgentSession(session: CyrusAgentSession, repository: RepositoryConfig, linearAgentActivitySessionId: string, agentSessionManager: AgentSessionManager, promptBody: string, attachmentManifest?: string, isNewSession?: boolean, additionalAllowedDirectories?: string[], maxTurns?: number, commentAuthor?: string, commentTimestamp?: string): Promise<void>;
653
+ resumeAgentSession(session: CyrusAgentSession, repository: RepositoryConfig, sessionId: string, agentSessionManager: AgentSessionManager, promptBody: string, attachmentManifest?: string, isNewSession?: boolean, additionalAllowedDirectories?: string[], maxTurns?: number, commentAuthor?: string, commentTimestamp?: string): Promise<void>;
626
654
  /**
627
655
  * Post instant acknowledgment thought when receiving prompted webhook
628
656
  */
629
657
  private postInstantPromptedAcknowledgment;
658
+ /**
659
+ * Get the platform type for a repository's issue tracker.
660
+ */
661
+ private getRepositoryPlatform;
630
662
  /**
631
663
  * Fetch complete issue details from Linear API
632
664
  */
@@ -1 +1 @@
1
- {"version":3,"file":"EdgeWorker.d.ts","sourceRoot":"","sources":["../src/EdgeWorker.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EdgeWorker.d.ts","sourceRoot":"","sources":["../src/EdgeWorker.ts"],"names":[],"mappings":"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"}