Contributing
The easiest and most useful thing to build is an adapter for the export you already have.
- Copy
adapters/template/. - Put a small, synthetic export in
fixture/— never real data, not even yours. - Write
run(input_path, since)yielding observations with apayload.schema. - Run the tests; the expected output file is generated on first run and checked in.
- Open a pull request. Name it
adapter: <source>.
Rules for every contribution: no network calls unless the adapter is explicitly a live adapter; no writes to any source; nothing that updates or deletes a line in the log — if a change seems to need it, the change is wrong.
Code is Apache-2.0. Contributions to SPEC.md are CC0.