feat: add Poimen Memory deep dive page at /poimen/memory
CI / CI (pull_request) Successful in 6m0s

- Architecture, dataflow, and sequence diagrams (700px iframes)
- Three-tier retrieval section (signature match, graph-boosted, Obsidian)
- Technology stack grid (Rust, pgvector, TEI, Authentik, etc.)
- Wire deepDive link from Memory project card
- Add Poimen timeline card to ExperienceTimeline
This commit is contained in:
Story Crater Bot
2026-09-10 08:04:28 +09:00
parent e706f62a83
commit 369e6f35f9
9 changed files with 45320 additions and 3 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ export default function Home() {
: undefined,
videoUrl: '#',
articleUrl: index === 4 ? 'https://lnkd.in/p/gm2PZkWw' : '#',
deepDive: index === 2 ? { url: '/homelab', label: 'Explore the Architecture →' } : undefined,
deepDive: index === 2 ? { url: '/homelab', label: 'Explore the Architecture →' }
: index === 1 ? { url: '/poimen/memory', label: 'Explore the Memory System →' }
: undefined,
ciRepos: index === 0 ? [
{ label: 'poimen-wf', repo: 'riotpiao-poimen/poimen-workflows', forgejoBase: 'https://forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows' },
] : index === 1 ? [