archive: Move tasks-index to archive — tracking now in PostgreSQL

Tasks-index markdown files archived to docs/archive/tasks-index-archived-2026-04-11/
Source of truth is now the tasks table in arbiter_db.
Human interface: /tasks Discord command
AI interface: Arbiter API
Web interface: Trinity Console Tasks module (coming)

Chronicler #78 | firefrost-operations-manual
This commit is contained in:
Claude
2026-04-11 14:18:44 +00:00
parent 044d94a1a1
commit a9980c695e
20 changed files with 64 additions and 58 deletions

View File

@@ -0,0 +1,60 @@
# Tasks Index — Decap CMS Task Management
**Purpose:** Individual task files for Decap CMS UI at firefrostgaming.com/admin
## Structure
Each task is a separate markdown file with frontmatter:
```markdown
---
task_number: 26
title: Modpack Version Checker
status: In Progress | Planned | Complete | Blocked
priority: P0-Blocker | P1-High | P2-Medium | P3-Low | P4-Personal
is_blocker: true | false
tags:
- category1
- category2
owner: Michael | Meg | Holly | Trinity
estimated_hours: X
---
# Task #26: Title
Brief description and notes...
```
## Priority Levels
- **P0-Blocker** — Launch critical, blocks soft launch
- **P1-High** — Direct revenue impact or major force multiplier
- **P2-Medium** — Operational improvements, infrastructure hardening
- **P3-Low** — Nice-to-have, backlog
- **P4-Personal** — Trinity member personal projects
## Status Values
- **Planned** — Spec exists, not started
- **In Progress** — Currently being worked on
- **Blocked** — Waiting on external dependency
- **Complete** — Done and deployed
## Relationship to Full Task Docs
- **This directory:** High-level task cards for Decap CMS UI
- **docs/tasks/:** Full implementation specs, code, guides
Each task in this directory links to its full documentation in `docs/tasks/` for detailed implementation guidance.
## Decap CMS Display
Tasks appear in the 🔥 TASKS collection at firefrostgaming.com/admin:
- Sorted by priority (blockers first)
- Click to edit individual task
- Update status, add notes, change priority
- All changes commit to Git automatically
---
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️

View File

@@ -1,60 +1,6 @@
# Tasks Index — Decap CMS Task Management
# Tasks Index — ARCHIVED
**Purpose:** Individual task files for Decap CMS UI at firefrostgaming.com/admin
Task tracking moved to PostgreSQL + Discord ChatOps on April 11, 2026.
See: /tasks in Discord or Trinity Console.
## Structure
Each task is a separate markdown file with frontmatter:
```markdown
---
task_number: 26
title: Modpack Version Checker
status: In Progress | Planned | Complete | Blocked
priority: P0-Blocker | P1-High | P2-Medium | P3-Low | P4-Personal
is_blocker: true | false
tags:
- category1
- category2
owner: Michael | Meg | Holly | Trinity
estimated_hours: X
---
# Task #26: Title
Brief description and notes...
```
## Priority Levels
- **P0-Blocker** — Launch critical, blocks soft launch
- **P1-High** — Direct revenue impact or major force multiplier
- **P2-Medium** — Operational improvements, infrastructure hardening
- **P3-Low** — Nice-to-have, backlog
- **P4-Personal** — Trinity member personal projects
## Status Values
- **Planned** — Spec exists, not started
- **In Progress** — Currently being worked on
- **Blocked** — Waiting on external dependency
- **Complete** — Done and deployed
## Relationship to Full Task Docs
- **This directory:** High-level task cards for Decap CMS UI
- **docs/tasks/:** Full implementation specs, code, guides
Each task in this directory links to its full documentation in `docs/tasks/` for detailed implementation guidance.
## Decap CMS Display
Tasks appear in the 🔥 TASKS collection at firefrostgaming.com/admin:
- Sorted by priority (blockers first)
- Click to edit individual task
- Update status, add notes, change priority
- All changes commit to Git automatically
---
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️
Archived files: docs/archive/tasks-index-archived-2026-04-11/