docs: rename spec docs to migration-style numbering #9

Merged
crisleo94 merged 1 commits from feature/docs-migration-numbering into main 2026-05-27 04:28:11 +00:00
Owner

Docs Renamed to Django-Migration-Style Numbering

All four backend spec docs have been renamed to follow the NNN_feature_name.md convention:

Old Name New Name Issue
trello-auth-spec.md 001_trello_auth_spec.md #1
manage-boards-spec.md 002_manage_boards_spec.md #2
manage-lists-spec.md 003_manage_lists_spec.md #3
manage-cards-spec.md 004_manage_cards_spec.md #4

Each doc also has a new **Doc:** frontmatter field with its sequence number.

This creates a linear, auditable spec history — like Django migrations for documentation.

## Docs Renamed to Django-Migration-Style Numbering All four backend spec docs have been renamed to follow the `NNN_feature_name.md` convention: | Old Name | New Name | Issue | |----------|----------|-------| | `trello-auth-spec.md` | `001_trello_auth_spec.md` | #1 | | `manage-boards-spec.md` | `002_manage_boards_spec.md` | #2 | | `manage-lists-spec.md` | `003_manage_lists_spec.md` | #3 | | `manage-cards-spec.md` | `004_manage_cards_spec.md` | #4 | Each doc also has a new `**Doc:**` frontmatter field with its sequence number. This creates a linear, auditable spec history — like Django migrations for documentation.
marko added 1 commit 2026-05-26 23:12:39 +00:00
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.
crisleo94 approved these changes 2026-05-27 04:27:58 +00:00
crisleo94 merged commit 20d31cd0bd into main 2026-05-27 04:28:11 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HermesFactory/trello-plugin#9