project-nomad/admin/app
Claude 2d285bfbc7
feat: add 4 content categories, chat export, and update roadmap
Content Library:
- Children & Family: African Storybooks, Gutenberg children's lit,
  Wikipedia for Schools, PhET simulations, TED-Ed series
- Languages & Reference: Wiktionary in 6 languages (EN/ES/FR/AR/DE/PT)
  across 3 tiers by language coverage
- History & Culture: Project Gutenberg history/biography, History Q&A,
  American history texts, Wikipedia History & Culture
- Legal & Civic: Civics guides, Gutenberg law texts, Law Q&A,
  Personal Finance Q&A, Wikipedia Politics & Government

Chat Export:
- New GET /api/chat/sessions/:id/export endpoint
- Returns full conversation as a downloadable Markdown file
- Filename derived from session title (slugified)
- Includes model name, export timestamp, and all messages

Roadmap:
- Update CATEGORIES-TODO.md to mark 10 categories complete
- Add Trades & Vocational and Communications as next high-priority items

https://claude.ai/code/session_01WfRC4tDeYprykhMrg4PxX6
2026-03-22 21:27:36 +00:00
..
controllers feat: add 4 content categories, chat export, and update roadmap 2026-03-22 21:27:36 +00:00
exceptions fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00
jobs fix: prevent embedding retry storm when Ollama is not installed 2026-03-20 11:46:10 -07:00
middleware feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
models feat: support for updating services 2026-03-11 14:08:09 -07:00
services fix(disk): correct storage display by fixing device matching and dedup mount entries 2026-03-20 11:46:10 -07:00
utils fix(disk): correct storage display by fixing device matching and dedup mount entries 2026-03-20 11:46:10 -07:00
validators security: fix CORS, CSRF, CSP, HSTS, sessions, and path traversal 2026-03-22 21:11:18 +00:00