Skip to content

Commit 4f9b3d3

Browse files
GeneAIGeneAI
authored andcommitted
fix: Remove railway.toml, let Railway auto-detect
1 parent 39c0c67 commit 4f9b3d3

File tree

65 files changed

+54971
-817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+54971
-817
lines changed

examples/wizard-dashboard/node_modules/.package-lock.json

Lines changed: 823 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bug_id": "bug_20251216_1fa4516c",
3+
"date": "2025-12-16T09:25:47.131343",
4+
"file_path": "scripts/data_analysis.py",
5+
"error_type": "import_error",
6+
"error_message": "ModuleNotFoundError: No module named 'pandas'",
7+
"root_cause": "",
8+
"fix_applied": "",
9+
"fix_code": null,
10+
"resolution_time_minutes": 0,
11+
"resolved_by": "",
12+
"status": "investigating"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bug_id": "bug_20251216_265b62e7",
3+
"date": "2025-12-16T09:25:47.131478",
4+
"file_path": "src/utils/helpers.ts",
5+
"error_type": "null_reference",
6+
"error_message": "TypeError: Cannot read property 'length' of undefined",
7+
"root_cause": "",
8+
"fix_applied": "",
9+
"fix_code": null,
10+
"resolution_time_minutes": 0,
11+
"resolved_by": "",
12+
"status": "investigating"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bug_id": "bug_20251216_2a6adc3e",
3+
"date": "2025-12-16T09:25:47.132171",
4+
"file_path": "src/components/Profile.tsx",
5+
"error_type": "unknown",
6+
"error_message": "ReferenceError: fetchUser is not defined",
7+
"root_cause": "",
8+
"fix_applied": "",
9+
"fix_code": null,
10+
"resolution_time_minutes": 0,
11+
"resolved_by": "",
12+
"status": "investigating"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bug_id": "bug_20251216_48ce8e87",
3+
"date": "2025-12-16T09:25:47.129813",
4+
"file_path": "src/components/UserList.tsx",
5+
"error_type": "null_reference",
6+
"error_message": "TypeError: Cannot read property 'map' of undefined",
7+
"root_cause": "",
8+
"fix_applied": "",
9+
"fix_code": null,
10+
"resolution_time_minutes": 0,
11+
"resolved_by": "",
12+
"status": "investigating"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bug_id": "bug_20251216_b4559788",
3+
"date": "2025-12-16T09:25:47.130700",
4+
"file_path": "src/services/dataService.ts",
5+
"error_type": "async_timing",
6+
"error_message": "UnhandledPromiseRejection: await undefined",
7+
"root_cause": "",
8+
"fix_applied": "",
9+
"fix_code": null,
10+
"resolution_time_minutes": 0,
11+
"resolved_by": "",
12+
"status": "investigating"
13+
}

railway.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

site/CLI_GUIDE/index.html

Lines changed: 270 additions & 102 deletions
Large diffs are not rendered by default.

site/blog/index.html

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,17 @@
19221922
</span>
19231923
</a>
19241924

1925+
</li>
1926+
1927+
<li class="md-nav__item">
1928+
<a href="#technical-deep-dives" class="md-nav__link">
1929+
<span class="md-ellipsis">
1930+
1931+
Technical Deep Dives
1932+
1933+
</span>
1934+
</a>
1935+
19251936
</li>
19261937

19271938
<li class="md-nav__item">
@@ -1970,7 +1981,7 @@ <h1 id="empathy-framework-blog">Empathy Framework Blog<a class="headerlink" href
19701981
<p>Technical deep-dives into memory-enhanced AI development.</p>
19711982
<hr />
19721983
<h2 id="memory-enhanced-development-series">Memory-Enhanced Development Series<a class="headerlink" href="#memory-enhanced-development-series" title="Permanent link">&para;</a></h2>
1973-
<p>A 4-part series exploring what becomes possible when AI can remember and learn.</p>
1984+
<p>A 5-part series exploring what becomes possible when AI can remember and learn.</p>
19741985
<table>
19751986
<thead>
19761987
<tr>
@@ -2000,6 +2011,11 @@ <h2 id="memory-enhanced-development-series">Memory-Enhanced Development Series<a
20002011
<td><a href="04-security-learning-deep-dive/">Security Learning Deep Dive</a></td>
20012012
<td>85 findings suppressed via team decisions</td>
20022013
</tr>
2014+
<tr>
2015+
<td>5</td>
2016+
<td><a href="05-code-health-assistant-deep-dive/">Code Health Assistant Deep Dive</a></td>
2017+
<td>One command, one score, auto-fix <strong>(NEW)</strong></td>
2018+
</tr>
20032019
</tbody>
20042020
</table>
20052021
<hr />
@@ -2019,15 +2035,37 @@ <h2 id="the-core-insight">The Core Insight<a class="headerlink" href="#the-core-
20192035
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">&para;</a></h2>
20202036
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>pip<span class="w"> </span>install<span class="w"> </span>empathy-framework
20212037
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>
2022-
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="c1"># Run the full repo test (validates all features)</span>
2023-
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>python<span class="w"> </span>examples/full_repo_test.py
2024-
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>
2025-
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a><span class="c1"># Or try individual demos</span>
2026-
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>python<span class="w"> </span>examples/website_examples/01_bug_correlation.py
2027-
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>python<span class="w"> </span>examples/website_examples/02_tech_debt_trajectory.py
2028-
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>python<span class="w"> </span>examples/website_examples/03_security_learning.py
2038+
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="c1"># Check your code health (new in v2.2)</span>
2039+
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>empathy<span class="w"> </span>health
2040+
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>empathy<span class="w"> </span>health<span class="w"> </span>--fix<span class="w"> </span><span class="c1"># Auto-fix safe issues</span>
2041+
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>
2042+
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a><span class="c1"># Run the full repo test (validates all features)</span>
2043+
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>python<span class="w"> </span>examples/full_repo_test.py
2044+
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>
2045+
<a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a><span class="c1"># Or try individual demos</span>
2046+
<a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>python<span class="w"> </span>examples/website_examples/01_bug_correlation.py
2047+
<a id="__codelineno-0-12" name="__codelineno-0-12" href="#__codelineno-0-12"></a>python<span class="w"> </span>examples/website_examples/02_tech_debt_trajectory.py
2048+
<a id="__codelineno-0-13" name="__codelineno-0-13" href="#__codelineno-0-13"></a>python<span class="w"> </span>examples/website_examples/03_security_learning.py
20292049
</code></pre></div>
20302050
<hr />
2051+
<h2 id="technical-deep-dives">Technical Deep Dives<a class="headerlink" href="#technical-deep-dives" title="Permanent link">&para;</a></h2>
2052+
<table>
2053+
<thead>
2054+
<tr>
2055+
<th>Post</th>
2056+
<th>Topic</th>
2057+
<th>Key Takeaway</th>
2058+
</tr>
2059+
</thead>
2060+
<tbody>
2061+
<tr>
2062+
<td><a href="06-building-ai-memory-with-redis/">Building AI Memory with Redis</a></td>
2063+
<td>Infrastructure</td>
2064+
<td>Sub-millisecond coordination, dual-layer architecture</td>
2065+
</tr>
2066+
</tbody>
2067+
</table>
2068+
<hr />
20312069
<h2 id="coming-soon">Coming Soon<a class="headerlink" href="#coming-soon" title="Permanent link">&para;</a></h2>
20322070
<ul>
20332071
<li><strong>Team Memory Patterns</strong> — Sharing knowledge across developers</li>

site/get-the-book/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,13 +2143,13 @@ <h2 id="after-you-download">After You Download<a class="headerlink" href="#after
21432143
<p>We'd really appreciate if you could:</p>
21442144
<div style="display: flex; gap: 20px; flex-wrap: wrap; margin: 20px 0;">
21452145

2146-
<a href="https://github.com/Smart-AI-Memory/empathy" target="_blank" style="flex: 1; min-width: 200px; padding: 20px; background: #f6f8fa; border-radius: 8px; text-decoration: none; color: inherit; text-align: center;">
2146+
<a href="https://github.com/Smart-AI-Memory/empathy-framework" target="_blank" style="flex: 1; min-width: 200px; padding: 20px; background: #f6f8fa; border-radius: 8px; text-decoration: none; color: inherit; text-align: center;">
21472147
<strong style="font-size: 1.5em;">:star:</strong><br>
21482148
<strong>Star on GitHub</strong><br>
21492149
<span style="color: #666; font-size: 0.9em;">Help others discover Empathy</span>
21502150
</a>
21512151

2152-
<a href="https://github.com/Smart-AI-Memory/empathy/discussions" target="_blank" style="flex: 1; min-width: 200px; padding: 20px; background: #f6f8fa; border-radius: 8px; text-decoration: none; color: inherit; text-align: center;">
2152+
<a href="https://github.com/Smart-AI-Memory/empathy-framework/discussions" target="_blank" style="flex: 1; min-width: 200px; padding: 20px; background: #f6f8fa; border-radius: 8px; text-decoration: none; color: inherit; text-align: center;">
21532153
<strong style="font-size: 1.5em;">:speech_balloon:</strong><br>
21542154
<strong>Share Feedback</strong><br>
21552155
<span style="color: #666; font-size: 0.9em;">Tell us what you're building</span>
@@ -2161,9 +2161,9 @@ <h2 id="after-you-download">After You Download<a class="headerlink" href="#after
21612161
<h2 id="read-online-free">Read Online (Free)<a class="headerlink" href="#read-online-free" title="Permanent link">&para;</a></h2>
21622162
<p>Prefer to read in your browser? The entire book is available online:</p>
21632163
<ul>
2164-
<li><a href="../book-cover/">Start Reading</a> - Begin with the cover</li>
2165-
<li><a href="../getting-started/quickstart/">Quick Start</a> - Jump straight to code</li>
2166-
<li><a href="../examples/simple-chatbot/">Examples</a> - See it in action</li>
2164+
<li><a href="book-cover/">Start Reading</a> - Begin with the cover</li>
2165+
<li><a href="getting-started/quickstart/">Quick Start</a> - Jump straight to code</li>
2166+
<li><a href="examples/simple-chatbot/">Examples</a> - See it in action</li>
21672167
</ul>
21682168
<hr />
21692169
<h2 id="stay-updated">Stay Updated<a class="headerlink" href="#stay-updated" title="Permanent link">&para;</a></h2>
@@ -2177,7 +2177,7 @@ <h2 id="stay-updated">Stay Updated<a class="headerlink" href="#stay-updated" tit
21772177
<div style="text-align: center; padding: 20px; background: #f6f8fa; border-radius: 8px; margin-top: 40px;">
21782178

21792179
<p style="margin: 0 0 10px 0; color: #666;">
2180-
Questions? Open an issue on <a href="https://github.com/Smart-AI-Memory/empathy/issues">GitHub</a> or email <a href="mailto:[email protected]">[email protected]</a>
2180+
Questions? Open an issue on <a href="https://github.com/Smart-AI-Memory/empathy-framework/issues">GitHub</a> or email <a href="mailto:[email protected]">[email protected]</a>
21812181
</p>
21822182

21832183
<p style="margin: 0; color: #888; font-size: 0.9em;">

0 commit comments

Comments
 (0)