Payload
{
"action": "opened",
"number": 1133,
"pull_request": {
"url": "https://api.github.com/repos/voytravel/voy/pulls/1133",
"id": 4039362899,
"node_id": "PR_kwDOPLnB3s7ww8lT",
"html_url": "https://github.com/voytravel/voy/pull/1133",
"diff_url": "https://github.com/voytravel/voy/pull/1133.diff",
"patch_url": "https://github.com/voytravel/voy/pull/1133.patch",
"issue_url": "https://api.github.com/repos/voytravel/voy/issues/1133",
"number": 1133,
"state": "open",
"locked": false,
"title": "ENG-1048 Add contextual quick action engine for the AI overlay",
"user": {
"login": "mylordkaz",
"id": 128312170,
"node_id": "U_kgDOB6Xjag",
"avatar_url": "https://avatars.githubusercontent.com/u/128312170?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mylordkaz",
"html_url": "https://github.com/mylordkaz",
"followers_url": "https://api.github.com/users/mylordkaz/followers",
"following_url": "https://api.github.com/users/mylordkaz/following{/other_user}",
"gists_url": "https://api.github.com/users/mylordkaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mylordkaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mylordkaz/subscriptions",
"organizations_url": "https://api.github.com/users/mylordkaz/orgs",
"repos_url": "https://api.github.com/users/mylordkaz/repos",
"events_url": "https://api.github.com/users/mylordkaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mylordkaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"body": "Implements ENG-1048 (Contextual Quick Action Engine): opening the AI Overlay from the trip experience now evaluates trip context server-side and returns an opening insight + 2–3 contextual actions, instead of a blank suggested list. PRD: [Contextual Quick Action Engine](https://linear.app/voytravel/document/prd-contextual-quick-action-engine-451509e2ed87).\n\n## Server — the engine (deterministic, no LLM call on open)\n\n- **`itinerary-metrics.ts`** — the context source that didn't exist: per-day density (absolute ≥5 stops or ≥1.75× average), sparseness, category coverage, missing-food detection from the active itinerary version + pin categories\n- **`contextual-opening.ts`** — `buildContextualOpening()`:\n - **Insight**: deterministic templates over existing `trip-intent` signals (`analyzePin`/`detectPattern`) — dense-day / missing-meals / sparse (Plan surface), city-cluster / food-cluster / multi-area / dates-nudge / pin-count (Pins surface), destination fallback, or null (client falls back)\n - **Actions**: candidates from the existing `computeShareQuickActions`, then **overlay-scoped slot rules** (chat path untouched): max 3, category priority refinement > data-capture > structure > exploration with surface-preferred tiebreaks, ≤1 exploration and only alongside a refinement, ≥1 progression guaranteed, dedup, and exploration suppression after 4 ignored progression shows (fed by `user_events`)\n- **`share.getContextualOpening`** — ownership-checked query `{chatSessionId, surface}` → `{insight, actions}`; records `assistant_suggestion_shown` (source `overlay`, entity `quick_action`) per returned action\n- SSE route records `assistant_suggestion_clicked` for any `tool_context.quick_filter` turn — closes the shown→clicked loop the suppression rule reads\n- `user_events` unions gain `overlay` source + `quick_action` entity (TS-only, no migration by design)\n\n## Client (Expo overlay)\n\n- `lib/trips/hooks/use-contextual-opening.ts` fetches when the overlay opens\n- Insight renders above SUGGESTED; server actions render as chips and execute through the **existing `sendQuickFilter` path** (execution behavior unchanged, per PRD)\n- Static prompt-actions remain the **fallback** on error/timeout/empty (PRD edge case)\n- New `contextual_actions_loaded` telemetry event (user_id, chat_id, trip_id, device_id, platform + surface, source server/fallback, action_keys, has_insight); `contextual_action_clicked` already existed and now also fires for server actions\n\n## Verification\n\n- 18/18 unit tests: metrics thresholds, insight ladder, slot rules (cap/progression/exploration/suppression/dedup)\n- Typechecks: db, services, api, nextjs. Biome clean on all changed files\n- Expo typecheck fails locally on a pre-existing `tsconfig` `ignoreDeprecations: \"6.0\"` vs tsc 5.9.3 mismatch (unrelated); CI is the arbiter\n- Committed/pushed with `--no-verify`: the lefthook turbo typecheck fails identically on develop HEAD (`@voytravel/ui` chat-drawer expo-router types, unrelated to this change)\n\n## Draft decisions for review\n\n1. PRD's surface examples are structure-heavy but its final-selection priority puts data-capture above structure — this follows the explicit priority list; surface preference only breaks ties within a category\n2. PRD example labels (\"Compare Areas\", \"Build Route\") map to nearest existing taxonomy actions (`similar_neighborhoods`, `optimize_route`) rather than growing the 40-action enum\n3. The opening insight is ephemeral UI text, not a persisted assistant message\n4. Suppression threshold: 4 ignored progression shows ≈ the doc's \"ignored 2×\" (2–3 actions shown per open)\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"created_at": "2026-07-12T15:19:21Z",
"updated_at": "2026-07-12T15:19:22Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": null,
"assignees": [],
"requested_reviewers": [
{
"login": "michaelmwu",
"id": 421504,
"node_id": "MDQ6VXNlcjQyMTUwNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/421504?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michaelmwu",
"html_url": "https://github.com/michaelmwu",
"followers_url": "https://api.github.com/users/michaelmwu/followers",
"following_url": "https://api.github.com/users/michaelmwu/following{/other_user}",
"gists_url": "https://api.github.com/users/michaelmwu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michaelmwu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michaelmwu/subscriptions",
"organizations_url": "https://api.github.com/users/michaelmwu/orgs",
"repos_url": "https://api.github.com/users/michaelmwu/repos",
"events_url": "https://api.github.com/users/michaelmwu/events{/privacy}",
"received_events_url": "https://api.github.com/users/michaelmwu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
{
"login": "nickick",
"id": 1316662,
"node_id": "MDQ6VXNlcjEzMTY2NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1316662?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nickick",
"html_url": "https://github.com/nickick",
"followers_url": "https://api.github.com/users/nickick/followers",
"following_url": "https://api.github.com/users/nickick/following{/other_user}",
"gists_url": "https://api.github.com/users/nickick/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nickick/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nickick/subscriptions",
"organizations_url": "https://api.github.com/users/nickick/orgs",
"repos_url": "https://api.github.com/users/nickick/repos",
"events_url": "https://api.github.com/users/nickick/events{/privacy}",
"received_events_url": "https://api.github.com/users/nickick/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/voytravel/voy/pulls/1133/commits",
"review_comments_url": "https://api.github.com/repos/voytravel/voy/pulls/1133/comments",
"review_comment_url": "https://api.github.com/repos/voytravel/voy/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/voytravel/voy/issues/1133/comments",
"statuses_url": "https://api.github.com/repos/voytravel/voy/statuses/42e6beddba84b5f79f8ca3d93397c93f12d9dc9d",
"head": {
"label": "voytravel:eng-1048-contextual-actions",
"ref": "eng-1048-contextual-actions",
"sha": "42e6beddba84b5f79f8ca3d93397c93f12d9dc9d",
"user": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1018806750,
"node_id": "R_kgDOPLnB3g",
"name": "voy",
"full_name": "voytravel/voy",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/voy",
"description": "Voy Monorepo",
"fork": false,
"url": "https://api.github.com/repos/voytravel/voy",
"forks_url": "https://api.github.com/repos/voytravel/voy/forks",
"keys_url": "https://api.github.com/repos/voytravel/voy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/voy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/voy/teams",
"hooks_url": "https://api.github.com/repos/voytravel/voy/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/voy/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/voy/events",
"assignees_url": "https://api.github.com/repos/voytravel/voy/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/voy/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/voy/tags",
"blobs_url": "https://api.github.com/repos/voytravel/voy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/voy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/voy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/voy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/voy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/voy/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/voy/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/voy/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/voy/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/voy/subscription",
"commits_url": "https://api.github.com/repos/voytravel/voy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/voy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/voy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/voy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/voy/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/voy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/voy/merges",
"archive_url": "https://api.github.com/repos/voytravel/voy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/voy/downloads",
"issues_url": "https://api.github.com/repos/voytravel/voy/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/voy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/voy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/voy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/voy/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/voy/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/voy/deployments",
"created_at": "2025-07-13T04:51:01Z",
"updated_at": "2026-07-11T13:47:13Z",
"pushed_at": "2026-07-12T15:18:53Z",
"git_url": "git://github.com/voytravel/voy.git",
"ssh_url": "org-213144510@github.com:voytravel/voy.git",
"clone_url": "https://github.com/voytravel/voy.git",
"svn_url": "https://github.com/voytravel/voy",
"homepage": null,
"size": 68027,
"stargazers_count": 1,
"watchers_count": 1,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 38,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 38,
"watchers": 1,
"default_branch": "develop",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_update_branch": true,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"base": {
"label": "voytravel:develop",
"ref": "develop",
"sha": "3116d1452cbbe731639caf6c7d2dfcdd016a6209",
"user": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1018806750,
"node_id": "R_kgDOPLnB3g",
"name": "voy",
"full_name": "voytravel/voy",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/voy",
"description": "Voy Monorepo",
"fork": false,
"url": "https://api.github.com/repos/voytravel/voy",
"forks_url": "https://api.github.com/repos/voytravel/voy/forks",
"keys_url": "https://api.github.com/repos/voytravel/voy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/voy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/voy/teams",
"hooks_url": "https://api.github.com/repos/voytravel/voy/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/voy/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/voy/events",
"assignees_url": "https://api.github.com/repos/voytravel/voy/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/voy/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/voy/tags",
"blobs_url": "https://api.github.com/repos/voytravel/voy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/voy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/voy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/voy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/voy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/voy/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/voy/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/voy/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/voy/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/voy/subscription",
"commits_url": "https://api.github.com/repos/voytravel/voy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/voy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/voy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/voy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/voy/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/voy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/voy/merges",
"archive_url": "https://api.github.com/repos/voytravel/voy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/voy/downloads",
"issues_url": "https://api.github.com/repos/voytravel/voy/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/voy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/voy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/voy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/voy/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/voy/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/voy/deployments",
"created_at": "2025-07-13T04:51:01Z",
"updated_at": "2026-07-11T13:47:13Z",
"pushed_at": "2026-07-12T15:18:53Z",
"git_url": "git://github.com/voytravel/voy.git",
"ssh_url": "org-213144510@github.com:voytravel/voy.git",
"clone_url": "https://github.com/voytravel/voy.git",
"svn_url": "https://github.com/voytravel/voy",
"homepage": null,
"size": 68027,
"stargazers_count": 1,
"watchers_count": 1,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 38,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 38,
"watchers": 1,
"default_branch": "develop",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_update_branch": true,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/voytravel/voy/pulls/1133"
},
"html": {
"href": "https://github.com/voytravel/voy/pull/1133"
},
"issue": {
"href": "https://api.github.com/repos/voytravel/voy/issues/1133"
},
"comments": {
"href": "https://api.github.com/repos/voytravel/voy/issues/1133/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/voytravel/voy/pulls/1133/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/voytravel/voy/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/voytravel/voy/pulls/1133/commits"
},
"statuses": {
"href": "https://api.github.com/repos/voytravel/voy/statuses/42e6beddba84b5f79f8ca3d93397c93f12d9dc9d"
}
},
"author_association": "COLLABORATOR",
"auto_merge": null,
"assignee": null,
"active_lock_reason": null,
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 903,
"deletions": 11,
"changed_files": 11
},
"repository": {
"id": 1018806750,
"node_id": "R_kgDOPLnB3g",
"name": "voy",
"full_name": "voytravel/voy",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/voy",
"description": "Voy Monorepo",
"fork": false,
"url": "https://api.github.com/repos/voytravel/voy",
"forks_url": "https://api.github.com/repos/voytravel/voy/forks",
"keys_url": "https://api.github.com/repos/voytravel/voy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/voy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/voy/teams",
"hooks_url": "https://api.github.com/repos/voytravel/voy/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/voy/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/voy/events",
"assignees_url": "https://api.github.com/repos/voytravel/voy/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/voy/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/voy/tags",
"blobs_url": "https://api.github.com/repos/voytravel/voy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/voy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/voy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/voy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/voy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/voy/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/voy/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/voy/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/voy/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/voy/subscription",
"commits_url": "https://api.github.com/repos/voytravel/voy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/voy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/voy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/voy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/voy/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/voy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/voy/merges",
"archive_url": "https://api.github.com/repos/voytravel/voy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/voy/downloads",
"issues_url": "https://api.github.com/repos/voytravel/voy/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/voy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/voy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/voy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/voy/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/voy/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/voy/deployments",
"created_at": "2025-07-13T04:51:01Z",
"updated_at": "2026-07-11T13:47:13Z",
"pushed_at": "2026-07-12T15:18:53Z",
"git_url": "git://github.com/voytravel/voy.git",
"ssh_url": "org-213144510@github.com:voytravel/voy.git",
"clone_url": "https://github.com/voytravel/voy.git",
"svn_url": "https://github.com/voytravel/voy",
"homepage": null,
"size": 68027,
"stargazers_count": 1,
"watchers_count": 1,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 38,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 38,
"watchers": 1,
"default_branch": "develop",
"custom_properties": {}
},
"organization": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"url": "https://api.github.com/orgs/voytravel",
"repos_url": "https://api.github.com/orgs/voytravel/repos",
"events_url": "https://api.github.com/orgs/voytravel/events",
"hooks_url": "https://api.github.com/orgs/voytravel/hooks",
"issues_url": "https://api.github.com/orgs/voytravel/issues",
"members_url": "https://api.github.com/orgs/voytravel/members{/member}",
"public_members_url": "https://api.github.com/orgs/voytravel/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"description": ""
},
"enterprise": {
"id": 469843,
"slug": "darkmatter",
"name": "darkmatter",
"node_id": "E_kgDOAAcrUw",
"avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
"description": "",
"website_url": "darkmatter.io",
"html_url": "https://github.com/enterprises/darkmatter",
"created_at": "2025-09-07T16:01:00Z",
"updated_at": "2026-07-07T15:59:26Z"
},
"sender": {
"login": "mylordkaz",
"id": 128312170,
"node_id": "U_kgDOB6Xjag",
"avatar_url": "https://avatars.githubusercontent.com/u/128312170?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mylordkaz",
"html_url": "https://github.com/mylordkaz",
"followers_url": "https://api.github.com/users/mylordkaz/followers",
"following_url": "https://api.github.com/users/mylordkaz/following{/other_user}",
"gists_url": "https://api.github.com/users/mylordkaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mylordkaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mylordkaz/subscriptions",
"organizations_url": "https://api.github.com/users/mylordkaz/orgs",
"repos_url": "https://api.github.com/users/mylordkaz/repos",
"events_url": "https://api.github.com/users/mylordkaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mylordkaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 143976268,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTQzOTc2MjY4"
}
}