Skip to content

Conversation

bhouston
Copy link
Member

Closes #215\n\nThis PR replaces the config CLI commands with a file-based configuration approach using cosmiconfig. It:\n\n- Removes all config CLI commands (get, set, list, clear)\n- Adds a new init command to create a default mycoder.config.js file\n- Uses cosmiconfig to load configuration from various file formats\n- Updates README.md with new configuration documentation\n- Simplifies the codebase by removing complex CLI command handling\n\nThe implementation follows industry standards for tool configuration and makes it easier for users to version-control their configuration.

@bhouston bhouston merged commit 85ad243 into main Mar 12, 2025
2 checks passed
Copy link

🎉 This PR is included in version mycoder-v1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove all config cli commands, replace with config file

1 participant