-
Notifications
You must be signed in to change notification settings - Fork 14
Feature/ai fest #93
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
base: main
Are you sure you want to change the base?
Feature/ai fest #93
Conversation
Introduces a comprehensive set of Cursor rules to guide development of the Mercado Pago Go SDK. These rules encompass project structure, naming conventions, coding standards, development practices, testing guidelines, documentation practices, dependency management, security considerations, performance optimizations, code quality measures, editor configuration, and Makefile usage. The rules aim to ensure consistency, maintainability, and quality throughout the SDK's codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apagar arquivo .DS_Store
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não precisa subir esse arquivo
CHANGELOG_ORDER_REQUEST.md
Outdated
@@ -0,0 +1,115 @@ | |||
# Changelog Order Request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não precisa subir esse arquivo
CHANGELOG_ORDER_RESPONSE.md
Outdated
@@ -0,0 +1,140 @@ | |||
# Changelog Order Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não precisa subir esse arquivo
feat: Updating Curso rules - Adding Functionalities - Remove Cursor log tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apagar arquivo.
StatusDetail string `json:"status_detail,omitempty"` | ||
CaptureMode string `json:"capture_mode,omitempty"` | ||
UserID string `json:"user_id,omitempty"` | ||
// Deprecated: campo não mais utilizado pela API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Deprecated: campo não mais utilizado pela API |
feat: Updating Curso rules and reorganize folder structure
Update Curso rules to reflect new guidelines
Implement a new folder structure for better organization
Create specific task files for order contract updates