Skip to content

refactor: overhaul documentation, assets, and core git logic#59

Merged
thomas-vilte merged 1 commit into
masterfrom
dev
Dec 21, 2025
Merged

refactor: overhaul documentation, assets, and core git logic#59
thomas-vilte merged 1 commit into
masterfrom
dev

Conversation

@thomas-vilte
Copy link
Copy Markdown
Owner

@thomas-vilte thomas-vilte commented Dec 21, 2025

Description

I have performed a comprehensive refactor of the project's documentation and internal logic. This includes a complete rewrite of the README, COMMANDS, and CONTRIBUTING guides in both English and Spanish to provide a more cohesive and personal tone. Additionally, I improved the internal git service to handle file staging more robustly using the -A flag and corrected i18n template placeholders that were causing rendering issues. I also removed the GoReleaser configuration as part of an infrastructure cleanup.

Fixes # (issue)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

I manually verified the CLI execution flow and the updated git staging logic.

  • Unit tests
  • Integration tests
  • Manual test: Verified the suggest command flow and the updated git add -A behavior. Checked i18n string rendering for error messages.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Closes #67

@thomas-vilte thomas-vilte merged commit cbadb1e into master Dec 21, 2025
1 of 5 checks passed
@thomas-vilte thomas-vilte changed the title refactor refactor: overhaul documentation, assets, and core git logic Dec 29, 2025
@thomas-vilte thomas-vilte added docs Changes in documentation fix Bug fixes infra Infrastructure and DevOps refactor Code restructuring or cleaning without functional changes labels Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Changes in documentation fix Bug fixes infra Infrastructure and DevOps refactor Code restructuring or cleaning without functional changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] refactor: overhaul documentation, git staging logic, and i18n templates

1 participant