This is the hub repo for the Datafund Provenance Toolkit. It contains the overview README and links to individual components — no application code lives here.
Each component has its own repo, issue tracker, and contribution workflow:
| Component | Repo | Issues |
|---|---|---|
| SDK (TypeScript) | swarm_provenance_SDK | Issues |
| CLI (Python) | swarm_provenance_CLI | Issues |
| MCP Server | swarm_provenance_mcp | Issues |
| Gateway | swarm_connect | Issues |
| Landing Page | provenance-landing | Issues |
Please open issues and PRs in the relevant repo.
Improvements to the README, architecture diagram, or documentation links are welcome here.
Workflow:
- Fork the repo
- Create a branch from
development - Make your changes
- Open a PR targeting
development
The main branch is protected and requires a review to merge.
- Toolkit-wide feedback (e.g. missing components, incorrect overview) → open an issue here
- Component-specific bugs or features → use the component repo's issue tracker (see table above)