Skip to content

Add dev-loop.sh helper script for development loop automation#30

Merged
RobbieMcKinstry merged 3 commits intotrunkfrom
claude/add-dev-loop-script-OiYwR
Jan 18, 2026
Merged

Add dev-loop.sh helper script for development loop automation#30
RobbieMcKinstry merged 3 commits intotrunkfrom
claude/add-dev-loop-script-OiYwR

Conversation

@RobbieMcKinstry
Copy link
Contributor

This script aids in the execution of the conformance test development loop by:

  • Concatenating all tier CSV files in priority order (tier-1 through tier-7)
  • Stripping header rows from files after the first
  • Finding the first test with status "in-progress" or "false"
  • Using AST-Grep to remove t.Skip() calls from conformance tests

Features include:

  • --show-next: Display the next test to work on
  • --list-all: List all tests with their status
  • --dry-run: Preview changes without executing
  • Automatic ast-grep installation via cargo if not available
  • Fallback to sed-based removal if ast-grep is unavailable

This script aids in the execution of the conformance test development loop by:
- Concatenating all tier CSV files in priority order (tier-1 through tier-7)
- Stripping header rows from files after the first
- Finding the first test with status "in-progress" or "false"
- Using AST-Grep to remove t.Skip() calls from conformance tests

Features include:
- --show-next: Display the next test to work on
- --list-all: List all tests with their status
- --dry-run: Preview changes without executing
- Automatic ast-grep installation via cargo if not available
- Fallback to sed-based removal if ast-grep is unavailable
Renamed the development loop helper script to better reflect its purpose
of picking the next conformance test to implement.
- Enhanced final summary to prominently display test name and description
- Updated SKILL.md Step 1 to use pick-next.sh helper script
- Added instruction for agent to inform user of selected test name and description
@RobbieMcKinstry RobbieMcKinstry added this pull request to the merge queue Jan 18, 2026
Merged via the queue into trunk with commit ce28589 Jan 18, 2026
4 checks passed
@RobbieMcKinstry RobbieMcKinstry deleted the claude/add-dev-loop-script-OiYwR branch January 18, 2026 05:08
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