You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MyCoder CLI has been updated to use a mycoder.config.js file for configuration instead of the previous CLI-based config commands (config set, config get, config list). The documentation needs to be updated to reflect this change and remove references to the old configuration system.\n\nTasks:\n- Update usage/configuration.md to document the new mycoder.config.js file\n- Remove references to 'mycoder config' commands throughout the documentation\n- Update examples to use the new configuration method\n- Update configuration file location information\n\nThe new configuration system is similar to ESLint and other modern JavaScript tools, where settings are defined in a JavaScript file in the project root.
The text was updated successfully, but these errors were encountered:
…ystem
- Remove references to old 'config' CLI commands\n- Update configuration documentation to use mycoder.config.js\n- Update examples throughout the documentation\n- Update platform-specific setup guides\n\nCloses #51
The MyCoder CLI has been updated to use a mycoder.config.js file for configuration instead of the previous CLI-based config commands (config set, config get, config list). The documentation needs to be updated to reflect this change and remove references to the old configuration system.\n\nTasks:\n- Update usage/configuration.md to document the new mycoder.config.js file\n- Remove references to 'mycoder config' commands throughout the documentation\n- Update examples to use the new configuration method\n- Update configuration file location information\n\nThe new configuration system is similar to ESLint and other modern JavaScript tools, where settings are defined in a JavaScript file in the project root.
The text was updated successfully, but these errors were encountered: