inou/docs/TODO.md

19 lines
913 B
Markdown

# Inou TODO
## Agent-First Content Negotiation (2026-02-13)
- [ ] Support `Accept: text/markdown` content negotiation on inou endpoints
- AI agents requesting pages get clean structured markdown instead of HTML
- Cloudflare now does this at the edge (see: https://x.com/Cloudflare/status/2021955521213800489)
- If behind Cloudflare: may be nearly free to enable
- If Caddy/Go: add middleware to detect `Accept: text/markdown` and return markdown responses
- Priority endpoints: lab results, patient records, health logs — anything an AI assistant would query
- Aligns with inou's MCP integration and agent-friendly positioning
- Competitive differentiator: most health platforms are anti-bot, inou goes agent-first
## API
- [ ] Review /api/labs/tests and /api/labs/results endpoints
- Verify entries table structure for labs data
- May need to adjust query logic when lab data is imported