From c1d27c7a470e283f021597230c6a7ea53e75eb73 Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Sat, 28 Mar 2026 17:02:55 +0200 Subject: [PATCH] Update tracker.mdc and autopilot state in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added `alwaysApply: true` to `tracker.mdc` to enforce consistent application of rules. - Updated `_docs/_autopilot_state.md` to reflect the current task status as `in_progress` and adjusted the sub-step to `1 — Gather Feature Description`. These changes enhance the clarity and consistency of task management and tracking within the project. --- .cursor/rules/tracker.mdc | 4 ++++ _docs/_autopilot_state.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cursor/rules/tracker.mdc b/.cursor/rules/tracker.mdc index c6ff180..375dbd9 100644 --- a/.cursor/rules/tracker.mdc +++ b/.cursor/rules/tracker.mdc @@ -1,3 +1,7 @@ +--- +alwaysApply: true +--- + # Work Item Tracker - Use **Jira** as the sole work item tracker (MCP server: `user-Jira-MCP-Server`) diff --git a/_docs/_autopilot_state.md b/_docs/_autopilot_state.md index 8663884..8cd4e94 100644 --- a/_docs/_autopilot_state.md +++ b/_docs/_autopilot_state.md @@ -4,6 +4,6 @@ flow: existing-code step: 8 name: New Task -status: not_started -sub_step: 0 +status: in_progress +sub_step: 1 — Gather Feature Description retry_count: 0