@websitelabs/n8n-nodes-software-teams 0.12.3

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 (176) hide show
  1. package/ARCHITECTURE.md +1232 -0
  2. package/CONTRACT.md +450 -0
  3. package/README.md +491 -0
  4. package/dist/agents/software-teams-architect.md +155 -0
  5. package/dist/agents/software-teams-backend.md +93 -0
  6. package/dist/agents/software-teams-codebase-mapper.md +67 -0
  7. package/dist/agents/software-teams-committer.md +90 -0
  8. package/dist/agents/software-teams-debugger.md +91 -0
  9. package/dist/agents/software-teams-dev-planner.md +175 -0
  10. package/dist/agents/software-teams-devops.md +92 -0
  11. package/dist/agents/software-teams-feedback-learner.md +118 -0
  12. package/dist/agents/software-teams-frontend.md +107 -0
  13. package/dist/agents/software-teams-game-ai-engineer.md +179 -0
  14. package/dist/agents/software-teams-game-art-pipeline.md +180 -0
  15. package/dist/agents/software-teams-game-designer.md +245 -0
  16. package/dist/agents/software-teams-game-devops.md +134 -0
  17. package/dist/agents/software-teams-game-engineer.md +146 -0
  18. package/dist/agents/software-teams-game-producer.md +288 -0
  19. package/dist/agents/software-teams-game-qa.md +297 -0
  20. package/dist/agents/software-teams-game-tech-artist.md +186 -0
  21. package/dist/agents/software-teams-head-engineering.md +37 -0
  22. package/dist/agents/software-teams-perf-analyst.md +124 -0
  23. package/dist/agents/software-teams-phase-researcher.md +75 -0
  24. package/dist/agents/software-teams-plan-checker.md +87 -0
  25. package/dist/agents/software-teams-planner.md +456 -0
  26. package/dist/agents/software-teams-pr-feedback.md +127 -0
  27. package/dist/agents/software-teams-pr-generator.md +107 -0
  28. package/dist/agents/software-teams-producer.md +203 -0
  29. package/dist/agents/software-teams-product-lead.md +51 -0
  30. package/dist/agents/software-teams-programmer.md +126 -0
  31. package/dist/agents/software-teams-qa-tester.md +165 -0
  32. package/dist/agents/software-teams-quality.md +153 -0
  33. package/dist/agents/software-teams-researcher.md +151 -0
  34. package/dist/agents/software-teams-security.md +126 -0
  35. package/dist/agents/software-teams-ux-designer.md +92 -0
  36. package/dist/agents/software-teams-verifier.md +87 -0
  37. package/dist/credentials/SoftwareTeamsApi.credentials.d.ts +18 -0
  38. package/dist/credentials/SoftwareTeamsApi.credentials.d.ts.map +1 -0
  39. package/dist/credentials/SoftwareTeamsApi.credentials.js +110 -0
  40. package/dist/credentials/SoftwareTeamsApi.credentials.js.map +1 -0
  41. package/dist/credentials/softwareTeamsApi.svg +14 -0
  42. package/dist/nodes/SoftwareTeamsAgent/SoftwareTeamsAgent.node.d.ts +23 -0
  43. package/dist/nodes/SoftwareTeamsAgent/SoftwareTeamsAgent.node.d.ts.map +1 -0
  44. package/dist/nodes/SoftwareTeamsAgent/SoftwareTeamsAgent.node.js +308 -0
  45. package/dist/nodes/SoftwareTeamsAgent/SoftwareTeamsAgent.node.js.map +1 -0
  46. package/dist/nodes/SoftwareTeamsAgent/softwareTeamsAgent.svg +18 -0
  47. package/dist/nodes/SoftwareTeamsCleanup/SoftwareTeamsCleanup.node.d.ts +24 -0
  48. package/dist/nodes/SoftwareTeamsCleanup/SoftwareTeamsCleanup.node.d.ts.map +1 -0
  49. package/dist/nodes/SoftwareTeamsCleanup/SoftwareTeamsCleanup.node.js +2635 -0
  50. package/dist/nodes/SoftwareTeamsCleanup/SoftwareTeamsCleanup.node.js.map +1 -0
  51. package/dist/nodes/SoftwareTeamsCleanup/SoftwareTeamsCleanup.svg +6 -0
  52. package/dist/nodes/SoftwareTeamsFinaliser/SoftwareTeamsFinaliser.node.d.ts +6 -0
  53. package/dist/nodes/SoftwareTeamsFinaliser/SoftwareTeamsFinaliser.node.d.ts.map +1 -0
  54. package/dist/nodes/SoftwareTeamsFinaliser/SoftwareTeamsFinaliser.node.js +231 -0
  55. package/dist/nodes/SoftwareTeamsFinaliser/SoftwareTeamsFinaliser.node.js.map +1 -0
  56. package/dist/nodes/SoftwareTeamsFinaliser/softwareTeamsFinaliser.svg +11 -0
  57. package/dist/nodes/SoftwareTeamsHitl/SoftwareTeamsHitl.node.d.ts +25 -0
  58. package/dist/nodes/SoftwareTeamsHitl/SoftwareTeamsHitl.node.d.ts.map +1 -0
  59. package/dist/nodes/SoftwareTeamsHitl/SoftwareTeamsHitl.node.js +366 -0
  60. package/dist/nodes/SoftwareTeamsHitl/SoftwareTeamsHitl.node.js.map +1 -0
  61. package/dist/nodes/SoftwareTeamsHitl/softwareTeamsHitl.svg +11 -0
  62. package/dist/nodes/SoftwareTeamsOrchestrator/SoftwareTeamsOrchestrator.node.d.ts +15 -0
  63. package/dist/nodes/SoftwareTeamsOrchestrator/SoftwareTeamsOrchestrator.node.d.ts.map +1 -0
  64. package/dist/nodes/SoftwareTeamsOrchestrator/SoftwareTeamsOrchestrator.node.js +373 -0
  65. package/dist/nodes/SoftwareTeamsOrchestrator/SoftwareTeamsOrchestrator.node.js.map +1 -0
  66. package/dist/nodes/SoftwareTeamsOrchestrator/softwareTeamsOrchestrator.svg +20 -0
  67. package/dist/nodes/SoftwareTeamsOutput/SoftwareTeamsOutput.node.d.ts +6 -0
  68. package/dist/nodes/SoftwareTeamsOutput/SoftwareTeamsOutput.node.d.ts.map +1 -0
  69. package/dist/nodes/SoftwareTeamsOutput/SoftwareTeamsOutput.node.js +2685 -0
  70. package/dist/nodes/SoftwareTeamsOutput/SoftwareTeamsOutput.node.js.map +1 -0
  71. package/dist/nodes/SoftwareTeamsOutput/SoftwareTeamsOutput.svg +6 -0
  72. package/dist/nodes/SoftwareTeamsPrFeedback/SoftwareTeamsPrFeedback.node.d.ts +22 -0
  73. package/dist/nodes/SoftwareTeamsPrFeedback/SoftwareTeamsPrFeedback.node.d.ts.map +1 -0
  74. package/dist/nodes/SoftwareTeamsPrFeedback/SoftwareTeamsPrFeedback.node.js +2655 -0
  75. package/dist/nodes/SoftwareTeamsPrFeedback/SoftwareTeamsPrFeedback.node.js.map +1 -0
  76. package/dist/nodes/SoftwareTeamsPrFeedback/softwareTeamsPrFeedback.svg +8 -0
  77. package/dist/nodes/SoftwareTeamsSlackHitl/SoftwareTeamsSlackHitl.node.d.ts +19 -0
  78. package/dist/nodes/SoftwareTeamsSlackHitl/SoftwareTeamsSlackHitl.node.d.ts.map +1 -0
  79. package/dist/nodes/SoftwareTeamsSlackHitl/SoftwareTeamsSlackHitl.node.js +198 -0
  80. package/dist/nodes/SoftwareTeamsSlackHitl/SoftwareTeamsSlackHitl.node.js.map +1 -0
  81. package/dist/nodes/SoftwareTeamsSlackHitl/softwareTeamsSlackHitl.svg +10 -0
  82. package/dist/nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.d.ts +6 -0
  83. package/dist/nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.d.ts.map +1 -0
  84. package/dist/nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.js +2601 -0
  85. package/dist/nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.js.map +1 -0
  86. package/dist/nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.svg +6 -0
  87. package/dist/nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.d.ts +20 -0
  88. package/dist/nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.d.ts.map +1 -0
  89. package/dist/nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.js +175 -0
  90. package/dist/nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.js.map +1 -0
  91. package/dist/nodes/SoftwareTeamsWorkspace/softwareTeamsWorkspace.svg +13 -0
  92. package/dist/src/execution/single-turn.d.ts +6 -0
  93. package/dist/src/execution/single-turn.d.ts.map +1 -0
  94. package/dist/src/execution/single-turn.js +2662 -0
  95. package/dist/src/execution/single-turn.js.map +1 -0
  96. package/dist/src/hitl/channels.d.ts +48 -0
  97. package/dist/src/hitl/channels.d.ts.map +1 -0
  98. package/dist/src/hitl/channels.js +297 -0
  99. package/dist/src/hitl/channels.js.map +1 -0
  100. package/dist/src/hitl/conversation-state.d.ts +45 -0
  101. package/dist/src/hitl/conversation-state.d.ts.map +1 -0
  102. package/dist/src/hitl/conversation-state.js +69 -0
  103. package/dist/src/hitl/conversation-state.js.map +1 -0
  104. package/dist/src/hitl/slack.d.ts +32 -0
  105. package/dist/src/hitl/slack.d.ts.map +1 -0
  106. package/dist/src/hitl/slack.js +202 -0
  107. package/dist/src/hitl/slack.js.map +1 -0
  108. package/dist/src/ingestion/context.d.ts +38 -0
  109. package/dist/src/ingestion/context.d.ts.map +1 -0
  110. package/dist/src/ingestion/context.js +2501 -0
  111. package/dist/src/ingestion/context.js.map +1 -0
  112. package/dist/src/ingestion/pr-feedback.d.ts +48 -0
  113. package/dist/src/ingestion/pr-feedback.d.ts.map +1 -0
  114. package/dist/src/ingestion/pr-feedback.js +85 -0
  115. package/dist/src/ingestion/pr-feedback.js.map +1 -0
  116. package/dist/src/n8n-cast.d.ts +11 -0
  117. package/dist/src/n8n-cast.d.ts.map +1 -0
  118. package/dist/src/n8n-cast.js +17 -0
  119. package/dist/src/n8n-cast.js.map +1 -0
  120. package/dist/src/orchestration/run-state/global-store.d.ts +7 -0
  121. package/dist/src/orchestration/run-state/global-store.d.ts.map +1 -0
  122. package/dist/src/orchestration/run-state/global-store.js +27 -0
  123. package/dist/src/orchestration/run-state/global-store.js.map +1 -0
  124. package/dist/src/orchestration/run-state/ordering.d.ts +14 -0
  125. package/dist/src/orchestration/run-state/ordering.d.ts.map +1 -0
  126. package/dist/src/orchestration/run-state/ordering.js +59 -0
  127. package/dist/src/orchestration/run-state/ordering.js.map +1 -0
  128. package/dist/src/orchestration/run-state/persistence.d.ts +9 -0
  129. package/dist/src/orchestration/run-state/persistence.d.ts.map +1 -0
  130. package/dist/src/orchestration/run-state/persistence.js +29 -0
  131. package/dist/src/orchestration/run-state/persistence.js.map +1 -0
  132. package/dist/src/orchestration/run-state/planning.d.ts +17 -0
  133. package/dist/src/orchestration/run-state/planning.d.ts.map +1 -0
  134. package/dist/src/orchestration/run-state/planning.js +117 -0
  135. package/dist/src/orchestration/run-state/planning.js.map +1 -0
  136. package/dist/src/orchestration/run-state/readiness.d.ts +20 -0
  137. package/dist/src/orchestration/run-state/readiness.d.ts.map +1 -0
  138. package/dist/src/orchestration/run-state/readiness.js +105 -0
  139. package/dist/src/orchestration/run-state/readiness.js.map +1 -0
  140. package/dist/src/orchestration/run-state/shapes.d.ts +53 -0
  141. package/dist/src/orchestration/run-state/shapes.d.ts.map +1 -0
  142. package/dist/src/orchestration/run-state/shapes.js +3 -0
  143. package/dist/src/orchestration/run-state/shapes.js.map +1 -0
  144. package/dist/src/orchestration/run-state/transitions.d.ts +46 -0
  145. package/dist/src/orchestration/run-state/transitions.d.ts.map +1 -0
  146. package/dist/src/orchestration/run-state/transitions.js +133 -0
  147. package/dist/src/orchestration/run-state/transitions.js.map +1 -0
  148. package/dist/src/orchestration/run-state.d.ts +8 -0
  149. package/dist/src/orchestration/run-state.d.ts.map +1 -0
  150. package/dist/src/orchestration/run-state.js +35 -0
  151. package/dist/src/orchestration/run-state.js.map +1 -0
  152. package/dist/src/output/github.d.ts +39 -0
  153. package/dist/src/output/github.d.ts.map +1 -0
  154. package/dist/src/output/github.js +2492 -0
  155. package/dist/src/output/github.js.map +1 -0
  156. package/dist/src/repo/git.d.ts +71 -0
  157. package/dist/src/repo/git.d.ts.map +1 -0
  158. package/dist/src/repo/git.js +207 -0
  159. package/dist/src/repo/git.js.map +1 -0
  160. package/dist/src/repo/merge.d.ts +36 -0
  161. package/dist/src/repo/merge.d.ts.map +1 -0
  162. package/dist/src/repo/merge.js +133 -0
  163. package/dist/src/repo/merge.js.map +1 -0
  164. package/dist/src/repo/repo-context.d.ts +23 -0
  165. package/dist/src/repo/repo-context.d.ts.map +1 -0
  166. package/dist/src/repo/repo-context.js +10 -0
  167. package/dist/src/repo/repo-context.js.map +1 -0
  168. package/dist/src/repo/teardown.d.ts +38 -0
  169. package/dist/src/repo/teardown.d.ts.map +1 -0
  170. package/dist/src/repo/teardown.js +171 -0
  171. package/dist/src/repo/teardown.js.map +1 -0
  172. package/dist/src/repo/validate.d.ts +4 -0
  173. package/dist/src/repo/validate.d.ts.map +1 -0
  174. package/dist/src/repo/validate.js +42 -0
  175. package/dist/src/repo/validate.js.map +1 -0
  176. package/package.json +73 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SoftwareTeamsTrigger.node.js","sourceRoot":"","sources":["../../../nodes/SoftwareTeamsTrigger/SoftwareTeamsTrigger.node.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60" height="60">
2
+ <!-- Background circle -->
3
+ <circle cx="30" cy="30" r="28" fill="#6B3FA0" />
4
+ <!-- Lightning bolt / trigger symbol -->
5
+ <path d="M34 8 L20 32 L28 32 L26 52 L40 28 L32 28 Z" fill="#FFFFFF" />
6
+ </svg>
@@ -0,0 +1,20 @@
1
+ import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ /**
3
+ * SoftwareTeamsWorkspace node (ADR-002 Decision G, AC1).
4
+ *
5
+ * Establishes the run's git checkout and seeds the non-secret repo coordinates
6
+ * (RepoDescriptor) onto the outbound NodeEnvelope as the additive optional `repo`
7
+ * field. Downstream Agent nodes read `envelope.repo` to construct a local
8
+ * RepoContext and createWorktree for their turn (R-15, R-18).
9
+ *
10
+ * Token injection: the GITHUB_TOKEN from SoftwareTeamsApi credentials is injected
11
+ * into the clone URL for private repos; it is never echoed to the envelope (R-02).
12
+ *
13
+ * Fail-fast: git binary absence and invalid repo/branch inputs fail immediately
14
+ * with a clear actionable message before any git work is attempted (R-01).
15
+ */
16
+ export declare class SoftwareTeamsWorkspace implements INodeType {
17
+ description: INodeTypeDescription;
18
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
19
+ }
20
+ //# sourceMappingURL=SoftwareTeamsWorkspace.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SoftwareTeamsWorkspace.node.d.ts","sourceRoot":"","sources":["../../../nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EAGrB,MAAM,cAAc,CAAC;AAoCtB;;;;;;;;;;;;;GAaG;AACH,qBAAa,sBAAuB,YAAW,SAAS;IACtD,WAAW,EAAE,oBAAoB,CAgD/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAkExE"}
@@ -0,0 +1,175 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SoftwareTeamsWorkspace = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const node_crypto_1 = require("node:crypto");
6
+ const node_path_1 = require("node:path");
7
+ const node_os_1 = require("node:os");
8
+ const n8n_cast_1 = require("../../src/n8n-cast");
9
+ const git_1 = require("../../src/repo/git");
10
+ const validate_1 = require("../../src/repo/validate");
11
+ const OWNER_REPO_RE = /^[A-Za-z0-9_.-]+\/[A-Za-z0-9_.-]+$/;
12
+ function isOwnerRepo(value) {
13
+ return OWNER_REPO_RE.test(value);
14
+ }
15
+ function resolveRepoCoords(targetRepo) {
16
+ var _a, _b;
17
+ if (isOwnerRepo(targetRepo)) {
18
+ const validOwnerRepo = (0, validate_1.validateOwnerRepo)(targetRepo);
19
+ return {
20
+ cloneUrl: `https://github.com/${validOwnerRepo}.git`,
21
+ ownerRepo: validOwnerRepo,
22
+ };
23
+ }
24
+ const validCloneUrl = (0, validate_1.validateCloneUrl)(targetRepo);
25
+ const sshMatch = validCloneUrl.match(/^git@[^:]+:([A-Za-z0-9_.-]+\/[A-Za-z0-9_.-]+?)(\.git)?$/);
26
+ const httpsMatch = validCloneUrl.match(/https:\/\/[^/]+\/([A-Za-z0-9_.-]+\/[A-Za-z0-9_.-]+?)(\.git)?$/);
27
+ const ownerRepo = (_b = ((_a = sshMatch === null || sshMatch === void 0 ? void 0 : sshMatch[1]) !== null && _a !== void 0 ? _a : httpsMatch === null || httpsMatch === void 0 ? void 0 : httpsMatch[1])) !== null && _b !== void 0 ? _b : '';
28
+ if (!ownerRepo) {
29
+ throw new n8n_workflow_1.ApplicationError(`Cannot derive owner/repo from clone URL "${validCloneUrl}". ` +
30
+ 'Provide the target as "owner/repo" instead.');
31
+ }
32
+ return { cloneUrl: validCloneUrl, ownerRepo };
33
+ }
34
+ /**
35
+ * SoftwareTeamsWorkspace node (ADR-002 Decision G, AC1).
36
+ *
37
+ * Establishes the run's git checkout and seeds the non-secret repo coordinates
38
+ * (RepoDescriptor) onto the outbound NodeEnvelope as the additive optional `repo`
39
+ * field. Downstream Agent nodes read `envelope.repo` to construct a local
40
+ * RepoContext and createWorktree for their turn (R-15, R-18).
41
+ *
42
+ * Token injection: the GITHUB_TOKEN from SoftwareTeamsApi credentials is injected
43
+ * into the clone URL for private repos; it is never echoed to the envelope (R-02).
44
+ *
45
+ * Fail-fast: git binary absence and invalid repo/branch inputs fail immediately
46
+ * with a clear actionable message before any git work is attempted (R-01).
47
+ */
48
+ class SoftwareTeamsWorkspace {
49
+ constructor() {
50
+ this.description = {
51
+ displayName: 'Software Teams Workspace',
52
+ name: 'softwareTeamsWorkspace',
53
+ icon: 'file:softwareTeamsWorkspace.svg',
54
+ group: ['transform'],
55
+ version: 1,
56
+ description: 'Clone a target repository and seed repo coordinates onto the envelope. ' +
57
+ 'Place this node before Agent nodes to enable repo-scoped execution.',
58
+ subtitle: '={{ $parameter["targetRepo"] }}',
59
+ defaults: { name: 'Software Teams Workspace' },
60
+ inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
61
+ outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
62
+ credentials: [
63
+ { name: 'softwareTeamsApi', required: true },
64
+ ],
65
+ properties: [
66
+ {
67
+ displayName: 'Target Repository',
68
+ name: 'targetRepo',
69
+ type: 'string',
70
+ default: '',
71
+ required: true,
72
+ description: 'The repository to check out. Accepts "owner/repo" (GitHub shorthand) or a full ' +
73
+ 'https:// / git@ clone URL. Must not contain shell characters (R-08).',
74
+ placeholder: 'owner/repo or https://github.com/owner/repo.git',
75
+ },
76
+ {
77
+ displayName: 'Base Branch',
78
+ name: 'baseBranch',
79
+ type: 'string',
80
+ default: 'main',
81
+ required: true,
82
+ description: 'The branch to clone and fork agent worktrees from. Must be a valid git ref name.',
83
+ },
84
+ {
85
+ displayName: 'Correlation ID',
86
+ name: 'correlationId',
87
+ type: 'string',
88
+ default: '',
89
+ description: 'Stable run id carried unchanged onto every emitted envelope. Leave blank to ' +
90
+ "generate one, or reuse an upstream envelope's correlationId to continue a run.",
91
+ },
92
+ ],
93
+ usableAsTool: true,
94
+ };
95
+ }
96
+ async execute() {
97
+ var _a, _b;
98
+ const items = this.getInputData();
99
+ const returnData = [];
100
+ const credentials = await this.getCredentials('softwareTeamsApi');
101
+ process.env['ANTHROPIC_API_KEY'] = credentials.anthropicApiKey;
102
+ const githubToken = credentials.githubToken || undefined;
103
+ const itemCount = items.length > 0 ? items.length : 1;
104
+ for (const [i] of Array.from({ length: itemCount }).entries()) {
105
+ const targetRepo = this.getNodeParameter('targetRepo', i);
106
+ const baseBranch = this.getNodeParameter('baseBranch', i, 'main');
107
+ const correlationIdParam = this.getNodeParameter('correlationId', i, '').trim();
108
+ const upstream = ((_b = (_a = items[i]) === null || _a === void 0 ? void 0 : _a.json) !== null && _b !== void 0 ? _b : {});
109
+ const upstreamCorrelationId = typeof upstream['correlationId'] === 'string' && upstream['correlationId'].length > 0
110
+ ? upstream['correlationId']
111
+ : undefined;
112
+ const correlationId = correlationIdParam || upstreamCorrelationId || (0, node_crypto_1.randomUUID)();
113
+ try {
114
+ (0, validate_1.validateBranchName)(baseBranch);
115
+ const { cloneUrl, ownerRepo } = resolveRepoCoords(targetRepo.trim());
116
+ const repoDir = (0, node_path_1.join)((0, node_os_1.tmpdir)(), 'st-workspace', correlationId);
117
+ const authenticatedCloneUrl = buildAuthenticatedUrl(cloneUrl, githubToken);
118
+ await (0, git_1.cloneRepo)({ cloneUrl: authenticatedCloneUrl, branch: baseBranch, destDir: repoDir });
119
+ const repoDescriptor = { cloneUrl, ownerRepo, baseBranch };
120
+ const outEnvelope = buildOutEnvelope(upstream, correlationId, repoDescriptor);
121
+ returnData.push({
122
+ json: (0, n8n_cast_1.toDataObject)(outEnvelope),
123
+ pairedItem: { item: i },
124
+ });
125
+ }
126
+ catch (err) {
127
+ if (this.continueOnFail()) {
128
+ returnData.push({
129
+ json: { error: err instanceof Error ? err.message : String(err) },
130
+ pairedItem: { item: i },
131
+ });
132
+ continue;
133
+ }
134
+ throw new n8n_workflow_1.NodeOperationError(this.getNode(), `Software Teams Workspace failed: ${err instanceof Error ? err.message : String(err)}`, { itemIndex: i });
135
+ }
136
+ }
137
+ return [returnData];
138
+ }
139
+ }
140
+ exports.SoftwareTeamsWorkspace = SoftwareTeamsWorkspace;
141
+ function buildAuthenticatedUrl(cloneUrl, githubToken) {
142
+ if (!githubToken)
143
+ return cloneUrl;
144
+ if (!cloneUrl.startsWith('https://'))
145
+ return cloneUrl;
146
+ return cloneUrl.replace('https://', `https://x-access-token:${githubToken}@`);
147
+ }
148
+ function buildOutEnvelope(upstream, correlationId, repo) {
149
+ const isUpstreamEnvelope = typeof upstream['correlationId'] === 'string' &&
150
+ upstream['correlationId'].length > 0 &&
151
+ typeof upstream['agentId'] === 'string' &&
152
+ typeof upstream['status'] === 'string';
153
+ if (isUpstreamEnvelope) {
154
+ const up = (0, n8n_cast_1.fromDataObject)(upstream);
155
+ return {
156
+ correlationId,
157
+ agentId: up.agentId,
158
+ status: up.status,
159
+ input: up.input,
160
+ result: up.result,
161
+ artifacts: Array.isArray(up.artifacts) ? [...up.artifacts] : [],
162
+ repo,
163
+ };
164
+ }
165
+ return {
166
+ correlationId,
167
+ agentId: 'software-teams-workspace',
168
+ status: 'ok',
169
+ input: { prompt: '', context: null },
170
+ result: { text: '' },
171
+ artifacts: [],
172
+ repo,
173
+ };
174
+ }
175
+ //# sourceMappingURL=SoftwareTeamsWorkspace.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SoftwareTeamsWorkspace.node.js","sourceRoot":"","sources":["../../../nodes/SoftwareTeamsWorkspace/SoftwareTeamsWorkspace.node.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60" height="60">
2
+ <rect width="60" height="60" rx="10" ry="10" fill="#2D7A4F"/>
3
+ <rect x="12" y="18" width="36" height="26" rx="3" ry="3" fill="none" stroke="white" stroke-width="2.5"/>
4
+ <line x1="12" y1="25" x2="48" y2="25" stroke="white" stroke-width="2"/>
5
+ <circle cx="17" cy="21.5" r="1.5" fill="white" opacity="0.8"/>
6
+ <circle cx="22" cy="21.5" r="1.5" fill="white" opacity="0.8"/>
7
+ <circle cx="27" cy="21.5" r="1.5" fill="white" opacity="0.8"/>
8
+ <line x1="18" y1="32" x2="30" y2="32" stroke="white" stroke-width="1.8" stroke-linecap="round" opacity="0.9"/>
9
+ <line x1="18" y1="37" x2="26" y2="37" stroke="white" stroke-width="1.8" stroke-linecap="round" opacity="0.7"/>
10
+ <circle cx="40" cy="37" r="5" fill="none" stroke="white" stroke-width="2"/>
11
+ <line x1="40" y1="34" x2="40" y2="37" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
12
+ <circle cx="40" cy="37.5" r="0.8" fill="white"/>
13
+ </svg>
@@ -0,0 +1,6 @@
1
+ import type { NodeEnvelope } from "@websitelabs/software-teams";
2
+ import type { RepoContext } from "../repo/repo-context";
3
+ declare const SINGLE_TURN_ALLOWED_TOOLS: readonly string[];
4
+ export { SINGLE_TURN_ALLOWED_TOOLS };
5
+ export declare function runAgentTurn(input: NodeEnvelope, repoContext?: RepoContext, githubToken?: string): Promise<NodeEnvelope>;
6
+ //# sourceMappingURL=single-turn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"single-turn.d.ts","sourceRoot":"","sources":["../../../src/execution/single-turn.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAWxD,QAAA,MAA2C,yBAAyB,mBAAc,CAAC;AAEnF,OAAO,EAAE,yBAAyB,EAAE,CAAC;AA8JrC,wBAAsB,YAAY,CAChC,KAAK,EAAE,YAAY,EACnB,WAAW,CAAC,EAAE,WAAW,EACzB,WAAW,CAAC,EAAE,MAAM,GACnB,OAAO,CAAC,YAAY,CAAC,CA2DvB"}