Skip to content

v4.3.1

Choose a tag to compare

@rafaelghif rafaelghif released this 28 Jul 14:12
· 16 commits to main since this release

Added

  • Standard Issue-Driven Git Workflow: Added strict standard flow enforcing: Create Issue -> Create Branch -> Conventional Commit -> Push -> Merge -> Clean Branch.
  • Gitea Timetracking Integration: Enforced accurate timetracker updates for every Gitea issue upon completion.
  • Single Active Plan Priority: Introduced timestamp-based prioritization for .agents/plans/*.md to eliminate context switching amnesia.

Changed

  • Strict Pre-Execution Gates & Token Efficiency: Rewrote AGENTS.md to aggressively enforce pre-execution issue/plan gates (HARD STOP). Compacted the directive to under 60 lines with a strict <= 150 characters per line limit to maximize context token efficiency.
  • Clean Markdown Standards: Removed messy inline math formatting from devops-manager/SKILL.md in favor of standard markdown lists.
  • Humanized Skill Modules: Completely refactored all internal AI skill modules to replace robotic instructions with a natural, collaborative persona.

Fixed

  • Plan File TOCTOU Race Conditions: Fixed state loss vulnerabilities by mandating POSIX Directory Locks for plan files.
  • Atomic Backup Safety: Hardened updates by enforcing strict cp shell backups before any plan writes.