fraim-framework 2.0.168 → 2.0.169
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/src/ai-hub/server.js +24 -3
- package/dist/src/ai-hub/word-sideload.js +95 -0
- package/dist/src/cli/commands/test-mcp.js +171 -0
- package/dist/src/cli/setup/first-run.js +242 -0
- package/dist/src/core/config-writer.js +75 -0
- package/dist/src/core/utils/job-aliases.js +47 -0
- package/dist/src/core/utils/workflow-parser.js +174 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/public/ai-hub/powerpoint-taskpane/index.html +236 -236
- package/public/ai-hub/powerpoint-taskpane/manifest.xml +29 -29
- package/public/portfolio/ashley.html +1 -1
- package/public/portfolio/casey.html +1 -1
- package/public/portfolio/celia.html +1 -1
- package/public/portfolio/gautam.html +1 -1
- package/public/portfolio/hari.html +1 -1
- package/public/portfolio/maestro.html +1 -1
- package/public/portfolio/mandy.html +1 -1
- package/public/portfolio/pam.html +6 -6
- package/public/portfolio/qasm.html +1 -1
- package/public/portfolio/sade.html +1 -1
- package/public/portfolio/sam.html +1 -1
- package/public/portfolio/swen.html +6 -6
|
@@ -245,7 +245,7 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
|
|
|
245
245
|
<div class="brand-logo">F</div>
|
|
246
246
|
<span class="brand-name">FRAIM</span>
|
|
247
247
|
</a>
|
|
248
|
-
<div class="header-actions">
|
|
248
|
+
<div class="header-actions">
|
|
249
249
|
<button class="theme-btn" onclick="toggleTheme()" title="Toggle dark mode">☾</button>
|
|
250
250
|
</div>
|
|
251
251
|
</header>
|
|
@@ -256,8 +256,8 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
|
|
|
256
256
|
</div>
|
|
257
257
|
<div class="role-chip">AI Software Engineer</div>
|
|
258
258
|
<h1>Ships clean code,<br>not <span>promises</span></h1>
|
|
259
|
-
<p>SWEn delivers production-ready implementations: type-safe APIs, test coverage, real artifacts in the codebase — not prototype code masquerading as ship-ready work.</p>
|
|
260
|
-
</section>
|
|
259
|
+
<p>SWEn delivers production-ready implementations: type-safe APIs, test coverage, real artifacts in the codebase — not prototype code masquerading as ship-ready work.</p>
|
|
260
|
+
</section>
|
|
261
261
|
|
|
262
262
|
<div class="section-label">
|
|
263
263
|
<h2>Selected Work</h2>
|
|
@@ -571,8 +571,8 @@ code, pre, .mono { font-family: 'JetBrains Mono', 'Fira Code', monospace; }
|
|
|
571
571
|
|
|
572
572
|
</div>
|
|
573
573
|
|
|
574
|
-
<footer class="portfolio-footer">
|
|
575
|
-
<div class="footer-sub">
|
|
574
|
+
<footer class="portfolio-footer">
|
|
575
|
+
<div class="footer-sub">
|
|
576
576
|
Part of the <a href="/">FRAIM</a> · 18 AI employees available ·
|
|
577
577
|
<a href="/">View all employees</a>
|
|
578
578
|
</div>
|
|
@@ -596,6 +596,6 @@ function toggleCard(num) {
|
|
|
596
596
|
if (!isOpen) { card.classList.add('open'); card.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }
|
|
597
597
|
}
|
|
598
598
|
</script>
|
|
599
|
-
|
|
599
|
+
|
|
600
600
|
</body>
|
|
601
601
|
</html>
|