Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion memory/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ ALL golf tables use the `golf_` prefix. Never query without it.
<!-- AUTOGEN:tables:start -->
<!-- DO NOT EDIT — regenerated by scripts/regen-docs.mjs -->

**180 tables**, 2 views, 106 functions (source: `src/lib/types/database.ts`).
**181 tables**, 2 views, 106 functions (source: `src/lib/types/database.ts`).

<details><summary>Full alphabetical table list</summary>

Expand Down Expand Up @@ -390,6 +390,7 @@ ALL golf tables use the `golf_` prefix. Never query without it.
- `golf_qualifier_entries`
- `golf_qualifier_selections`
- `golf_qualifiers`
- `golf_recruit_documents`
- `golf_recruits`
- `golf_review_events`
- `golf_round_reviews`
Expand Down
11 changes: 8 additions & 3 deletions memory/projects/golfhelm.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ src/lib/coachhelm/
<!-- AUTOGEN:routes:start -->
<!-- DO NOT EDIT — regenerated by scripts/regen-docs.mjs -->

**144 routes** (source: `src/app/**/page.tsx`).
**145 routes** (source: `src/app/**/page.tsx`).

<details><summary>Full alphabetical route list</summary>

Expand Down Expand Up @@ -360,6 +360,7 @@ src/lib/coachhelm/
- `/golf/dashboard/coachhelm/genome/[playerId]`
- `/golf/dashboard/coachhelm/genome/compare`
- `/golf/dashboard/coachhelm/qualifying/[id]`
- `/golf/dashboard/courses`
- `/golf/dashboard/development`
- `/golf/dashboard/documents`
- `/golf/dashboard/hub`
Expand Down Expand Up @@ -425,7 +426,7 @@ src/lib/coachhelm/
<!-- AUTOGEN:actions:start -->
<!-- DO NOT EDIT — regenerated by scripts/regen-docs.mjs -->

**112 server-action files** (source: `src/app/**/actions/**/*.ts`).
**115 server-action files** (source: `src/app/**/actions/**/*.ts`).

<details><summary>Full alphabetical action file list</summary>

Expand Down Expand Up @@ -478,6 +479,7 @@ src/lib/coachhelm/
- `src/app/golf/actions/coaching-philosophy.ts`
- `src/app/golf/actions/command-palette.ts`
- `src/app/golf/actions/communication.ts`
- `src/app/golf/actions/course-library.ts`
- `src/app/golf/actions/courses.ts`
- `src/app/golf/actions/crm-automations.ts`
- `src/app/golf/actions/crm-engagement.ts`
Expand Down Expand Up @@ -510,6 +512,8 @@ src/lib/coachhelm/
- `src/app/golf/actions/player-notifications.ts`
- `src/app/golf/actions/player-profile-stats.ts`
- `src/app/golf/actions/push-notifications.ts`
- `src/app/golf/actions/recruit-documents-categories.ts`
- `src/app/golf/actions/recruit-documents.ts`
- `src/app/golf/actions/recruiting.ts`
- `src/app/golf/actions/recurring-events.ts`
- `src/app/golf/actions/resend-activity.ts`
Expand Down Expand Up @@ -554,7 +558,7 @@ src/lib/coachhelm/
<!-- AUTOGEN:hooks:start -->
<!-- DO NOT EDIT — regenerated by scripts/regen-docs.mjs -->

**51 custom hooks** (source: `src/hooks/**/*.ts`).
**52 custom hooks** (source: `src/hooks/**/*.ts`).

<details><summary>Full alphabetical hook list</summary>

Expand All @@ -566,6 +570,7 @@ src/lib/coachhelm/
- `src/hooks/golf/use-calendar-keyboard.ts`
- `src/hooks/golf/use-calendar-range-events.ts`
- `src/hooks/golf/use-connection-status.ts`
- `src/hooks/golf/use-distance-units.ts`
- `src/hooks/golf/use-edit-shot-modal.ts`
- `src/hooks/golf/use-golf-messages.ts`
- `src/hooks/golf/use-message-attachments.ts`
Expand Down