fix: dry run audit — stale references, missing expected files, redundant terraform block#17
Merged
swarm-protocol merged 2 commits intomainfrom Feb 8, 2026
Merged
Conversation
…, remove redundant terraform block Co-authored-by: swarm-protocol <169869917+swarm-protocol@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Perform dry run to check for missing or redundant lines and args
fix: dry run audit — stale references, missing expected files, redundant terraform block
Feb 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns repo scripts/config with the current file layout by removing stale documentation references, updating the cleanup allowlist, and de-duplicating Terraform version/provider constraints.
Changes:
bootstrap.sh: Replace staleQUICKSTART.mdreference with a pointer to the README “Quick Start” section.cleanup.sh: Add missing entries to the (commented)EXPECTED_FILESallowlist so dry-run audits don’t flag existing files as “leftovers”.terraform/main.tf: Remove duplicatedrequired_version/required_providers(now centralized inversions.tf) while keeping the backend placeholder block.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
bootstrap.sh |
Removes reference to a non-existent doc and points users to README’s Quick Start section. |
cleanup.sh |
Updates the expected file allowlist to reflect files that already exist in the repo. |
terraform/main.tf |
Eliminates redundant Terraform constraints duplicated in versions.tf, retaining backend placeholder. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Dry-run audit of the repo surfaced three categories of drift between actual file state and what scripts/configs reference.
bootstrap.shQUICKSTART.mdinshow_next_steps(), replaced withREADME.md Quick Start sectioncleanup.shEXPECTED_FILES: all symlink READMEs (14),src/scripts/performance/*(3), and.jules/bolt.md— these were added in prior PRs but the expected file list was never updatedterraform/main.tfrequired_version+required_providersblock already defined inversions.tf. Kept the emptyterraform {}block for the commented-out backend config.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.