Skip to content

v4.3.2

Choose a tag to compare

@rafaelghif rafaelghif released this 28 Jul 14:28
· 11 commits to main since this release
74ea21b

Added

  • MCP-First Priority Fallback: Established a strict Platform Interaction Priority Fallback (Priority 1: MCP, Priority 2: CLI, Priority 3: Human Report) to maximize AI-native API interactions before falling back to CLI.
  • Git Conventional Standards: Enforced Git Conventional formats for all Issue Titles (feat: ..., fix: ...) and required professional, highly detailed Issue Bodies (Description, Acceptance Criteria).
  • PR-First Workflow: Prohibited direct merges to main. Enforced gh pr create and gh pr merge as the mandatory integration pathway.

Fixed

  • Issue ID Hallucination: Added an explicit Anti-Hallucination Gate prohibiting the agent from guessing or hallucinating Issue IDs. The agent MUST empirically verify or create issues via CLI/MCP.
  • Continuous Release Syncing: Ensured every merged PR triggers a mandatory update to CHANGELOG.md and a new version bump / GitHub release.