fraim-framework 2.0.52 → 2.0.55
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/registry/scripts/profile-server.js +2 -1
- package/dist/src/ai-manager/ai-manager.js +49 -1
- package/dist/src/ai-manager/phase-flow.js +68 -0
- package/dist/src/utils/digest-utils.js +18 -7
- package/dist/tests/test-debug-session.js +6 -2
- package/dist/tests/test-enhanced-session-init.js +6 -2
- package/dist/tests/test-mcp-lifecycle-methods.js +1 -2
- package/dist/tests/test-mcp-template-processing.js +6 -2
- package/dist/tests/test-modular-issue-tracking.js +6 -2
- package/dist/tests/test-node-compatibility.js +4 -2
- package/dist/tests/test-npm-install.js +4 -2
- package/dist/tests/test-productivity-integration.js +157 -0
- package/dist/tests/test-session-rehydration.js +1 -2
- package/dist/tests/test-telemetry.js +1 -2
- package/dist/tests/test-users-to-target-workflow.js +253 -0
- package/index.js +44 -55
- package/package.json +5 -5
- package/registry/agent-guardrails.md +62 -62
- package/registry/scripts/detect-tautological-tests.sh +38 -38
- package/registry/scripts/productivity/build-productivity-csv.mjs +242 -0
- package/registry/scripts/productivity/fetch-pr-details.mjs +144 -0
- package/registry/scripts/productivity/productivity-report.sh +147 -0
- package/registry/scripts/profile-server.ts +1 -1
- package/registry/scripts/validate-openapi-limits.ts +366 -366
- package/registry/scripts/validate-test-coverage.ts +280 -280
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +11 -0
- package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +11 -0
- package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +11 -0
- package/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
- package/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
- package/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
- package/bin/fraim.js +0 -8
- package/dist/registry/ai-manager-rules/design-phases/design.md +0 -108
- package/dist/registry/ai-manager-rules/design-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/design-phases/validate.md +0 -125
- package/dist/registry/ai-manager-rules/design.json +0 -97
- package/dist/registry/ai-manager-rules/implement-phases/code.md +0 -323
- package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +0 -94
- package/dist/registry/ai-manager-rules/implement-phases/finalize.md +0 -177
- package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +0 -304
- package/dist/registry/ai-manager-rules/implement-phases/regression.md +0 -159
- package/dist/registry/ai-manager-rules/implement-phases/repro.md +0 -101
- package/dist/registry/ai-manager-rules/implement-phases/scoping.md +0 -93
- package/dist/registry/ai-manager-rules/implement-phases/smoke.md +0 -225
- package/dist/registry/ai-manager-rules/implement-phases/spike.md +0 -118
- package/dist/registry/ai-manager-rules/implement-phases/validate.md +0 -347
- package/dist/registry/ai-manager-rules/implement.json +0 -153
- package/dist/registry/ai-manager-rules/shared-phases/finalize.md +0 -169
- package/dist/registry/ai-manager-rules/spec-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/spec-phases/spec.md +0 -102
- package/dist/registry/ai-manager-rules/spec-phases/validate.md +0 -118
- package/dist/registry/ai-manager-rules/spec.json +0 -112
- package/dist/registry/ai-manager-rules/test.json +0 -98
- package/dist/registry/scripts/build-scripts-generator.js +0 -205
- package/dist/registry/scripts/fraim-config.js +0 -61
- package/dist/registry/scripts/generic-issues-api.js +0 -100
- package/dist/registry/scripts/openapi-generator.js +0 -664
- package/dist/registry/scripts/performance/profile-server.js +0 -390
- package/dist/src/ai-manager/evidence-validator.js +0 -309
- package/dist/src/fraim/issue-tracking/ado-provider.js +0 -304
- package/dist/src/fraim/issue-tracking/factory.js +0 -63
- package/dist/src/fraim/issue-tracking/github-provider.js +0 -200
- package/dist/src/fraim/issue-tracking/types.js +0 -7
- package/dist/src/fraim/issue-tracking-config.js +0 -83
- package/dist/src/static-website-middleware.js +0 -75
- package/dist/test-utils.js +0 -96
- package/dist/tests/esm-compat.js +0 -11
- package/dist/tests/test-ai-manager-phase-protocol.js +0 -147
- package/dist/tests/test-ai-manager.js +0 -118
- package/dist/tests/test-chalk-esm-issue.js +0 -159
- package/dist/tests/test-chalk-real-world.js +0 -265
- package/dist/tests/test-chalk-regression.js +0 -377
- package/dist/tests/test-chalk-resolution-issue.js +0 -304
- package/dist/tests/test-evidence-validation.js +0 -221
- package/dist/tests/test-first-run-interactive.js +0 -1
- package/dist/tests/test-fraim-install-chalk-issue.js +0 -254
- package/dist/tests/test-markdown-to-pdf.js +0 -454
- package/dist/tests/test-npm-resolution-diagnostic.js +0 -140
- package/dist/tests/test-pr-review-integration.js +0 -1
- package/dist/website/.nojekyll +0 -0
- package/dist/website/404.html +0 -101
- package/dist/website/CNAME +0 -1
- package/dist/website/README.md +0 -22
- package/dist/website/demo.html +0 -604
- package/dist/website/images/.gitkeep +0 -1
- package/dist/website/images/fraim-logo.png +0 -0
- package/dist/website/index.html +0 -290
- package/dist/website/pricing.html +0 -414
- package/dist/website/script.js +0 -55
- package/dist/website/styles.css +0 -2647
package/dist/website/404.html
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Page Not Found - FRAIM</title>
|
|
7
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
10
|
-
<style>
|
|
11
|
-
* {
|
|
12
|
-
margin: 0;
|
|
13
|
-
padding: 0;
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
body {
|
|
18
|
-
font-family: 'Inter', sans-serif;
|
|
19
|
-
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
|
|
20
|
-
min-height: 100vh;
|
|
21
|
-
display: flex;
|
|
22
|
-
align-items: center;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
color: #1a1a1a;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.error-container {
|
|
28
|
-
text-align: center;
|
|
29
|
-
max-width: 600px;
|
|
30
|
-
padding: 40px 20px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.error-code {
|
|
34
|
-
font-size: 120px;
|
|
35
|
-
font-weight: 700;
|
|
36
|
-
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
|
|
37
|
-
-webkit-background-clip: text;
|
|
38
|
-
-webkit-text-fill-color: transparent;
|
|
39
|
-
background-clip: text;
|
|
40
|
-
margin-bottom: 20px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.error-title {
|
|
44
|
-
font-size: 32px;
|
|
45
|
-
font-weight: 600;
|
|
46
|
-
margin-bottom: 16px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.error-message {
|
|
50
|
-
font-size: 18px;
|
|
51
|
-
color: #666;
|
|
52
|
-
margin-bottom: 32px;
|
|
53
|
-
line-height: 1.5;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.home-button {
|
|
57
|
-
background: #6366f1;
|
|
58
|
-
color: white;
|
|
59
|
-
padding: 12px 24px;
|
|
60
|
-
border-radius: 8px;
|
|
61
|
-
text-decoration: none;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
transition: all 0.2s;
|
|
64
|
-
display: inline-block;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.home-button:hover {
|
|
68
|
-
background: #5855eb;
|
|
69
|
-
transform: translateY(-1px);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.logo {
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
justify-content: center;
|
|
76
|
-
gap: 8px;
|
|
77
|
-
margin-bottom: 40px;
|
|
78
|
-
font-size: 24px;
|
|
79
|
-
font-weight: 700;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.logo-icon {
|
|
83
|
-
font-size: 32px;
|
|
84
|
-
}
|
|
85
|
-
</style>
|
|
86
|
-
</head>
|
|
87
|
-
<body>
|
|
88
|
-
<div class="error-container">
|
|
89
|
-
<div class="logo">
|
|
90
|
-
<span class="logo-icon">🚀</span>
|
|
91
|
-
<span>FRAIM</span>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="error-code">404</div>
|
|
94
|
-
<h1 class="error-title">Page Not Found</h1>
|
|
95
|
-
<p class="error-message">
|
|
96
|
-
The page you're looking for doesn't exist. It might have been moved, deleted, or you entered the wrong URL.
|
|
97
|
-
</p>
|
|
98
|
-
<a href="/" class="home-button">Back to Home</a>
|
|
99
|
-
</div>
|
|
100
|
-
</body>
|
|
101
|
-
</html>
|
package/dist/website/CNAME
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fraimworks.ai
|
package/dist/website/README.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# FRAIM Website
|
|
2
|
-
|
|
3
|
-
This directory contains the FRAIM marketing website with dark/light mode toggle.
|
|
4
|
-
|
|
5
|
-
## Features
|
|
6
|
-
- Responsive design with mobile support
|
|
7
|
-
- Dark/light mode toggle with system preference detection
|
|
8
|
-
- Professional branding and animations
|
|
9
|
-
- GitHub Pages deployment via GitHub Actions
|
|
10
|
-
|
|
11
|
-
## Deployment
|
|
12
|
-
The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the `website/` folder.
|
|
13
|
-
|
|
14
|
-
**Site URL**: https://mathursrus.github.io/FRAIM/
|
|
15
|
-
|
|
16
|
-
## Files
|
|
17
|
-
- `index.html` - Main landing page
|
|
18
|
-
- `demo.html` - Interactive demo page
|
|
19
|
-
- `styles.css` - CSS with dark/light mode variables
|
|
20
|
-
- `script.js` - JavaScript for theme toggle and animations
|
|
21
|
-
- `404.html` - Custom error page
|
|
22
|
-
- `.nojekyll` - Prevents Jekyll processing
|