feat: add MemFlywheel & Domux projects, tech blogs, and landscape expansion#43
Merged
Conversation
Signed-off-by: dongjiang <dongjiang1989@126.com>
Signed-off-by: dongjiang <dongjiang1989@126.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
cc @FenjuFu PTAL, thanks |
FenjuFu
approved these changes
Jul 2, 2026
FenjuFu
left a comment
Contributor
There was a problem hiding this comment.
LGTM overall — nice addition. Merging; a few follow-ups to address in a subsequent PR:
landscape.astro: the rescaled arrow/label coordinates shifted all y values +80, but the overlay SVG isabsolute top-0over the card, so the old y values already included the 80px header — all four arrows/labels now render 80px below the boxes they connect (e.g. old Workflow→Automation endpoint y=495 sat exactly on the Automation box top edge). AlsoM 24 400 C -3 460, ...has control points at x=-3 which get clipped. Should be reverted to x-only rescaling.- The LLM column empty-state fallback span is empty (
<span class="text-3xl opacity-40" />) — the memory-system one shows 🚧. domux.yaml/memflywheel.yamlare missing thestars:/forks:seed values all other project yamls carry — on the SSR path a per-repo GitHub API failure makes only these two show 0 stars and sort to the bottom.domux.yamllinksonly has HuggingFace; the ModelScope listing mentioned in the blog post could be added too.- The refreshed contributors cache now includes
web-flow(GitHub's system merge account) andbiqibao112212-boton the contributors wall — the fetch script probably needs an exclusion list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
memory-system) and Domux (low-latency smart-home command model based on Gemma-4-E2B-it, categoryllm) to/projectspage, project detail pages, and stats cache
/category/tech— "MemFlywheel: File-native Memory Flywheel for AI Agents" and "Domux: Smart-home Command Model with <150ms Latency", witharchitecture/benchmark images from GitHub repos
linksfield with HuggingFace/ModelScope brand SVG icons, positioned next to GitHub buttonflex-col sm:flex-row), equal-height cards viah-full.cache/project-stats.json(9 repos) and.cache/contributors.json(170 contributors from 60 repos)Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
memory-systemandllmadded acrossprojects.astro,ProjectCard.astro, and[slug].astrolinks: z.array(z.string())fieldastro check(0 errors),eslint(clean),prettier(all formatted)