Known implementations of the RundownAPI pattern. If you've added /api/rundown to your project, submit a PR to be listed.
- Repository: github.com/threadbaire/server
- Endpoint:
/app/api/rundown/route.ts - Status: Reference implementation, tested with Claude Code
- Notes: Project decision log and context memory. First successful AI self-integration test (January 2026).
None yet. Be the first!
To be listed, your implementation must:
- Expose a
/api/rundownendpoint (or document your alternative path) - Include all REQUIRED fields from SPEC.md
- Preserve the provenance object exactly as specified
- Be publicly accessible (open source preferred)
Submit a PR with:
- Project name
- Repository URL
- Endpoint path
- Brief description
Implementations SHOULD also serve the same content at:
/.well-known/rundown.json
This gives agents a predictable probe path on any domain.