Skip to content

refactor: Reduce export scope of internal constants and types#801

Open
jirispilka wants to merge 1 commit intomasterfrom
claude/issue-643-phase-1-1iWa5
Open

refactor: Reduce export scope of internal constants and types#801
jirispilka wants to merge 1 commit intomasterfrom
claude/issue-643-phase-1-1iWa5

Conversation

@jirispilka
Copy link
Copy Markdown
Collaborator

@jirispilka jirispilka commented May 6, 2026

Convert exported constants and types to private declarations where they are only used internally.

Related to: #643

Un-export symbols with no external consumers:
- TieredEventPrice in src/utils/pricing_info.ts (used only within file)
- SKYFIRE_MIN_CHARGE_USD, SKYFIRE_SELLER_ID in src/const.ts (used only within file)

Note: spec also mentioned PricingTier, but it has been moved to
src/utils/pricing_info.ts and now has 5+ external consumers, so it must
remain exported.
@github-actions github-actions Bot added the t-ai Issues owned by the AI team. label May 6, 2026
@jirispilka jirispilka changed the title Reduce export scope of internal constants and types refactor: Reduce export scope of internal constants and types May 6, 2026
@jirispilka jirispilka requested a review from MQ37 May 6, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-ai Issues owned by the AI team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants