Skip to content

Conversation

fraxken
Copy link
Member

@fraxken fraxken commented Aug 31, 2025

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the project structure by moving the main entry point from the root index.ts file to src/index.ts and updating all import/export statements accordingly.

  • Relocated main entry point from root to src directory
  • Updated all test files to import from new src location
  • Refactored prompts module to use wildcard exports
  • Updated build configuration and package.json exports

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/index.ts New main entry point with consolidated exports and functions
index.ts Removed root-level entry point file
src/prompts/index.ts Simplified exports using wildcard pattern
package.json Updated build script and added type checking tool
test/ files Updated import paths to reference new src location
test/helpers/testing-prompt.ts Added generic type parameters to method signatures

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@fraxken fraxken merged commit 2bebb69 into main Sep 1, 2025
9 checks passed
@fraxken fraxken deleted the move-index branch September 1, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants