Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Improve scope control for code generation #19

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Conversation

fasterthanlime
Copy link
Contributor

No description provided.

BREAKING CHANGE: Changes how dylo determines which modules to process:

- When run inside a module directory, processes only that module by default
- When run outside a module, processes the entire workspace by default
- Add --workspace flag to force processing all modules even when run inside a module
- Add --mod flag to restrict processing to a specific module when run in workspace root

This improves workflow by making the tool more intuitive based on the directory context
where it's run, while still providing explicit controls for all use cases.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
@fasterthanlime fasterthanlime changed the title Scope feat!: Improve scope control for code generation Mar 4, 2025
@fasterthanlime fasterthanlime merged commit 90db10a into main Mar 4, 2025
2 checks passed
@fasterthanlime fasterthanlime deleted the scope branch March 4, 2025 19:37
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.

1 participant