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
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.