Update tracker.mdc and autopilot state in documentation

- 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.
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 17:02:55 +02:00
parent fb5191a663
commit c1d27c7a47
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
---
alwaysApply: true
---
# Work Item Tracker # Work Item Tracker
- Use **Jira** as the sole work item tracker (MCP server: `user-Jira-MCP-Server`) - Use **Jira** as the sole work item tracker (MCP server: `user-Jira-MCP-Server`)
+2 -2
View File
@@ -4,6 +4,6 @@
flow: existing-code flow: existing-code
step: 8 step: 8
name: New Task name: New Task
status: not_started status: in_progress
sub_step: 0 sub_step: 1 — Gather Feature Description
retry_count: 0 retry_count: 0