docs: rename spec docs to migration-style numbering

Rename docs/backend/*.md to Django-migration-style naming:
  trello-auth-spec.md    → 001_trello_auth_spec.md    (Issue #1)
  manage-boards-spec.md  → 002_manage_boards_spec.md  (Issue #2)
  manage-lists-spec.md   → 003_manage_lists_spec.md   (Issue #3)
  manage-cards-spec.md   → 004_manage_cards_spec.md   (Issue #4)

Each doc now includes a **Doc:** field with its sequence number.
This commit is contained in:
Marko (Hermes Implementer)
2026-05-26 23:12:25 +00:00
parent f6dca202aa
commit eec481c528
4 changed files with 4 additions and 0 deletions
@@ -3,6 +3,7 @@
**Feature:** US: Authenticate and Connect to Trello Account
**Issue:** #1
**Branch:** `feature/trello-auth`
**Doc:** 001
## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Boards
**Issue:** #2
**Branch:** `feature/manage-boards`
**Doc:** 002
## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Lists
**Issue:** #3
**Branch:** `feature/manage-lists`
**Doc:** 003
## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Cards
**Issue:** #4
**Branch:** `feature/manage-cards`
**Doc:** 004
## Overview