ProofTrail is a browser-evidence and recovery layer.
It can sit behind coding-agent or operator workflows, but this repository does not currently claim:
| Surface | Exists in repo | Current status | Notes |
|---|---|---|---|
| HTTP API | yes | repo-native | The canonical API contract lives in docs/reference/universal-api.md and the checked-in generated client stays repo-local. |
| MCP server | yes | repo-native | apps/mcp-server/ provides the governed MCP surface for local or self-managed use. |
| AI prompt contracts | yes | repo-native | packages/ai-prompts/ exists as a private workspace package, not as a published registry surface. |
| ProofTrail MCP install skill | yes | repo-native guidance | skills/prooftrail-mcp/ explains how agent shells should install and use the current stdio surface without pretending a registry package is already live. |
| GitHub Pages storefront | yes | public-facing | Pages explains product fit and routes people into docs, but it is not a plugin or marketplace listing. |
| Ecosystem | Current truthful fit | Best first path | Official plugin or listing today |
|---|---|---|---|
| Codex | API-first or hybrid browser-evidence layer | docs/how-to/prooftrail-for-coding-agents.md -> docs/how-to/api-builder-quickstart.md |
no |
| Claude Code | MCP-first browser-evidence side road | docs/how-to/prooftrail-for-coding-agents.md -> docs/how-to/mcp-quickstart-1pager.md |
no |
| OpenHands | browser subsystem behind a larger runtime | docs/how-to/prooftrail-for-ai-agents.md -> docs/how-to/api-builder-quickstart.md |
no |
| OpenCode | governed MCP browser surface | docs/how-to/prooftrail-for-coding-agents.md -> docs/how-to/mcp-quickstart-1pager.md |
no |
| OpenClaw | browser workflow backend behind a tool router | docs/how-to/prooftrail-for-coding-agents.md -> docs/how-to/api-builder-quickstart.md |
no |
These surfaces are not currently materialized as dedicated publishable integration products in this repo:
The ProofTrail MCP skill is an installation and usage guide, not a plugin.
Its job is to help Codex-, Claude Code-, OpenHands-, OpenCode-, and OpenClaw-style shells understand:
It must stay aligned with:
apps/mcp-server/README.mddocs/how-to/mcp-quickstart-1pager.mddocs/reference/mcp-distribution-contract.mdDISTRIBUTION.mdIf you are evaluating ProofTrail for an external toolchain, the truthful order is:
That keeps current capability and future packaging clearly separated.