notcrawl/CONTRIBUTING.md
2026-04-22 16:57:43 -07:00

490 B

Contributing to notcrawl

Keep real Notion workspace data, secrets, tokens, cookies, and exported private content out of git.

Useful local checks:

go test ./...
go build ./cmd/notcrawl

Implementation notes:

  • read Notion Desktop data through snapshots only
  • prefer stable normalized rows plus raw source payloads
  • keep Markdown rendering deterministic
  • add comments only where Notion-specific behavior is not obvious
  • keep README.md, SPEC.md, and examples in sync