3 Commits

Author SHA1 Message Date
Claude
3542afbe28 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
2026-04-08 14:21:41 +00:00
Claude
20fdff2669 docs: Add MkDocs decommission procedure guide
Created complete decommission guide for MkDocs service (250+ lines):

Decommission Strategy:
- Safe removal of MkDocs (replaced by Wiki.js)
- 6-phase procedure (stop, remove, clean, DNS, Nginx, document)
- Total time: 15 minutes

Pre-Decommission Checklist:
- Verify Wiki.js operational
- Confirm content migration complete
- Check for external links
- Create backup archive

Procedure:
- Stop and remove Docker container
- Clean up files (with archive for safety)
- Update/remove DNS records
- Remove Nginx configuration
- Document in infrastructure manifest

Safety Features:
- Archive creation before deletion
- Rollback plan (15 min to restore)
- Verification steps
- Common issues troubleshooting

Post-Decommission:
- Week 1 monitoring plan
- Month 1 final cleanup
- Archive retention policy

Low risk: Content backed up in Git and archive.

Ready to execute when Wiki.js confirmed as replacement.

Task: MkDocs Decommission (Tier 3)
FFG-STD-002 compliant
2026-02-17 22:59:34 +00:00
2e23976557 Create mkdocs-decommission task
Task 12 migration.

Date: 2026-02-16
2026-02-16 06:57:57 -06:00