Skip to content

Conversation

@tychy
Copy link
Owner

@tychy tychy commented Nov 7, 2025

Summary

  • Added error checks to Makefile commands that require TARGET parameter
  • Commands now show helpful usage messages when required parameters are missing
  • Affected commands: run/sample, find/sample, edit, annotate, open/sample

Test plan

  • Run make open/sample without TARGET - should show error with usage
  • Run make run/sample without TARGET - should show error with usage
  • Run make find/sample without TARGET or FIND - should show error with usage
  • Run make edit without TARGET - should show error with usage
  • Run make annotate without TARGET - should show error with usage
  • Run commands with TARGET parameter - should work as before

🤖 Generated with Claude Code

Added error checks to prevent running commands without required parameters:
- run/sample: requires TARGET
- find/sample: requires TARGET and FIND
- edit: requires TARGET
- annotate: requires TARGET
- open/sample: requires TARGET

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@tychy tychy merged commit 15e8bf9 into main Nov 7, 2025
2 checks passed
@tychy tychy deleted the feat/add-makefile-target-validation branch November 7, 2025 12:27
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