Skip to content

Conversation

@GiovaniGuizzo
Copy link
Contributor

@GiovaniGuizzo GiovaniGuizzo commented Oct 4, 2025

Checklist for Pull Requests

  • All tests pass (yarn test:all and yarn test:integration)
  • Code follows the style guide and passes lint checks
  • Documentation is updated (README, docs, etc)
  • Linked to corresponding issue, if applicable

Summary of Changes

This PR adds another configuration called "jobsFilePath", which accepts a path for the manual resolution script. When relative, it will resolve in relation to the file that called Sidequest.start or Sidequest.configure. This allows the usage of Sidequest in a library that uses manual job resolution.

Closes #108
Closes #109

@GiovaniGuizzo GiovaniGuizzo merged commit ed47cb4 into master Oct 28, 2025
2 checks passed
@GiovaniGuizzo GiovaniGuizzo deleted the feat/manual-resolution-relative branch October 28, 2025 15:43
sidequest-release bot pushed a commit that referenced this pull request Oct 28, 2025
# [1.11.0](v1.10.0...v1.11.0) (2025-10-28)

### Features

* custom script path for manual resolution ([#111](#111)) ([ed47cb4](ed47cb4))
@sidequest-release
Copy link

🎉 This PR is included in version 1.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow customizing start path for manual job resolution

3 participants