Archived Projects
Projects moved here have been completed or made obsolete. Full git history is preserved through git mv.
completed/
Projects that shipped — all work done, quality gates passing.
| Project | Scope | Completed |
|---|---|---|
| activate-subcategories | Pipeline routing + feed UI for subcategories | 2026-02-28 |
| admin-dashboard | 22-page admin dashboard architecture | 2026-03-01 |
| admin-operational-screens | Pipeline triggers, queue actions, taxonomy CRUD | 2026-03-09 |
| claude-code-features | Claude Code settings, hooks, agents, skills | 2026-03-07 |
| fact-content-hash | Deduplication via content hashing | 2026-03-01 |
| fact-engine-polish | 7 code fixes + 4 doc fixes for fact engine | 2026-02-19 |
| fcg-key-diversity | FCG prompt strengthening + group diversity | 2026-03-25 |
| knowledge-graph-read-side | Entity links, connection paths, graph APIs + UI | 2026-03-07 |
| news-providers-v2 | Replaced headline-only APIs with Event Registry + Newsdata.io | 2026-03-04 |
| news-testing | Full pipeline test suite (fetch to signoff) | 2026-03-04 |
| per-challenge-titles | Per-challenge title generation in Phase 2 | 2026-02-24 |
| release-groups | Release groups + curated challenges (tables, CRUD, feed) | 2026-03-08 |
| schema-overhaul | Domain-specific schemas for 32 categories | 2026-02-19 |
| seed-queue-cleanup | Queue hardening: validation, normalizer, guards | 2026-03-07 |
| taxonomy-expansion | 1,104 categories across 4 depth levels, 49,469 seeds | 2026-02-28 |
| taxonomy-optimization | Bulk alias seeding + depth-1 rules/voice | 2026-03-09 |
outdated/
Projects that are stale, superseded, or obsolete.
| Project | Reason |
|---|---|
| challenge-images | Auto-generated stub; feature already implemented via enrichment pipeline |
| marketing-site | Superseded by eko-v2-rollout Wave 3a (05-marketing-site.md PASS) |
Reversal
To restore a project to active status:
git mv docs/projects/_archive/completed/<name> docs/projects/<name>
# or
git mv docs/projects/_archive/outdated/<name> docs/projects/<name>
Then update the frontmatter status back to active or draft.