From dafb103119c622ee9dadf5cd855e8307a7161aae Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 14:21:41 +0000 Subject: [PATCH] feat: Add YAML frontmatter to all 57 task READMEs Phase 1 of task management consolidation (per Gemini consultation). Added standardized frontmatter with: - status: open | blocked | complete - priority: P1 | P2 | P3 | P4 - owner: Michael | Meg | Holly - created: YYYY-MM-DD Final counts: - 39 open tasks - 17 complete tasks - 1 blocked task Metadata extracted from existing inline markdown and audit results. Ready for Phase 2: 11ty mobile index generation. Chronicler #69 --- .../\"coming-soon\"-video-creation-(capcut)/README.md" | 7 +++++++ docs/tasks/accounting-software/README.md | 7 +++++++ .../among-us-weekly-events-(phase-2-expansion)/README.md | 7 +++++++ docs/tasks/arbiter-2-1-cancellation-flow/README.md | 7 +++++++ docs/tasks/arbiter-2x/README.md | 7 +++++++ docs/tasks/blender-cinematic-workflow/README.md | 7 +++++++ .../README.md | 7 +++++++ docs/tasks/castle-timelapse/replay-mod-guide.md | 7 +++++++ docs/tasks/catalyst-arcane-skin/README.md | 7 +++++++ docs/tasks/claude-infrastructure-access/README.md | 7 +++++++ docs/tasks/cloudflare-integration/README.md | 7 +++++++ docs/tasks/cockpit-deployment/README.md | 7 +++++++ docs/tasks/command-center-cleanup/README.md | 7 +++++++ docs/tasks/command-center-security/README.md | 7 +++++++ docs/tasks/decap-tasks-collection/README.md | 7 +++++++ docs/tasks/department-structure/README.md | 7 +++++++ docs/tasks/discord-invite-setup/README.md | 7 +++++++ .../tasks/discord-server-complete-reorganization/README.md | 7 +++++++ docs/tasks/emissary-fire-skin/README.md | 7 +++++++ docs/tasks/fire-frost-holdings-restructuring/README.md | 7 +++++++ docs/tasks/firefrost-codex/README.md | 7 +++++++ docs/tasks/fix-frostwall-vs-firefrost-naming/README.md | 7 +++++++ docs/tasks/flagship-modpack-eternal-skyforge/README.md | 7 +++++++ docs/tasks/frostwall-protocol/README.md | 7 +++++++ .../README.md | 7 +++++++ docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md | 7 +++++++ docs/tasks/luckperms-mysql-backend/README.md | 7 +++++++ docs/tasks/mailcow-email-server-on-nc1/README.md | 7 +++++++ docs/tasks/mkdocs-decommission/README.md | 7 +++++++ docs/tasks/modpack-version-checker/README.md | 7 +++++++ docs/tasks/nc1-node-usage-stats/deployment-plan.md | 7 +++++++ docs/tasks/nc1-security-monitoring/README.md | 7 +++++++ docs/tasks/netdata-deployment/README.md | 7 +++++++ docs/tasks/nextcloud-upload-portal-for-meg/README.md | 7 +++++++ docs/tasks/notebooklm-integration/README.md | 7 +++++++ docs/tasks/plane-decommissioning/README.md | 7 +++++++ docs/tasks/pokerole-wikijs-deployment/README.md | 7 +++++++ docs/tasks/rank-system-deployment/README.md | 7 +++++++ docs/tasks/server-matrix-node-fix/README.md | 7 +++++++ docs/tasks/server-retirements-2026-03/holly-checklist.md | 7 +++++++ docs/tasks/server-sunset-evaluation/README.md | 7 +++++++ docs/tasks/staff-onboarding-holly/README.md | 7 +++++++ docs/tasks/staff-portal-consolidation/README.md | 7 +++++++ docs/tasks/staff-recruitment-launch/README.md | 7 +++++++ docs/tasks/staggered-server-restart-system/README.md | 7 +++++++ docs/tasks/steam-and-state-server/README.md | 7 +++++++ docs/tasks/task-048-n8n-rebuild/README.md | 7 +++++++ docs/tasks/task-092-desktop-mcp/README.md | 7 +++++++ docs/tasks/task-093-trinity-codex/README.md | 7 +++++++ docs/tasks/task-094-global-restart-scheduler/README.md | 7 +++++++ docs/tasks/terraria-branding-training-arc/README.md | 7 +++++++ docs/tasks/trinity-minecraft-skins/README.md | 7 +++++++ docs/tasks/vaultwarden-setup/README.md | 7 +++++++ docs/tasks/vaultwarden-ssh-setup/README.md | 7 +++++++ docs/tasks/wizard-frost-skin/README.md | 7 +++++++ docs/tasks/workflow-guide-review-&-trim/README.md | 7 +++++++ docs/tasks/world-backup-automation/README.md | 7 +++++++ 57 files changed, 399 insertions(+) diff --git "a/docs/tasks/\"coming-soon\"-video-creation-(capcut)/README.md" "b/docs/tasks/\"coming-soon\"-video-creation-(capcut)/README.md" index f0ad4b1..4ab7418 100644 --- "a/docs/tasks/\"coming-soon\"-video-creation-(capcut)/README.md" +++ "b/docs/tasks/\"coming-soon\"-video-creation-(capcut)/README.md" @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # "Coming Soon" Video Creation (CapCut) **Status:** Planning diff --git a/docs/tasks/accounting-software/README.md b/docs/tasks/accounting-software/README.md index 75d9405..50ef0f4 100644 --- a/docs/tasks/accounting-software/README.md +++ b/docs/tasks/accounting-software/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-03-18 +--- + # Task: Self-Hosted Accounting Software **Status:** PLANNING diff --git a/docs/tasks/among-us-weekly-events-(phase-2-expansion)/README.md b/docs/tasks/among-us-weekly-events-(phase-2-expansion)/README.md index 377cde2..e14ca05 100644 --- a/docs/tasks/among-us-weekly-events-(phase-2-expansion)/README.md +++ b/docs/tasks/among-us-weekly-events-(phase-2-expansion)/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Among Us Weekly Events (Phase 2 Expansion) **Status:** Planning diff --git a/docs/tasks/arbiter-2-1-cancellation-flow/README.md b/docs/tasks/arbiter-2-1-cancellation-flow/README.md index 155269d..6225ec5 100644 --- a/docs/tasks/arbiter-2-1-cancellation-flow/README.md +++ b/docs/tasks/arbiter-2-1-cancellation-flow/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-03-30 +--- + # Task #87: Arbiter 2.1 - Subscription Cancellation & Grace Period System **Status:** ARCHITECTURE VALIDATED - Ready to implement after Paymenter research diff --git a/docs/tasks/arbiter-2x/README.md b/docs/tasks/arbiter-2x/README.md index c1deafa..bb3d81f 100644 --- a/docs/tasks/arbiter-2x/README.md +++ b/docs/tasks/arbiter-2x/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-03-31 +--- + # Task #90: Arbiter 2.x - Unified Access Manager **Status:** OPEN diff --git a/docs/tasks/blender-cinematic-workflow/README.md b/docs/tasks/blender-cinematic-workflow/README.md index 66b8237..5fa69ae 100644 --- a/docs/tasks/blender-cinematic-workflow/README.md +++ b/docs/tasks/blender-cinematic-workflow/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Holly +created: 2026-03-30 +--- + # Blender Cinematic Workflow — Task Overview **Task ID:** (To be assigned) diff --git a/docs/tasks/blueprint-extension-installation-node-usage-status/README.md b/docs/tasks/blueprint-extension-installation-node-usage-status/README.md index 456b6cb..0251297 100644 --- a/docs/tasks/blueprint-extension-installation-node-usage-status/README.md +++ b/docs/tasks/blueprint-extension-installation-node-usage-status/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Blueprint Extension Installation - Node Usage Status **Status:** Ready diff --git a/docs/tasks/castle-timelapse/replay-mod-guide.md b/docs/tasks/castle-timelapse/replay-mod-guide.md index 0f3350b..e205e85 100644 --- a/docs/tasks/castle-timelapse/replay-mod-guide.md +++ b/docs/tasks/castle-timelapse/replay-mod-guide.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Firefrost Castle World Spawn - Schematicannon Timelapse Recording Guide **Build Specs:** diff --git a/docs/tasks/catalyst-arcane-skin/README.md b/docs/tasks/catalyst-arcane-skin/README.md index 1d2f693..20ae16b 100644 --- a/docs/tasks/catalyst-arcane-skin/README.md +++ b/docs/tasks/catalyst-arcane-skin/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-03-20 +--- + # Task #64: Upload The Catalyst (Arcane) Minecraft Skin — Holly **Status:** PENDING diff --git a/docs/tasks/claude-infrastructure-access/README.md b/docs/tasks/claude-infrastructure-access/README.md index 8531d53..7dfc872 100644 --- a/docs/tasks/claude-infrastructure-access/README.md +++ b/docs/tasks/claude-infrastructure-access/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-03-20 +--- + # Task #65: Grant Claude Full Infrastructure Access **Status:** PENDING diff --git a/docs/tasks/cloudflare-integration/README.md b/docs/tasks/cloudflare-integration/README.md index fdd45f7..fc6e2eb 100644 --- a/docs/tasks/cloudflare-integration/README.md +++ b/docs/tasks/cloudflare-integration/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-02-22 +--- + # Task: Add Cloudflare to Claude's Toolbox **Created:** February 22, 2026 diff --git a/docs/tasks/cockpit-deployment/README.md b/docs/tasks/cockpit-deployment/README.md index 6ad1ba3..79e440c 100644 --- a/docs/tasks/cockpit-deployment/README.md +++ b/docs/tasks/cockpit-deployment/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-03-21 +--- + # Task: Deploy Cockpit Web Terminal to All Servers ## Overview diff --git a/docs/tasks/command-center-cleanup/README.md b/docs/tasks/command-center-cleanup/README.md index 1d6c3c3..c798d87 100644 --- a/docs/tasks/command-center-cleanup/README.md +++ b/docs/tasks/command-center-cleanup/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Command Center Root Cleanup **Status:** Ready diff --git a/docs/tasks/command-center-security/README.md b/docs/tasks/command-center-security/README.md index f94c358..93d4fb6 100644 --- a/docs/tasks/command-center-security/README.md +++ b/docs/tasks/command-center-security/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Command Center Security Hardening **Status:** Ready diff --git a/docs/tasks/decap-tasks-collection/README.md b/docs/tasks/decap-tasks-collection/README.md index cb44f72..1688d1b 100644 --- a/docs/tasks/decap-tasks-collection/README.md +++ b/docs/tasks/decap-tasks-collection/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-01-01 +--- + # Task #90: Add Tasks Collection to Decap CMS **Status:** ✅ COMPLETE diff --git a/docs/tasks/department-structure/README.md b/docs/tasks/department-structure/README.md index e600f58..e4f6599 100644 --- a/docs/tasks/department-structure/README.md +++ b/docs/tasks/department-structure/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-01-01 +--- + # Department Structure & Access Control Matrix **Status:** Planning diff --git a/docs/tasks/discord-invite-setup/README.md b/docs/tasks/discord-invite-setup/README.md index a205e3e..6f9dc7c 100644 --- a/docs/tasks/discord-invite-setup/README.md +++ b/docs/tasks/discord-invite-setup/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P3 +owner: Michael +created: 2026-03-21 +--- + # Task #55: Discord Permanent Invite Link Setup **Status:** ✅ COMPLETE diff --git a/docs/tasks/discord-server-complete-reorganization/README.md b/docs/tasks/discord-server-complete-reorganization/README.md index 79089d0..4e9cad9 100644 --- a/docs/tasks/discord-server-complete-reorganization/README.md +++ b/docs/tasks/discord-server-complete-reorganization/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Discord Server Complete Reorganization **Status:** 🔄 IN PROGRESS — March 14, 2026 diff --git a/docs/tasks/emissary-fire-skin/README.md b/docs/tasks/emissary-fire-skin/README.md index 68faeb9..7ea14fc 100644 --- a/docs/tasks/emissary-fire-skin/README.md +++ b/docs/tasks/emissary-fire-skin/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-03-20 +--- + # Task #63: Upload The Emissary (Fire) Minecraft Skin — Meg **Status:** PENDING diff --git a/docs/tasks/fire-frost-holdings-restructuring/README.md b/docs/tasks/fire-frost-holdings-restructuring/README.md index 9a99d87..0e0f58d 100644 --- a/docs/tasks/fire-frost-holdings-restructuring/README.md +++ b/docs/tasks/fire-frost-holdings-restructuring/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-02-22 +--- + # Fire + Frost Holdings — Business Restructuring **Task ID:** FFG-TASK-003 diff --git a/docs/tasks/firefrost-codex/README.md b/docs/tasks/firefrost-codex/README.md index 13bde34..ad2a8e0 100644 --- a/docs/tasks/firefrost-codex/README.md +++ b/docs/tasks/firefrost-codex/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-02-20 +--- + # Firefrost Codex - AI Assistant Deployment **Status:** Ready to Deploy diff --git a/docs/tasks/fix-frostwall-vs-firefrost-naming/README.md b/docs/tasks/fix-frostwall-vs-firefrost-naming/README.md index 9cfb12c..9173cf5 100644 --- a/docs/tasks/fix-frostwall-vs-firefrost-naming/README.md +++ b/docs/tasks/fix-frostwall-vs-firefrost-naming/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Fix Frostwall vs Firefrost Naming - Clarification Guide **Status:** Ready diff --git a/docs/tasks/flagship-modpack-eternal-skyforge/README.md b/docs/tasks/flagship-modpack-eternal-skyforge/README.md index bfc8662..7495e00 100644 --- a/docs/tasks/flagship-modpack-eternal-skyforge/README.md +++ b/docs/tasks/flagship-modpack-eternal-skyforge/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Firefrost: The Eternal Skyforge - Flagship Modpack **Status:** Planning Complete diff --git a/docs/tasks/frostwall-protocol/README.md b/docs/tasks/frostwall-protocol/README.md index ffb2513..52404a7 100644 --- a/docs/tasks/frostwall-protocol/README.md +++ b/docs/tasks/frostwall-protocol/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # The Frostwall Protocol - GRE Tunnel Security Architecture **Status:** PLANNING COMPLETE - Ready to Deploy diff --git a/docs/tasks/game-server-startup-script-audit-&-optimization/README.md b/docs/tasks/game-server-startup-script-audit-&-optimization/README.md index d7e9e64..c9801de 100644 --- a/docs/tasks/game-server-startup-script-audit-&-optimization/README.md +++ b/docs/tasks/game-server-startup-script-audit-&-optimization/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Game Server Startup Script Audit & Optimization **Status:** Ready diff --git a/docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md b/docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md index 0c3c23b..53fd6c4 100644 --- a/docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md +++ b/docs/tasks/interactive-tools-suite/MASTER-SPECIFICATION.md @@ -1,3 +1,10 @@ +--- +status: blocked +priority: P1 +owner: Michael +created: 2026-03-22 +--- + # Interactive Tools Suite — Master Specification **Comprehensive Documentation for Tasks #70-81** diff --git a/docs/tasks/luckperms-mysql-backend/README.md b/docs/tasks/luckperms-mysql-backend/README.md index 717ad98..a1e7ce6 100644 --- a/docs/tasks/luckperms-mysql-backend/README.md +++ b/docs/tasks/luckperms-mysql-backend/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # LuckPerms MySQL Backend **Status:** Ready diff --git a/docs/tasks/mailcow-email-server-on-nc1/README.md b/docs/tasks/mailcow-email-server-on-nc1/README.md index d258a1b..d9b09ab 100644 --- a/docs/tasks/mailcow-email-server-on-nc1/README.md +++ b/docs/tasks/mailcow-email-server-on-nc1/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-01-01 +--- + # Mailcow Email Server on NC1 **Status:** Blocked - Awaiting NC1 cleanup + Frostwall diff --git a/docs/tasks/mkdocs-decommission/README.md b/docs/tasks/mkdocs-decommission/README.md index 4fcf67f..8900fc5 100644 --- a/docs/tasks/mkdocs-decommission/README.md +++ b/docs/tasks/mkdocs-decommission/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # MkDocs Decommission **Status:** Ready diff --git a/docs/tasks/modpack-version-checker/README.md b/docs/tasks/modpack-version-checker/README.md index 365052a..c39190b 100644 --- a/docs/tasks/modpack-version-checker/README.md +++ b/docs/tasks/modpack-version-checker/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-02-22 +--- + # Modpack Version Checker - Commercial Blueprint Extension **Product ID:** FFG-PRODUCT-001 diff --git a/docs/tasks/nc1-node-usage-stats/deployment-plan.md b/docs/tasks/nc1-node-usage-stats/deployment-plan.md index d5cf4b0..a9f4760 100644 --- a/docs/tasks/nc1-node-usage-stats/deployment-plan.md +++ b/docs/tasks/nc1-node-usage-stats/deployment-plan.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Task #44 — NC1 Node Usage Stats: Deployment Plan **Status:** READY — installation steps documented diff --git a/docs/tasks/nc1-security-monitoring/README.md b/docs/tasks/nc1-security-monitoring/README.md index 8abf980..ae79473 100644 --- a/docs/tasks/nc1-security-monitoring/README.md +++ b/docs/tasks/nc1-security-monitoring/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-03-21 +--- + # Task: NC1 Security & Monitoring ## Priority: MEDIUM-HIGH diff --git a/docs/tasks/netdata-deployment/README.md b/docs/tasks/netdata-deployment/README.md index 72af5c2..149814b 100644 --- a/docs/tasks/netdata-deployment/README.md +++ b/docs/tasks/netdata-deployment/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-01-01 +--- + # Netdata Deployment **Status:** Ready diff --git a/docs/tasks/nextcloud-upload-portal-for-meg/README.md b/docs/tasks/nextcloud-upload-portal-for-meg/README.md index adc2471..a7ed245 100644 --- a/docs/tasks/nextcloud-upload-portal-for-meg/README.md +++ b/docs/tasks/nextcloud-upload-portal-for-meg/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # NextCloud Upload Portal for Meg **Status:** Ready diff --git a/docs/tasks/notebooklm-integration/README.md b/docs/tasks/notebooklm-integration/README.md index 25d4a30..b314554 100644 --- a/docs/tasks/notebooklm-integration/README.md +++ b/docs/tasks/notebooklm-integration/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-02-27 +--- + # NotebookLM Integration for Firefrost Gaming **Task ID:** #36 diff --git a/docs/tasks/plane-decommissioning/README.md b/docs/tasks/plane-decommissioning/README.md index 6d5bcca..334f14d 100644 --- a/docs/tasks/plane-decommissioning/README.md +++ b/docs/tasks/plane-decommissioning/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-03-26 +--- + # Task #82: Decommission Plane Project Management **Created:** March 26, 2026 diff --git a/docs/tasks/pokerole-wikijs-deployment/README.md b/docs/tasks/pokerole-wikijs-deployment/README.md index ff5e154..5746b81 100644 --- a/docs/tasks/pokerole-wikijs-deployment/README.md +++ b/docs/tasks/pokerole-wikijs-deployment/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-02-26 +--- + # Pokerole Wiki.js Deployment **Task ID:** #35 diff --git a/docs/tasks/rank-system-deployment/README.md b/docs/tasks/rank-system-deployment/README.md index 6f46998..fcfd22e 100644 --- a/docs/tasks/rank-system-deployment/README.md +++ b/docs/tasks/rank-system-deployment/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-03-10 +--- + # Rank System Deployment — Full Network **Status:** TOP PRIORITY diff --git a/docs/tasks/server-matrix-node-fix/README.md b/docs/tasks/server-matrix-node-fix/README.md index 0e0b6f1..987b68b 100644 --- a/docs/tasks/server-matrix-node-fix/README.md +++ b/docs/tasks/server-matrix-node-fix/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-04-04 +--- + # Task: Fix Server Matrix Node Detection **Task ID:** #91 diff --git a/docs/tasks/server-retirements-2026-03/holly-checklist.md b/docs/tasks/server-retirements-2026-03/holly-checklist.md index b1c216d..d42f0fc 100644 --- a/docs/tasks/server-retirements-2026-03/holly-checklist.md +++ b/docs/tasks/server-retirements-2026-03/holly-checklist.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P3 +owner: Michael +created: 2026-03-19 +--- + # Server Retirement Checklist - March 2026 **Assigned To:** Holly (unicorn20089) diff --git a/docs/tasks/server-sunset-evaluation/README.md b/docs/tasks/server-sunset-evaluation/README.md index 8463c37..d2eb682 100644 --- a/docs/tasks/server-sunset-evaluation/README.md +++ b/docs/tasks/server-sunset-evaluation/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-03-15 +--- + # Server Sunset Evaluation **Status:** READY diff --git a/docs/tasks/staff-onboarding-holly/README.md b/docs/tasks/staff-onboarding-holly/README.md index a8a44c2..bca5a22 100644 --- a/docs/tasks/staff-onboarding-holly/README.md +++ b/docs/tasks/staff-onboarding-holly/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Staff Onboarding — Holly (Lead Builder) **Status:** READY TO START diff --git a/docs/tasks/staff-portal-consolidation/README.md b/docs/tasks/staff-portal-consolidation/README.md index 25eacf9..2ab601d 100644 --- a/docs/tasks/staff-portal-consolidation/README.md +++ b/docs/tasks/staff-portal-consolidation/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-04-03 +--- + # Task #89: Staff Portal Consolidation **Status:** 📋 Planned diff --git a/docs/tasks/staff-recruitment-launch/README.md b/docs/tasks/staff-recruitment-launch/README.md index f38b574..28c09a6 100644 --- a/docs/tasks/staff-recruitment-launch/README.md +++ b/docs/tasks/staff-recruitment-launch/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Staff Recruitment Launch **Status:** DOCUMENTATION COMPLETE - Ready to Post diff --git a/docs/tasks/staggered-server-restart-system/README.md b/docs/tasks/staggered-server-restart-system/README.md index 452db91..c9b15cc 100644 --- a/docs/tasks/staggered-server-restart-system/README.md +++ b/docs/tasks/staggered-server-restart-system/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Staggered Server Restart System **Status:** Planning diff --git a/docs/tasks/steam-and-state-server/README.md b/docs/tasks/steam-and-state-server/README.md index 013be2f..aa3aa97 100644 --- a/docs/tasks/steam-and-state-server/README.md +++ b/docs/tasks/steam-and-state-server/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-03-18 +--- + # Task: Firefrost "Steam & State" — Flagship Modpack Server **Status:** PLANNING diff --git a/docs/tasks/task-048-n8n-rebuild/README.md b/docs/tasks/task-048-n8n-rebuild/README.md index 9e40fbe..a7ff1cf 100644 --- a/docs/tasks/task-048-n8n-rebuild/README.md +++ b/docs/tasks/task-048-n8n-rebuild/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-04-07 +--- + # Task #48: n8n Rebuild **Created:** April 7, 2026 diff --git a/docs/tasks/task-092-desktop-mcp/README.md b/docs/tasks/task-092-desktop-mcp/README.md index 35dbec1..8460385 100644 --- a/docs/tasks/task-092-desktop-mcp/README.md +++ b/docs/tasks/task-092-desktop-mcp/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-04-05 +--- + # Task #92: Desktop MCP + Dispatch Architecture **Created:** April 5, 2026 diff --git a/docs/tasks/task-093-trinity-codex/README.md b/docs/tasks/task-093-trinity-codex/README.md index ba2b9bd..0eb05d9 100644 --- a/docs/tasks/task-093-trinity-codex/README.md +++ b/docs/tasks/task-093-trinity-codex/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P2 +owner: Michael +created: 2026-04-05 +--- + # Task #93: Trinity Codex — Shared Knowledge Base **Created:** April 5, 2026 diff --git a/docs/tasks/task-094-global-restart-scheduler/README.md b/docs/tasks/task-094-global-restart-scheduler/README.md index b1415a0..4b42c64 100644 --- a/docs/tasks/task-094-global-restart-scheduler/README.md +++ b/docs/tasks/task-094-global-restart-scheduler/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Task #94: Global Restart Scheduler **Status:** ✅ IMPLEMENTED (April 5, 2026) diff --git a/docs/tasks/terraria-branding-training-arc/README.md b/docs/tasks/terraria-branding-training-arc/README.md index 872ac14..4454448 100644 --- a/docs/tasks/terraria-branding-training-arc/README.md +++ b/docs/tasks/terraria-branding-training-arc/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Terraria Branding Training Arc **Status:** Active - Phase 1 diff --git a/docs/tasks/trinity-minecraft-skins/README.md b/docs/tasks/trinity-minecraft-skins/README.md index cebd251..e6d512f 100644 --- a/docs/tasks/trinity-minecraft-skins/README.md +++ b/docs/tasks/trinity-minecraft-skins/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P3 +owner: Michael +created: 2026-03-20 +--- + # Task #61: AI-Generated Minecraft Skins for The Trinity **Status:** PENDING diff --git a/docs/tasks/vaultwarden-setup/README.md b/docs/tasks/vaultwarden-setup/README.md index 73abc0e..3290499 100644 --- a/docs/tasks/vaultwarden-setup/README.md +++ b/docs/tasks/vaultwarden-setup/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Vaultwarden - Add SSH Key & Org Setup **Status:** Deployed, Needs Configuration diff --git a/docs/tasks/vaultwarden-ssh-setup/README.md b/docs/tasks/vaultwarden-ssh-setup/README.md index c593c05..3a483df 100644 --- a/docs/tasks/vaultwarden-ssh-setup/README.md +++ b/docs/tasks/vaultwarden-ssh-setup/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P1 +owner: Michael +created: 2026-01-01 +--- + # Task #14: Store Firefrost SSH Key in Vaultwarden **Status:** ✅ COMPLETE diff --git a/docs/tasks/wizard-frost-skin/README.md b/docs/tasks/wizard-frost-skin/README.md index 5e5d0da..60d3a03 100644 --- a/docs/tasks/wizard-frost-skin/README.md +++ b/docs/tasks/wizard-frost-skin/README.md @@ -1,3 +1,10 @@ +--- +status: complete +priority: P2 +owner: Michael +created: 2026-03-20 +--- + # Task #62: Upload The Wizard (Frost) Minecraft Skin — Michael **Status:** PENDING diff --git a/docs/tasks/workflow-guide-review-&-trim/README.md b/docs/tasks/workflow-guide-review-&-trim/README.md index 92f7356..fbf41ee 100644 --- a/docs/tasks/workflow-guide-review-&-trim/README.md +++ b/docs/tasks/workflow-guide-review-&-trim/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # Workflow Guide Review & Trim **Status:** Ready diff --git a/docs/tasks/world-backup-automation/README.md b/docs/tasks/world-backup-automation/README.md index 03526a7..1292bf7 100644 --- a/docs/tasks/world-backup-automation/README.md +++ b/docs/tasks/world-backup-automation/README.md @@ -1,3 +1,10 @@ +--- +status: open +priority: P3 +owner: Michael +created: 2026-01-01 +--- + # World Backup Automation **Status:** Planning