Discovery: a /.well-known/ai-changefeed JSON points to a feed.
Feed: an append-only NDJSON file with just 4 required fields (id, action, url, time) plus optional hints (anchor, checksum, note).
Goal: cut wasted crawling/embedding while keeping docs/pricing/policy pages fresh for AI/agents.
Spec & examples here: https://github.com/mnswdhw/AICF/blob/main/spec/AICF-v0.1.md
Would love feedback: is the minimal core (anchors only, no chunks/vectors/push yet) the right starting point? Would you use this in your docs/RAG stack?