feat: rewrite portfolio cards for recruiter-scannable impact

- Reorder projects: Poimen Orchestration → Memory → Homelab → RBC → AWS
- Add Poimen (Ποιμήν) timeline card with Graph-RAG + Temporal pillars
- Rewrite all 6 timeline cards: bold frameworks, quantified impact, emoji sections
- Update Homelab card: production-grade framing, milestone-driven bullets
- Fix CI status links: update API allowlist for riotpiao-poimen org repos
- Fix commit SHA: Dockerfile NEXT_PUBLIC_COMMIT_SHA + CI --build-arg
- Connect Poimen Memory card as 'the memory layer behind Poimen'
This commit is contained in:
Story Crater Bot
2026-09-10 04:54:38 +09:00
parent fff4d59e39
commit e706f62a83
6 changed files with 103 additions and 77 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ COPY . .
# Pass commit SHA at build time
ARG COMMIT_SHA=dev
ENV COMMIT_SHA=${COMMIT_SHA}
ENV NEXT_PUBLIC_COMMIT_SHA=${COMMIT_SHA}
# Build Next.js app
RUN pnpm run build