Law Graph Documentation
This documentation is optimized for contributors working on download, ingest, storage, and delta pipelines.
Start Here
If you need answers quickly, start with these pages:
- Who owns what?
- How do I extend safely?
- What is the real Normattiva behavior today?
Contributor Path (10 minutes)
- Read Extension Playbooks for setup and extension workflow.
- Read Architecture Map.
- Use the relevant section in Extension Playbooks.
- Confirm operational limits in Normattiva Pipeline.
Core Principles
- SQL repositories own table-oriented primitives only.
- Stores own orchestration, policy, locking, and unit-of-work boundaries.
- Runtime code does not run migrations; migrations are external scripts.
- Makefile commands are the single supported local workflow.