Skip to content

Latest commit

Β 

History

History
23 lines (14 loc) Β· 1.16 KB

File metadata and controls

23 lines (14 loc) Β· 1.16 KB
title Contributing Guides

Contributing Guides

Long-form contributor and maintainer guides. CONTRIBUTING.md at the repo root is the quick-start contribution guide; these documents elaborate on specific areas without duplicating it.

If a guide conflicts with CONTRIBUTING.md or AGENT.md, the root files win.

Getting started

  • CONTRIBUTING.md β€” quick-start guide, quality bar, branch naming, what gets rejected
  • AGENT.md β€” living architecture doc, read before making changes

Architecture

  • Architecture β€” system layers, data flow, key design decisions, performance targets
  • Relationship Graph β€” knowledge graph, auto-linking, graph-augmented reranking

Contributing guides

  • Testing β€” testing contract, how to run checks, what makes a good core-subsystem test