7.0 KiB
Memories
Patterns
mem-1771284742-cc7f
Stage 1 canonical descriptive text foundation now exists in src/data/profile-content.ts with strict schema in src/types/profile-content.ts and typed selectors in src/lib/profile-content.ts; this is additive and preserves existing consumer behavior until migration checkpoints.
mem-1771245168-48e8
Canonical timeline data now lives in src/data/timeline.ts and legacy consultations/constellation exports are compatibility layers derived from it, removing duplicated date/year maintenance.
mem-1771239841-81ef
ProjectsTile responsive layout now uses cards-per-view width calc plus flex gap instead of slide padding to prevent overflow/cropping across breakpoints.
mem-1771239746-fb8e
Embla autoplay in ProjectsTile uses playOnInit=false with explicit play/stop tied to prefers-reduced-motion to avoid first-render motion flicker.
mem-1771239639-a457
ProjectsTile now uses Embla carousel with autoplay disabled under prefers-reduced-motion and preserves project detail panel activation via click/keyboard.
mem-1771239522-007a
Projects terminology baseline updated: dashboard tile, subnav label, and search palette section now use 'Significant Interventions' instead of 'Active Projects'/'Projects'.
mem-1771238197-12d0
Latest Results KPI tile now uses a dedicated responsive grid class: mobile defaults to 1 column and md+ forces 4 columns; coachmark/pulse behavior removed from PatientSummaryTile and related CSS.
Decisions
Fixes
mem-1771288640-fc4b
failure: cmd=sed -n '1,260p' .ralph/agent/scratchpad.md && ..., exit=2, error=No such file or directory, next=create .ralph/agent/scratchpad.md before context reads
mem-1771288552-d5bd
failure: cmd=sed -n '1,220p' .ralph/agent/scratchpad.md, exit=2, error=No such file or directory, next=create .ralph/agent/scratchpad.md before context reads
mem-1771286649-5bb0
failure: cmd=cat >> .ralph/agent/scratchpad.md <<EOF ... (unquoted), exit=126/127, error=backticks triggered command substitution and spurious command-not-found/permission messages, next=use quoted heredoc delimiter <<'EOF' when appending markdown containing backticks
mem-1771286379-1ec4
failure: cmd=rg -n --fixed-strings "I blend robust backend architecture" src, exit=1, error=no matches found, next=use known canonical phrases from src/data/profile-content.ts or tolerate no-match exit with || true when probing duplication
mem-1771285624-1fed
failure: cmd=npm run typecheck && npm run build (parallel), exit=2/1, error=TS7053 indexing timelineNarrative with string in src/lib/profile-content.ts, next=introduce TimelineNarrativeId union and type getTimelineNarrativeEntry parameter accordingly
mem-1771284936-8a79
failure: cmd=sed -n '1,260p' ralph/prompt.md, exit=2, error=No such file or directory, next=use correct prompt path via rg --files and open Ralph/PROMPT.md
mem-1771284859-2e04
failure: cmd=sed -n '1,360p' src/components/MedicationSubsection.tsx, exit=2, error=file not found, next=read src/components/RepeatMedicationsSubsection.tsx as the skills subsection
mem-1771284853-5c5e
failure: cmd=sed -n '1,360p' src/components/tiles/SkillsTile.tsx, exit=2, error=file not found, next=use rg to locate actual skills UI surface (MedicationSubsection.tsx)
mem-1771284848-c43c
failure: cmd=rg --files src/components | rg 'Skill|skills|Skills' && sed -n '1,340p' src/components/SkillsSubsection.tsx, exit=2, error=SkillsSubsection.tsx missing, next=locate actual skills UI files (SkillsTile.tsx and detail components) before planning migration
mem-1771284167-9e36
failure: cmd=sed -n '1,260p' ralph/prompt.md, exit=2, error=No such file or directory, next=locate actual prompt path with rg --files and use correct casing/location
mem-1771284072-053c
failure: cmd=sed -n '1,260p' Ralph/PROMPT.md, exit=2, error=No such file or directory (path case mismatch), next=use lowercase path ralph/prompt.md
mem-1771246458-9388
failure: cmd=rg -n "--font-mono\b|font-mono-dashboard|font-geist-mono|timeline-intervention|chronology|pathway" src/index.css, exit=2, error=pattern beginning with -- parsed as flag, next=use rg -n -- ''
mem-1771246427-39d3
failure: cmd=sed -n '1,220p' .ralph/agent/scratchpad.md (in chained context read), exit=2, error=.ralph/agent/scratchpad.md missing, next=create scratchpad file before context reads
mem-1771245621-03a4
failure: cmd=rg --files src/components | rg -E 'WorkExperienceSubsection|EducationSubsection|DashboardLayout|Timeline|CareerConstellation', exit=2, error=used grep-style -E on ripgrep causing encoding parse error, next=use plain regex pattern with rg or escape patterns correctly
mem-1771245355-b355
failure: cmd=cat >> .ralph/agent/scratchpad.md <<EOF ..., exit=127, error=unquoted heredoc caused backtick command substitution (e.g. CareerConstellation not found), next=use quoted heredoc delimiter <<'EOF' when appending markdown with backticks
mem-1771239420-0b3f
failure: cmd=sed -n '1,220p' Ralph/PROMPT.md and sed -n '1,220p' .ralph/agent/scratchpad.md, exit=2, error=path mismatch (Ralph/prompt.md is lowercase) and missing scratchpad file, next=use correct lowercase prompt path and recreate scratchpad before proceeding
mem-1771238608-ecff
failure: cmd=git commit -m 'chore: document KPI objective verification', exit=128, error=.git/index.lock exists due concurrent git operations, next=run git commands sequentially and remove stale lock after confirming no active git process