Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.71 KB

File metadata and controls

35 lines (23 loc) · 1.71 KB

Contributing

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.

Contributing to a Component

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.

Contributing to This Hub

Improvements to the README, architecture diagram, or documentation links are welcome here.

Workflow:

  1. Fork the repo
  2. Create a branch from development
  3. Make your changes
  4. Open a PR targeting development

The main branch is protected and requires a review to merge.

Reporting Issues

  • 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)