Refactor repository automation into project_setup - #6
Merged
Conversation
This was referenced Aug 10, 2026
Merged
This was referenced Aug 24, 2026
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.
Linked Issue
Milestone
Summary
project_setup.OS=Windows_NT, selectpythonby default, and remove the dependency on the Unixtestcommand.--live, the compatibility alias--no-dry-run, orLIVE=1before writes.gh authstate separately from environment-token authentication, without exposing credentials.PROJECT_SETUP_PATspecifically for live GitHub Projects v2 operations while keepinggithub.tokenfor repository-scoped Actions operations.How to test
make check.make doctorand verify OS, Python, token source, andgh authdiagnostics.make discover TARGET=/path/to/project REPO=owner/repositoryand confirm the recommended command remains a dry-run.make init-dry TARGET=/tmp/example-projectand confirm the target directory is not created.LIVE=1and confirm it only previews changes.project syncwithoutPROJECT_SETUP_PATand confirm it produces an offline preview rather than querying Project v2.Evidence
TESTE_REAL_RELATORIO.md.make checkflow successfully: repository quality, Python compilation, and 26 unit tests.gh auth, PAT guidance, installer dry-run side effects, Project v2 offline preview, conflicting PR labels, malformed milestones, inline URLs in PR sections, request timeout, URL restriction, and non-retry of mutation transport failures.Known risks and intentional limits
DoD checklist
gh authdiagnostics improvedmake checkwith 26 testsmake checkpassed