Refactor autify-cli into a subdirectory so it works with workspaces#697
Merged
Conversation
xiankai
reviewed
May 12, 2026
upgrade lockfile to v3 to remove bloat
2af2742 to
8da76ac
Compare
9de2464 to
dd77ec6
Compare
dd77ec6 to
83d13de
Compare
xiankai
approved these changes
May 12, 2026
Contributor
xiankai
left a comment
There was a problem hiding this comment.
nice, the windows build is fine now
| SHA: ${{ github.event.client_payload.sha }} | ||
| run: | | ||
| FILE="src/autify/mobile/mobilelink/mobilelink.json" | ||
| FILE="autify-cli/src/autify/mobile/mobilelink/mobilelink.json" |
Contributor
There was a problem hiding this comment.
minor nit but seems possible to use working-directory here
| publish: bash scripts/changesets-detect-publish.sh | ||
| # version and publish must be single commands (action splits on whitespace). | ||
| version: bash autify-cli/scripts/changesets-version.sh | ||
| publish: bash autify-cli/scripts/changesets-detect-publish.sh |
Contributor
There was a problem hiding this comment.
I also wonder if we can use working-directory here
Contributor
Author
There was a problem hiding this comment.
Pretty sure this one needs to run at the root where the .changesets dir is/workspace root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include autify-cli in the workspaces to resolve issues with the changesets action where it can't find it: https://github.com/autifyhq/autify-cli/actions/runs/25713140101/job/75497411933
This change became a larger refactor because autify-cli wasn't properly included as a package in the existing workspace, and it doesn't work right when we include the root in the workspace.
This PR is probably best reviewed by ignoring the commit that moves all the files: https://github.com/autifyhq/autify-cli/pull/697/changes/e5c540b37f2e00ff14cc4a2cfd990c5d603e9281..76d99f94fb8a616866ec95e8814e167cbef6188c