fraim-framework 2.0.36 → 2.0.38

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 (192) hide show
  1. package/bin/fraim.js +5 -52
  2. package/dist/registry/scripts/build-scripts-generator.js +205 -0
  3. package/dist/registry/scripts/fraim-config.js +61 -0
  4. package/dist/registry/scripts/generic-issues-api.js +100 -0
  5. package/dist/registry/scripts/openapi-generator.js +664 -0
  6. package/dist/registry/scripts/performance/profile-server.js +390 -0
  7. package/dist/scripts/build-stub-registry.js +108 -0
  8. package/dist/src/cli/commands/doctor.js +5 -5
  9. package/dist/src/cli/commands/init-project.js +74 -0
  10. package/dist/src/cli/commands/setup.js +176 -0
  11. package/dist/src/cli/commands/sync.js +33 -19
  12. package/dist/src/cli/commands/test-mcp.js +135 -0
  13. package/dist/src/cli/fraim.js +6 -0
  14. package/dist/src/cli/setup/auto-mcp-setup.js +367 -0
  15. package/dist/src/cli/setup/ide-detector.js +163 -0
  16. package/dist/src/cli/setup/mcp-config-generator.js +115 -0
  17. package/dist/src/cli/setup/token-validator.js +49 -0
  18. package/dist/test-utils.js +96 -0
  19. package/dist/tests/debug-tools.js +2 -2
  20. package/dist/tests/esm-compat.js +11 -0
  21. package/dist/tests/shared-server-utils.js +57 -0
  22. package/dist/tests/test-chalk-esm-issue.js +159 -0
  23. package/dist/tests/test-chalk-real-world.js +265 -0
  24. package/dist/tests/test-chalk-regression.js +2 -18
  25. package/dist/tests/test-chalk-resolution-issue.js +304 -0
  26. package/dist/tests/test-client-scripts-validation.js +27 -5
  27. package/dist/tests/test-complete-setup-flow.js +110 -0
  28. package/dist/tests/test-fraim-install-chalk-issue.js +254 -0
  29. package/dist/tests/test-ide-detector.js +46 -0
  30. package/dist/tests/test-improved-setup.js +121 -0
  31. package/dist/tests/test-mcp-config-generator.js +70 -0
  32. package/dist/tests/test-mcp-connection.js +58 -117
  33. package/dist/tests/test-mcp-issue-integration.js +2 -2
  34. package/dist/tests/test-mcp-lifecycle-methods.js +34 -100
  35. package/dist/tests/test-mcp-shared-server.js +308 -0
  36. package/dist/tests/test-npm-resolution-diagnostic.js +140 -0
  37. package/dist/tests/test-package-size.js +101 -0
  38. package/dist/tests/test-prep-issue.js +34 -1
  39. package/dist/tests/test-script-location-independence.js +39 -62
  40. package/dist/tests/test-server-utils.js +32 -0
  41. package/dist/tests/test-session-rehydration.js +2 -2
  42. package/dist/tests/test-setup-integration.js +98 -0
  43. package/dist/tests/test-standalone.js +2 -2
  44. package/dist/tests/test-stub-registry.js +136 -0
  45. package/dist/tests/test-sync-stubs.js +143 -0
  46. package/dist/tests/test-telemetry.js +2 -2
  47. package/dist/tests/test-token-validator.js +30 -0
  48. package/dist/tests/test-user-journey.js +2 -1
  49. package/package.json +7 -9
  50. package/registry/agent-guardrails.md +62 -62
  51. package/registry/scripts/code-quality-check.sh +559 -559
  52. package/registry/scripts/detect-tautological-tests.sh +38 -38
  53. package/registry/scripts/prep-issue.sh +61 -30
  54. package/registry/scripts/validate-openapi-limits.ts +366 -366
  55. package/registry/scripts/validate-test-coverage.ts +280 -280
  56. package/registry/scripts/verify-pr-comments.sh +70 -70
  57. package/registry/stubs/workflows/bootstrap/create-architecture.md +11 -0
  58. package/registry/stubs/workflows/bootstrap/detect-broken-windows.md +11 -0
  59. package/registry/stubs/workflows/bootstrap/evaluate-code-quality.md +11 -0
  60. package/registry/stubs/workflows/bootstrap/verify-test-coverage.md +11 -0
  61. package/registry/stubs/workflows/business-development/create-business-plan.md +11 -0
  62. package/registry/stubs/workflows/business-development/ideate-business-opportunity.md +11 -0
  63. package/registry/stubs/workflows/business-development/price-product.md +18 -0
  64. package/registry/stubs/workflows/convert-to-pdf.md +11 -0
  65. package/registry/stubs/workflows/customer-development/insight-analysis.md +11 -0
  66. package/registry/stubs/workflows/customer-development/insight-triage.md +11 -0
  67. package/registry/stubs/workflows/customer-development/interview-preparation.md +11 -0
  68. package/registry/stubs/workflows/customer-development/linkedin-outreach.md +11 -0
  69. package/registry/stubs/workflows/customer-development/strategic-brainstorming.md +11 -0
  70. package/registry/stubs/workflows/customer-development/thank-customers.md +11 -0
  71. package/registry/stubs/workflows/customer-development/weekly-newsletter.md +11 -0
  72. package/registry/stubs/workflows/deploy/cloud-deployment.md +11 -0
  73. package/registry/stubs/workflows/improve-fraim/contribute.md +11 -0
  74. package/registry/stubs/workflows/improve-fraim/file-issue.md +11 -0
  75. package/registry/stubs/workflows/marketing/content-creation.md +11 -0
  76. package/registry/stubs/workflows/marketing/hbr-article.md +11 -0
  77. package/registry/stubs/workflows/marketing/launch-checklist.md +11 -0
  78. package/registry/stubs/workflows/marketing/marketing-strategy.md +11 -0
  79. package/registry/stubs/workflows/marketing/storytelling.md +11 -0
  80. package/registry/stubs/workflows/performance/analyze-performance.md +11 -0
  81. package/registry/stubs/workflows/product-building/design.md +11 -0
  82. package/registry/stubs/workflows/product-building/implement.md +12 -0
  83. package/registry/stubs/workflows/product-building/iterate-on-pr-comments.md +11 -0
  84. package/registry/stubs/workflows/product-building/prep-issue.md +11 -0
  85. package/registry/stubs/workflows/product-building/prototype.md +11 -0
  86. package/registry/stubs/workflows/product-building/resolve.md +11 -0
  87. package/registry/stubs/workflows/product-building/retrospect.md +11 -0
  88. package/registry/stubs/workflows/product-building/spec.md +11 -0
  89. package/registry/stubs/workflows/product-building/test.md +11 -0
  90. package/registry/stubs/workflows/quality-assurance/browser-validation.md +11 -0
  91. package/registry/stubs/workflows/quality-assurance/iterative-improvement-cycle.md +11 -0
  92. package/registry/stubs/workflows/replicate/replicate-discovery.md +11 -0
  93. package/registry/stubs/workflows/replicate/replicate-to-issues.md +11 -0
  94. package/registry/stubs/workflows/reviewer/review-implementation-vs-design-spec.md +11 -0
  95. package/registry/stubs/workflows/reviewer/review-implementation-vs-feature-spec.md +11 -0
  96. package/registry/stubs/workflows/startup-credits/aws-activate-application.md +11 -0
  97. package/registry/stubs/workflows/startup-credits/google-cloud-application.md +11 -0
  98. package/registry/stubs/workflows/startup-credits/microsoft-azure-application.md +11 -0
  99. package/.github/workflows/ci.yml +0 -65
  100. package/.github/workflows/deploy-fraim.yml +0 -87
  101. package/.github/workflows/phase-change.yml +0 -251
  102. package/.github/workflows/status-change.yml +0 -68
  103. package/.github/workflows/sync-on-pr-review.yml +0 -66
  104. package/examples/simple-webapp/TESTING.md +0 -62
  105. package/examples/simple-webapp/example-test.ts +0 -186
  106. package/registry/github/workflows/ci.yml +0 -51
  107. package/registry/github/workflows/phase-change.yml +0 -251
  108. package/registry/github/workflows/status-change.yml +0 -68
  109. package/registry/github/workflows/sync-on-pr-review.yml +0 -66
  110. package/registry/mcp-template.jsonc +0 -29
  111. package/registry/rules/agent-success-criteria.md +0 -52
  112. package/registry/rules/agent-testing-guidelines.md +0 -502
  113. package/registry/rules/architecture.md +0 -52
  114. package/registry/rules/communication.md +0 -122
  115. package/registry/rules/continuous-learning.md +0 -55
  116. package/registry/rules/debugging-multitenancy-issues.md +0 -85
  117. package/registry/rules/ephemeral-execution.md +0 -57
  118. package/registry/rules/git-safe-commands.md +0 -34
  119. package/registry/rules/hitl-ppe-record-analysis.md +0 -302
  120. package/registry/rules/integrity-and-test-ethics.md +0 -275
  121. package/registry/rules/local-development.md +0 -254
  122. package/registry/rules/merge-requirements.md +0 -231
  123. package/registry/rules/simplicity.md +0 -118
  124. package/registry/rules/software-development-lifecycle.md +0 -105
  125. package/registry/rules/spike-first-development.md +0 -205
  126. package/registry/rules/successful-debugging-patterns.md +0 -491
  127. package/registry/rules/telemetry.md +0 -67
  128. package/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +0 -53
  129. package/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +0 -37
  130. package/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +0 -35
  131. package/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +0 -29
  132. package/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +0 -126
  133. package/registry/templates/customer-development/customer-interview-template.md +0 -99
  134. package/registry/templates/customer-development/follow-up-email-templates.md +0 -132
  135. package/registry/templates/customer-development/insight-analysis-template.md +0 -74
  136. package/registry/templates/customer-development/strategic-recommendations-template.md +0 -53
  137. package/registry/templates/customer-development/thank-you-email-template.html +0 -124
  138. package/registry/templates/customer-development/thank-you-note-template.md +0 -16
  139. package/registry/templates/customer-development/triage-log-template.md +0 -278
  140. package/registry/templates/customer-development/weekly-newsletter-template.html +0 -204
  141. package/registry/templates/evidence/Design-Evidence.md +0 -30
  142. package/registry/templates/evidence/Implementation-BugEvidence.md +0 -86
  143. package/registry/templates/evidence/Implementation-FeatureEvidence.md +0 -121
  144. package/registry/templates/evidence/Spec-Evidence.md +0 -19
  145. package/registry/templates/help/HelpNeeded.md +0 -14
  146. package/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +0 -66
  147. package/registry/templates/replicate/implementation-checklist.md +0 -39
  148. package/registry/templates/replicate/use-cases-template.md +0 -88
  149. package/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +0 -55
  150. package/registry/templates/specs/BUGSPEC-TEMPLATE.md +0 -37
  151. package/registry/templates/specs/FEATURESPEC-TEMPLATE.md +0 -29
  152. package/registry/templates/specs/TECHSPEC-TEMPLATE.md +0 -39
  153. package/registry/workflows/bootstrap/create-architecture.md +0 -38
  154. package/registry/workflows/bootstrap/evaluate-code-quality.md +0 -36
  155. package/registry/workflows/bootstrap/verify-test-coverage.md +0 -37
  156. package/registry/workflows/business-development/create-business-plan.md +0 -737
  157. package/registry/workflows/business-development/ideate-business-opportunity.md +0 -55
  158. package/registry/workflows/business-development/price-product.md +0 -325
  159. package/registry/workflows/convert-to-pdf.md +0 -235
  160. package/registry/workflows/customer-development/insight-analysis.md +0 -156
  161. package/registry/workflows/customer-development/insight-triage.md +0 -933
  162. package/registry/workflows/customer-development/interview-preparation.md +0 -421
  163. package/registry/workflows/customer-development/linkedin-outreach.md +0 -593
  164. package/registry/workflows/customer-development/strategic-brainstorming.md +0 -146
  165. package/registry/workflows/customer-development/thank-customers.md +0 -203
  166. package/registry/workflows/customer-development/weekly-newsletter.md +0 -366
  167. package/registry/workflows/deploy/cloud-deployment.md +0 -310
  168. package/registry/workflows/improve-fraim/contribute.md +0 -32
  169. package/registry/workflows/improve-fraim/file-issue.md +0 -32
  170. package/registry/workflows/marketing/content-creation.md +0 -37
  171. package/registry/workflows/marketing/hbr-article.md +0 -73
  172. package/registry/workflows/marketing/launch-checklist.md +0 -37
  173. package/registry/workflows/marketing/marketing-strategy.md +0 -45
  174. package/registry/workflows/performance/analyze-performance.md +0 -65
  175. package/registry/workflows/product-building/design.md +0 -130
  176. package/registry/workflows/product-building/implement.md +0 -315
  177. package/registry/workflows/product-building/iterate-on-pr-comments.md +0 -70
  178. package/registry/workflows/product-building/prep-issue.md +0 -43
  179. package/registry/workflows/product-building/prototype.md +0 -60
  180. package/registry/workflows/product-building/resolve.md +0 -164
  181. package/registry/workflows/product-building/retrospect.md +0 -86
  182. package/registry/workflows/product-building/spec.md +0 -117
  183. package/registry/workflows/product-building/test.md +0 -120
  184. package/registry/workflows/quality-assurance/browser-validation.md +0 -221
  185. package/registry/workflows/quality-assurance/iterative-improvement-cycle.md +0 -562
  186. package/registry/workflows/replicate/replicate-discovery.md +0 -336
  187. package/registry/workflows/replicate/replicate-to-issues.md +0 -319
  188. package/registry/workflows/reviewer/review-implementation-vs-design-spec.md +0 -632
  189. package/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +0 -669
  190. package/registry/workflows/startup-credits/aws-activate-application.md +0 -535
  191. package/registry/workflows/startup-credits/google-cloud-application.md +0 -647
  192. package/registry/workflows/startup-credits/microsoft-azure-application.md +0 -538
@@ -0,0 +1,390 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ const child_process_1 = require("child_process");
37
+ const fs = __importStar(require("fs"));
38
+ const path = __importStar(require("path"));
39
+ const os = __importStar(require("os"));
40
+ const fraim_config_1 = require("../fraim-config");
41
+ const azureConfig = fraim_config_1.fraimConfig.azure;
42
+ const CONFIGS = {
43
+ prod: {
44
+ env: 'prod',
45
+ appName: azureConfig.prodAppName,
46
+ resourceGroup: azureConfig.prodResourceGroup
47
+ },
48
+ preprod: {
49
+ env: 'preprod',
50
+ appName: azureConfig.preprodAppName,
51
+ resourceGroup: azureConfig.preprodResourceGroup
52
+ },
53
+ local: {
54
+ env: 'local',
55
+ appName: azureConfig.localAppName,
56
+ resourceGroup: azureConfig.localResourceGroup
57
+ }
58
+ };
59
+ async function main() {
60
+ const args = process.argv.slice(2);
61
+ let config = CONFIGS.local;
62
+ const includeLogs = args.includes('--logs');
63
+ if (args.includes('--prod'))
64
+ config = CONFIGS.prod;
65
+ else if (args.includes('--preprod'))
66
+ config = CONFIGS.preprod;
67
+ else if (args.includes('--local')) {
68
+ console.log('šŸ” Running in local mode (log analysis only)');
69
+ config = CONFIGS.local;
70
+ }
71
+ else {
72
+ console.log('āš ļø No environment specified.');
73
+ console.log('Usage: npx tsx <this-script> [--prod|--preprod|--local] [--logs]');
74
+ return;
75
+ }
76
+ console.log(`\nšŸš€ Starting Profiling for Environment: ${config.env.toUpperCase()}`);
77
+ // 1. Infrastructure (Step 1)
78
+ if (config.env !== 'local') {
79
+ try {
80
+ console.log('\n--- ā˜ļø Step 1: Server Resource Analysis (Plan Level) ---');
81
+ // Get App Service Plan ID
82
+ const planId = (0, child_process_1.execSync)(`az webapp show --name ${config.appName} --resource-group ${config.resourceGroup} --query "appServicePlanId" -o tsv`).toString().trim();
83
+ console.log(`Plan ID: ${planId.split('/').pop()}`);
84
+ // 1a. Overall Metric (Plan Level)
85
+ // Get last 5 minutes of CPU/Memory
86
+ console.log(`> Fetching Plan Metrics (Last 5m)...`);
87
+ const metricCmd = `az monitor metrics list --resource "${planId}" --metrics CpuPercentage MemoryPercentage --interval PT1M --query "value[].{name:name.value, average:timeseries[0].data[-1].average}" -o json`;
88
+ try {
89
+ const metrics = JSON.parse((0, child_process_1.execSync)(metricCmd).toString());
90
+ metrics.forEach((m) => {
91
+ console.log(`${m.name}: ${m.average != null ? m.average.toFixed(2) + '%' : 'N/A'}`);
92
+ });
93
+ }
94
+ catch (e) {
95
+ console.log(`āš ļø Could not fetch plan metrics: ${e.message.split('\n')[0]}`);
96
+ }
97
+ // Prepare for API calls
98
+ // Get Access Token explicitly
99
+ const token = (0, child_process_1.execSync)('az account get-access-token --resource https://management.azure.com/ --query accessToken -o tsv').toString().trim();
100
+ const axios = (await Promise.resolve().then(() => __importStar(require('axios')))).default;
101
+ // --- 1.5: App Level Metrics (CpuTime) ---
102
+ try {
103
+ console.log(`\n> Fetching App Metrics (Last 5m) for ${config.appName}...`);
104
+ const subscriptionId = (0, child_process_1.execSync)(`az account show --query id -o tsv`).toString().trim();
105
+ const siteResourceId = `/subscriptions/${subscriptionId}/resourceGroups/${config.resourceGroup}/providers/Microsoft.Web/sites/${config.appName}`;
106
+ const appResponse = await axios.get(`https://management.azure.com${siteResourceId}/providers/microsoft.insights/metrics?api-version=2018-01-01&metricnames=CpuTime&timespan=PT5M&aggregation=Total`, { headers: { Authorization: `Bearer ${token}` } });
107
+ if (appResponse.data && appResponse.data.value) {
108
+ appResponse.data.value.forEach((m) => {
109
+ const val = (m.timeseries[0]?.data[0]?.total);
110
+ const displayVal = val !== undefined ? val.toFixed(2) : 'N/A';
111
+ console.log(`${m.name.value}: ${displayVal}s (Total over 5m)`);
112
+ });
113
+ }
114
+ }
115
+ catch (e) {
116
+ console.log(`āš ļø Could not fetch app metrics: ${e.message}`);
117
+ }
118
+ // 2. Process Metrics (Step 2)
119
+ console.log(`\n--- āš™ļø Step 2: Per-Process Resource Analysis (Kudu) ---`);
120
+ try {
121
+ // Token and axios already fetched above
122
+ const response = await axios.get(`https://${config.appName}.scm.azurewebsites.net/api/processes`, {
123
+ headers: { Authorization: `Bearer ${token}` }
124
+ });
125
+ const processes = response.data;
126
+ // Shared diagnostics state
127
+ let memInfoOutput = '';
128
+ let psOutput = '';
129
+ let psLines = [];
130
+ // Use Kudu Command API to run 'top' remotely
131
+ try {
132
+ const topCmd = {
133
+ command: "top -b -d 3 -n 2",
134
+ dir: "/home"
135
+ };
136
+ const cmdRes = await axios.post(`https://${config.appName}.scm.azurewebsites.net/api/command`, topCmd, {
137
+ headers: { Authorization: `Bearer ${token}` },
138
+ timeout: 25000
139
+ });
140
+ if (cmdRes.data && cmdRes.data.Output) {
141
+ const lines = cmdRes.data.Output.split('\n');
142
+ // --- Trace System Summary ---
143
+ console.log('System Summary (from top):');
144
+ let summaryLinesCount = 0;
145
+ for (const line of lines) {
146
+ if (line.trim() && summaryLinesCount < 5) {
147
+ console.log(` ${line.trim()}`);
148
+ summaryLinesCount++;
149
+ }
150
+ }
151
+ // --- Deep Dive: Missing Memory Investigation ---
152
+ console.log(`\n> Investigating "Invisible" Memory Usage...`);
153
+ try {
154
+ const dfCmd = { command: "df -h | grep -E 'tmpfs|shm'", dir: "/home" };
155
+ const dfRes = await axios.post(`https://${config.appName}.scm.azurewebsites.net/api/command`, dfCmd, { headers: { Authorization: `Bearer ${token}` } });
156
+ console.log(' [Tmpfs/Shm Usage]:');
157
+ console.log(dfRes.data.Output ? ' ' + dfRes.data.Output.replace(/\n/g, '\n ').trim() : ' (No output)');
158
+ const memInfoCmd = { command: "cat /proc/meminfo | grep -E 'MemTotal|MemFree|MemAvailable|SwapTotal|SwapFree|Shmem|Slab|SUnreclaim|Buffers|Cached|AnonPages|Committed_AS'", dir: "/home" };
159
+ const memRes = await axios.post(`https://${config.appName}.scm.azurewebsites.net/api/command`, memInfoCmd, { headers: { Authorization: `Bearer ${token}` } });
160
+ memInfoOutput = memRes.data.Output || '';
161
+ console.log(' [Detailed MemInfo]:');
162
+ console.log(memInfoOutput ? ' ' + memInfoOutput.replace(/\n/g, '\n ').trim() : ' (No output)');
163
+ console.log('\n [Searching for Swap/VM Hogs in /proc...]:');
164
+ const swapHogCmd = {
165
+ command: "for f in /proc/[0-9]*/status; do grep -E '^(Name|Pid|VmSwap|VmSize)' $f 2>/dev/null | tr '\n' ' ' && echo ''; done | sort -k6 -rn | head -n 10",
166
+ dir: "/home"
167
+ };
168
+ const swapRes = await axios.post(`https://${config.appName}.scm.azurewebsites.net/api/command`, swapHogCmd, { headers: { Authorization: `Bearer ${token}` } });
169
+ console.log(' (Format: Name, Pid, VmSize, VmSwap)');
170
+ console.log(swapRes.data.Output ? ' ' + swapRes.data.Output.replace(/\n/g, '\n ').trim() : ' (No output)');
171
+ }
172
+ catch (e) {
173
+ console.log(` Could not inspect storage/meminfo: ${e.message}`);
174
+ }
175
+ let currentSnapshot = [];
176
+ let foundHeader = false;
177
+ let cpuColIndex = -1;
178
+ let memColIndex = -1;
179
+ let cmdColIndex = -1;
180
+ for (const line of lines) {
181
+ const trimmed = line.trim();
182
+ if (!trimmed)
183
+ continue;
184
+ if (trimmed.includes('PID') && trimmed.includes('COMMAND')) {
185
+ foundHeader = true;
186
+ currentSnapshot = [];
187
+ const headers = trimmed.split(/\s+/);
188
+ cpuColIndex = headers.indexOf('%CPU');
189
+ if (cpuColIndex === -1)
190
+ cpuColIndex = headers.indexOf('CPU%');
191
+ memColIndex = headers.indexOf('%MEM');
192
+ if (memColIndex === -1)
193
+ memColIndex = headers.indexOf('MEM%');
194
+ cmdColIndex = headers.indexOf('COMMAND');
195
+ continue;
196
+ }
197
+ if (foundHeader && cpuColIndex >= 0) {
198
+ const parts = trimmed.split(/\s+/);
199
+ if (parts.length >= 9) {
200
+ const pid = parts[0];
201
+ const cpuStr = parts[cpuColIndex];
202
+ const memStr = parts[memColIndex];
203
+ const cmd = parts.slice(cmdColIndex).join(' ');
204
+ const state = parts[7] || '?';
205
+ const time = parts[10] || '?';
206
+ const cpuVal = parseFloat(cpuStr);
207
+ const memVal = parseFloat(memStr);
208
+ if (!isNaN(parseInt(pid))) {
209
+ currentSnapshot.push({ pid, cmd, cpuStr, memStr, cpuVal, memVal, state, time });
210
+ }
211
+ }
212
+ }
213
+ }
214
+ if (currentSnapshot.length === 0) {
215
+ console.log('(No processes found or parsing failed)');
216
+ }
217
+ else {
218
+ console.log(`\n--- Cross-Referencing Memory Hogs (ps aux) ---`);
219
+ try {
220
+ const psRes = await axios.post(`https://${config.appName}.scm.azurewebsites.net/api/command`, { command: "ps aux", dir: "/home" }, { headers: { Authorization: `Bearer ${token}` } });
221
+ psOutput = psRes.data.Output || '';
222
+ console.log(`PID\tVSZ\tRSS\tCOMMAND`);
223
+ console.log(`---\t---\t---\t-------`);
224
+ psLines = psOutput.split('\n').filter((l) => l.includes(' '));
225
+ psLines.slice(1, 10).forEach((l) => {
226
+ const p = l.trim().split(/\s+/);
227
+ if (p.length > 10) {
228
+ console.log(`${p[1]}\t${(parseInt(p[4]) / 1024).toFixed(0)}M\t${(parseInt(p[5]) / 1024).toFixed(0)}M\t${p.slice(10).join(' ').padEnd(30).slice(0, 30)}`);
229
+ }
230
+ });
231
+ }
232
+ catch (e) {
233
+ console.log(` Could not fetch ps aux: ${e.message}`);
234
+ }
235
+ console.log(`\n--- Top Processes by CPU (top delta) ---`);
236
+ console.log(`PID\tSTATE\tTIME+\t%CPU\t%MEM\tCOMMAND`);
237
+ console.log(`---\t-----\t-----\t----\t----\t-------`);
238
+ currentSnapshot.sort((a, b) => b.cpuVal - a.cpuVal);
239
+ currentSnapshot.slice(0, 5).forEach(p => {
240
+ console.log(`${p.pid}\t${p.state}\t${p.time}\t${p.cpuStr}%\t${p.memStr}%\t${p.cmd.padEnd(20).slice(0, 20)}`);
241
+ });
242
+ console.log(`\n--- 🧠 Step 4: Automated Diagnosis ---`);
243
+ try {
244
+ let healthy = true;
245
+ if (memInfoOutput.includes('SwapTotal')) {
246
+ const swapTotal = parseInt(memInfoOutput.match(/SwapTotal:\s+(\d+)/)?.[1] || '0');
247
+ const swapFree = parseInt(memInfoOutput.match(/SwapFree:\s+(\d+)/)?.[1] || '0');
248
+ if (swapTotal > 0) {
249
+ const swapUsedPct = ((swapTotal - swapFree) / swapTotal) * 100;
250
+ if (swapUsedPct > 95) {
251
+ console.log(`āŒ [CRITICAL] Swap Death detected (${swapUsedPct.toFixed(1)}% used).`);
252
+ healthy = false;
253
+ }
254
+ }
255
+ }
256
+ const hasApp = psOutput.includes('server.js') || psOutput.includes('orchestrator.ts');
257
+ if (!hasApp) {
258
+ console.log(`āŒ [CRITICAL] Application process 'server.js' NOT FOUND in ps aux.`);
259
+ healthy = false;
260
+ }
261
+ const kuduHog = currentSnapshot.find(p => p.pid === '851' && p.memVal > 20);
262
+ if (kuduHog) {
263
+ console.log(`āš ļø [WARNING] Kudu (Azure Agent) is consuming ${kuduHog.memStr}% of physical RAM.`);
264
+ healthy = false;
265
+ }
266
+ const pm2Hogs = psLines.filter((l) => l.includes('God Daemon'));
267
+ if (pm2Hogs.length > 1) {
268
+ console.log(`āš ļø [WARNING] Multiple PM2 God Daemons detected (${pm2Hogs.length}). Potential resource conflict.`);
269
+ healthy = false;
270
+ }
271
+ if (healthy) {
272
+ console.log(`āœ… No obvious infrastructure bottlenecks detected.`);
273
+ }
274
+ else {
275
+ console.log(`\nRECOMMENDED ACTIONS:`);
276
+ console.log(`1. Restart the Web App to clear Swap and kill rogue agents.`);
277
+ console.log(`2. Consider upgrading the App Service Plan (B1 -> P1v3) for more RAM.`);
278
+ }
279
+ }
280
+ catch (e) {
281
+ console.log(` Could not perform automated diagnosis: ${e.message}`);
282
+ }
283
+ }
284
+ }
285
+ else {
286
+ console.log('Debug: Unexpected response format:', cmdRes.data);
287
+ }
288
+ }
289
+ catch (err) {
290
+ console.log(`āš ļø 'top' failed via Kudu: ${err.message}`);
291
+ }
292
+ }
293
+ catch (e) {
294
+ console.log(`āš ļø Could not fetch process metrics: ${e.message}`);
295
+ }
296
+ }
297
+ catch (error) {
298
+ console.error('āŒ Failed to fetch infrastructure metrics:', error.message);
299
+ }
300
+ }
301
+ // 3. Log Analysis (Step 3)
302
+ if (includeLogs || config.env === 'local') {
303
+ console.log('\n--- šŸ“ Step 3: Log Analysis ---');
304
+ let logContent = '';
305
+ if (config.env !== 'local') {
306
+ try {
307
+ console.log('> Downloading recent logs from Azure...');
308
+ const fraimTmp = path.join(os.homedir(), '.fraim', 'tmp');
309
+ if (!fs.existsSync(fraimTmp))
310
+ fs.mkdirSync(fraimTmp, { recursive: true });
311
+ const tempDir = fs.mkdtempSync(path.join(fraimTmp, `${fraim_config_1.fraimConfig.personaName.toLowerCase()}-logs-`));
312
+ const zipPath = path.join(tempDir, 'logs.zip');
313
+ (0, child_process_1.execSync)(`az webapp log download --name ${config.appName} --resource-group ${config.resourceGroup} --log-file "${zipPath}"`);
314
+ const originalCwd = process.cwd();
315
+ try {
316
+ process.chdir(tempDir);
317
+ try {
318
+ (0, child_process_1.execSync)(`unzip -o logs.zip`);
319
+ }
320
+ catch (e) {
321
+ try {
322
+ (0, child_process_1.execSync)(`powershell -command "Expand-Archive -Path 'logs.zip' -DestinationPath '.' -Force"`);
323
+ }
324
+ catch (p) { }
325
+ }
326
+ process.chdir(originalCwd);
327
+ }
328
+ catch (e) {
329
+ process.chdir(originalCwd);
330
+ }
331
+ const findLogFile = (dir) => {
332
+ const files = fs.readdirSync(dir);
333
+ for (const file of files) {
334
+ const fullPath = path.join(dir, file);
335
+ const stat = fs.statSync(fullPath);
336
+ if (stat.isDirectory()) {
337
+ const found = findLogFile(fullPath);
338
+ if (found)
339
+ return found;
340
+ }
341
+ else if (file.endsWith('_default_docker.log')) {
342
+ return fullPath;
343
+ }
344
+ }
345
+ return null;
346
+ };
347
+ const dockerLog = findLogFile(tempDir);
348
+ if (dockerLog)
349
+ logContent = fs.readFileSync(dockerLog, 'utf-8');
350
+ }
351
+ catch (error) {
352
+ console.error('āŒ Failed to download logs:', error.message);
353
+ }
354
+ }
355
+ else {
356
+ const localLogPath = path.join(process.cwd(), 'test.log');
357
+ if (fs.existsSync(localLogPath))
358
+ logContent = fs.readFileSync(localLogPath, 'utf-8');
359
+ }
360
+ if (logContent) {
361
+ analyzeLogs(logContent);
362
+ }
363
+ }
364
+ }
365
+ function analyzeLogs(content) {
366
+ const lines = content.split('\n');
367
+ let indexChecks = 0, decryptions = 0, dbConnections = 0, rssMemory = 0;
368
+ const indexPattern = /Ensured unique index/;
369
+ const decryptPattern = /Token decrypted/;
370
+ const dbConnPattern = /Database connection successful/;
371
+ const memoryPattern = /RSS: (\d+) MB/;
372
+ for (const line of lines) {
373
+ if (indexPattern.test(line))
374
+ indexChecks++;
375
+ if (decryptPattern.test(line))
376
+ decryptions++;
377
+ if (dbConnPattern.test(line))
378
+ dbConnections++;
379
+ const memMatch = line.match(memoryPattern);
380
+ if (memMatch)
381
+ rssMemory = Math.max(rssMemory, parseInt(memMatch[1]));
382
+ }
383
+ console.log('\n--- šŸ“Š Operation Frequency ---');
384
+ console.log(`Ensured Unique Index: ${indexChecks}`);
385
+ console.log(`Token Decryptions: ${decryptions}`);
386
+ console.log(`DB Connections: ${dbConnections}`);
387
+ if (rssMemory > 0)
388
+ console.log(`Max RSS Detected: ${rssMemory} MB`);
389
+ }
390
+ main().catch(console.error);
@@ -0,0 +1,108 @@
1
+ #!/usr/bin/env tsx
2
+ "use strict";
3
+ var __importDefault = (this && this.__importDefault) || function (mod) {
4
+ return (mod && mod.__esModule) ? mod : { "default": mod };
5
+ };
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.buildStubRegistry = buildStubRegistry;
8
+ const fs_1 = __importDefault(require("fs"));
9
+ const path_1 = __importDefault(require("path"));
10
+ const stub_generator_1 = require("../src/utils/stub-generator");
11
+ /**
12
+ * Build script to generate stub-only registry for npm package
13
+ *
14
+ * This creates a minimal registry containing:
15
+ * - Pre-generated workflow stubs (for IDE discoverability)
16
+ * - Scripts (for local execution)
17
+ *
18
+ * Excludes:
19
+ * - Complete workflows (served by MCP server)
20
+ * - Templates (served by MCP server)
21
+ * - Rules (served by MCP server)
22
+ */
23
+ const SOURCE_REGISTRY = path_1.default.join(__dirname, '..', 'registry');
24
+ const STUB_REGISTRY = path_1.default.join(__dirname, '..', 'registry', 'stubs');
25
+ async function buildStubRegistry() {
26
+ console.log('šŸ”Ø Building stub-only registry for npm package...');
27
+ // Clean existing stubs directory
28
+ if (fs_1.default.existsSync(STUB_REGISTRY)) {
29
+ fs_1.default.rmSync(STUB_REGISTRY, { recursive: true, force: true });
30
+ }
31
+ // Create stubs directory structure
32
+ fs_1.default.mkdirSync(STUB_REGISTRY, { recursive: true });
33
+ // Generate workflow stubs
34
+ await generateWorkflowStubs();
35
+ console.log('āœ… Stub registry build complete!');
36
+ }
37
+ async function generateWorkflowStubs() {
38
+ const workflowsSourceDir = path_1.default.join(SOURCE_REGISTRY, 'workflows');
39
+ const workflowsStubDir = path_1.default.join(STUB_REGISTRY, 'workflows');
40
+ if (!fs_1.default.existsSync(workflowsSourceDir)) {
41
+ console.warn('āš ļø No workflows directory found in source registry');
42
+ return;
43
+ }
44
+ console.log('šŸ“ Generating workflow stubs...');
45
+ // Get all workflow files recursively
46
+ const workflowFiles = getAllWorkflowFiles(workflowsSourceDir);
47
+ let stubCount = 0;
48
+ for (const workflowFile of workflowFiles) {
49
+ try {
50
+ // Read complete workflow
51
+ const content = fs_1.default.readFileSync(workflowFile.fullPath, 'utf8');
52
+ // Parse intent and principles
53
+ const { intent, principles } = (0, stub_generator_1.parseRegistryWorkflow)(content);
54
+ // Generate stub
55
+ const workflowName = path_1.default.basename(workflowFile.name, '.md');
56
+ const stub = (0, stub_generator_1.generateWorkflowStub)(workflowName, workflowFile.relativePath, intent, principles);
57
+ // Create target directory structure
58
+ const targetDir = path_1.default.join(workflowsStubDir, path_1.default.dirname(workflowFile.relativePath));
59
+ if (!fs_1.default.existsSync(targetDir)) {
60
+ fs_1.default.mkdirSync(targetDir, { recursive: true });
61
+ }
62
+ // Write stub file
63
+ const stubPath = path_1.default.join(workflowsStubDir, workflowFile.relativePath);
64
+ fs_1.default.writeFileSync(stubPath, stub);
65
+ stubCount++;
66
+ console.log(` āœ“ ${workflowFile.relativePath}`);
67
+ }
68
+ catch (error) {
69
+ console.error(` āŒ Failed to generate stub for ${workflowFile.relativePath}:`, error);
70
+ }
71
+ }
72
+ console.log(`šŸ“ Generated ${stubCount} workflow stubs`);
73
+ }
74
+ function getAllWorkflowFiles(dir, baseDir = dir) {
75
+ const files = [];
76
+ if (!fs_1.default.existsSync(dir)) {
77
+ return files;
78
+ }
79
+ const entries = fs_1.default.readdirSync(dir, { withFileTypes: true });
80
+ for (const entry of entries) {
81
+ const fullPath = path_1.default.join(dir, entry.name);
82
+ if (entry.isDirectory()) {
83
+ // Skip certain directories
84
+ if (entry.name.includes('Issue ') || entry.name.includes('Master')) {
85
+ continue;
86
+ }
87
+ // Recursively process subdirectories
88
+ files.push(...getAllWorkflowFiles(fullPath, baseDir));
89
+ }
90
+ else if (entry.isFile() && entry.name.endsWith('.md')) {
91
+ // Add markdown files
92
+ const relativePath = path_1.default.relative(baseDir, fullPath);
93
+ files.push({
94
+ name: entry.name,
95
+ fullPath,
96
+ relativePath: relativePath.replace(/\\/g, '/') // Normalize path separators
97
+ });
98
+ }
99
+ }
100
+ return files;
101
+ }
102
+ // Run the build if this script is executed directly
103
+ if (require.main === module) {
104
+ buildStubRegistry().catch(error => {
105
+ console.error('āŒ Build failed:', error);
106
+ process.exit(1);
107
+ });
108
+ }
@@ -53,20 +53,20 @@ exports.doctorCommand = new commander_1.Command('doctor')
53
53
  // 4. Check registry & sync status
54
54
  const digestPath = path_1.default.join(fraimDir, '.digest');
55
55
  // Try 4 levels up (dist/src/cli/commands -> root)
56
- let registryPath = path_1.default.join(__dirname, '../../../../registry');
56
+ let registryPath = path_1.default.join(__dirname, '../../../../registry/stubs');
57
57
  if (!fs_1.default.existsSync(registryPath)) {
58
58
  // Try 3 levels up (src/cli/commands -> root)
59
- registryPath = path_1.default.join(__dirname, '../../../registry');
59
+ registryPath = path_1.default.join(__dirname, '../../../registry/stubs');
60
60
  }
61
61
  // Fallback for local development if running from within the framework repo itself (and CWD is root)
62
62
  if (!fs_1.default.existsSync(registryPath)) {
63
- registryPath = path_1.default.join(projectRoot, 'registry');
63
+ registryPath = path_1.default.join(projectRoot, 'registry/stubs');
64
64
  }
65
65
  if (!fs_1.default.existsSync(registryPath)) {
66
- console.log(chalk_1.default.yellow('āš ļø Could not locate framework registry. (Expected in node_modules/@fraim/framework/registry)'));
66
+ console.log(chalk_1.default.yellow('āš ļø Could not locate framework stub registry. (Expected in node_modules/@fraim/framework/registry/stubs)'));
67
67
  }
68
68
  else {
69
- console.log(chalk_1.default.green('āœ… Framework registry found.'));
69
+ console.log(chalk_1.default.green('āœ… Framework stub registry found.'));
70
70
  const currentDigest = await (0, digest_utils_1.generateDigest)(registryPath);
71
71
  const existingDigest = fs_1.default.existsSync(digestPath) ? fs_1.default.readFileSync(digestPath, 'utf8') : '';
72
72
  if (currentDigest !== existingDigest) {
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.initProjectCommand = exports.runInitProject = void 0;
7
+ const commander_1 = require("commander");
8
+ const fs_1 = __importDefault(require("fs"));
9
+ const path_1 = __importDefault(require("path"));
10
+ const os_1 = __importDefault(require("os"));
11
+ const chalk_1 = __importDefault(require("chalk"));
12
+ const sync_1 = require("./sync");
13
+ const types_1 = require("../../fraim/types");
14
+ const git_utils_1 = require("../../utils/git-utils");
15
+ const version_utils_1 = require("../../utils/version-utils");
16
+ const checkGlobalSetup = () => {
17
+ const globalConfigPath = path_1.default.join(os_1.default.homedir(), '.fraim', 'config.json');
18
+ return fs_1.default.existsSync(globalConfigPath);
19
+ };
20
+ const runInitProject = async () => {
21
+ console.log(chalk_1.default.blue('šŸš€ Initializing FRAIM project...'));
22
+ // Check if global setup exists
23
+ if (!checkGlobalSetup()) {
24
+ console.log(chalk_1.default.red('āŒ Global FRAIM setup not found.'));
25
+ console.log(chalk_1.default.yellow('Please run global setup first:'));
26
+ console.log(chalk_1.default.cyan(' fraim setup --key=<your-fraim-key>'));
27
+ process.exit(1);
28
+ }
29
+ const projectRoot = process.cwd();
30
+ const fraimDir = path_1.default.join(projectRoot, '.fraim');
31
+ const configPath = path_1.default.join(fraimDir, 'config.json');
32
+ if (!fs_1.default.existsSync(fraimDir)) {
33
+ fs_1.default.mkdirSync(fraimDir, { recursive: true });
34
+ console.log(chalk_1.default.green('āœ… Created .fraim directory'));
35
+ }
36
+ else {
37
+ console.log(chalk_1.default.yellow('ā„¹ļø .fraim directory already exists'));
38
+ }
39
+ if (!fs_1.default.existsSync(configPath)) {
40
+ const remoteInfo = (0, git_utils_1.getGitRemoteInfo)();
41
+ // Git remote is optional for project init
42
+ const config = {
43
+ ...types_1.DEFAULT_FRAIM_CONFIG,
44
+ version: (0, version_utils_1.getFraimVersion)(),
45
+ project: {
46
+ ...types_1.DEFAULT_FRAIM_CONFIG.project,
47
+ name: remoteInfo.repo || path_1.default.basename(projectRoot)
48
+ },
49
+ git: {
50
+ ...types_1.DEFAULT_FRAIM_CONFIG.git,
51
+ repoOwner: remoteInfo.owner || types_1.DEFAULT_FRAIM_CONFIG.git.repoOwner,
52
+ repoName: remoteInfo.repo || path_1.default.basename(projectRoot)
53
+ }
54
+ };
55
+ fs_1.default.writeFileSync(configPath, JSON.stringify(config, null, 2));
56
+ console.log(chalk_1.default.green('āœ… Created .fraim/config.json'));
57
+ }
58
+ // Create subdirectories
59
+ ['workflows'].forEach(dir => {
60
+ const dirPath = path_1.default.join(fraimDir, dir);
61
+ if (!fs_1.default.existsSync(dirPath)) {
62
+ fs_1.default.mkdirSync(dirPath, { recursive: true });
63
+ console.log(chalk_1.default.green(`āœ… Created .fraim/${dir}`));
64
+ }
65
+ });
66
+ // Sync workflows from registry
67
+ await (0, sync_1.runSync)({});
68
+ console.log(chalk_1.default.green('\nāœ… FRAIM project initialized!'));
69
+ console.log(chalk_1.default.cyan('Try: Ask your AI agent "list fraim workflows"'));
70
+ };
71
+ exports.runInitProject = runInitProject;
72
+ exports.initProjectCommand = new commander_1.Command('init-project')
73
+ .description('Initialize FRAIM in the current project (requires global setup)')
74
+ .action(exports.runInitProject);