Skip to content

feat: add reusable fork type catalog - #38

Merged
redxzeta merged 1 commit into
built-from-scratchfrom
t3code/issue-6
Aug 10, 2026
Merged

feat: add reusable fork type catalog#38
redxzeta merged 1 commit into
built-from-scratchfrom
t3code/issue-6

Conversation

@redxzeta

Copy link
Copy Markdown
Owner

Closes #6

Summary

  • Added a shared fork-type catalog in apps/web/src/lib/forkTypes.ts with structured entries.
  • Each entry includes stable id, display name, description, emoji icon, and whether it is a functional integration.
  • Marked Git Fork as functional; all non-Git types are parody-only.
  • Added focused unit tests for functional/parody split, lookup behavior, and minimum non-Git coverage.

Validation

  • Attempted bun run test apps/web/src/lib/forkTypes.test.ts, but bun is not available in this environment (bun: command not found).

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@github-actions github-actions Bot added size:M 30-99 effective changed lines (test files excluded in mixed PRs). vouch:trusted labels Aug 10, 2026
@redxzeta
redxzeta merged commit 236fb54 into built-from-scratch Aug 10, 2026
7 of 9 checks passed
@redxzeta
redxzeta deleted the t3code/issue-6 branch August 10, 2026 01:44
redxzeta added a commit that referenced this pull request Aug 23, 2026
Co-authored-by: Agent <agent@debian.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 effective changed lines (test files excluded in mixed PRs).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Easy] Add a reusable fork-type data model

1 participant