chore: auto-commit before merge (loop primary)

This commit is contained in:
2026-02-18 00:42:07 +00:00
parent 62c0d2ea19
commit 134e41f4f9
19 changed files with 925 additions and 349 deletions
+4 -5
View File
@@ -8,12 +8,9 @@ import type {
QuickActionCopyEntry,
SidebarCopy,
SkillsUICopy,
StructuredProfile,
} from '@/types/profile-content'
export function getProfileSummaryText(): string {
return profileContent.profile.patientSummaryNarrative
}
export function getProfileSectionTitle(): string {
return profileContent.profile.sectionTitle
}
@@ -46,4 +43,6 @@ export function getEducationEntries(): ReadonlyArray<EducationCopyEntry> {
return profileContent.experienceEducation.educationEntries
}
export function getStructuredProfile(): DeepReadonly<StructuredProfile> {
return profileContent.profile.structuredProfile
}