# Summary
- [Introduction](README.md)
- [Architecture](ARCHITECTURE.md)
- [Structure](STRUCTURE.md)
- [Deploy](DEPLOY.md)
- [CI/CD](CI_CD.md)
- [Roadmap](ROADMAP.md)
- [Crate Decisions](DEV_CRATE_DECISIONS.md)
- [Benchmarks](BENCHMARKS.md)
- [Demo](DEMO.md)
- [Final Report](FINAL_REPORT.md)
---
# Specs
- [Requirements](specs/requirements.md)
- [Graph Model](specs/graph-model.md)
- [Symbol Extraction](specs/symbol-extraction.md)
- [Traceability](specs/traceability.md)
---
# ADRs
- [0001 - Stateful Import Resolver](adr/0001-stateful-import-resolver.md)
- [0002 - Scope Resolution Heuristics](adr/0002-scope-resolution-heuristics.md)
- [0003 - Unresolved Import Policy](adr/0003-unresolved-import-policy.md)
- [0004 - Global Scope Synthetic Symbols](adr/0004-global-scope-synthetic-symbols.md)
---
# RFCs
- [0001 - Language Loading Model](rfcs/0001-language-loading-model.md)
- [0002 - Error Semantics and Recovery](rfcs/0002-error-semantics-and-recovery.md)
- [0003 - Incremental Parsing Strategy](rfcs/0003-incremental-parsing-strategy.md)
- [0004 - Graph Representation and SCC](rfcs/0004-graph-representation-and-scc.md)
- [0005 - Output Contract Policy](rfcs/0005-output-contract-policy.md)
- [0006 - Type Inference Scope](rfcs/0006-type-inference-scope.md)
- [0007 - Dgraph Integration Scope](rfcs/0007-dgraph-integration-scope.md)
- [0008 - Graph Module](rfcs/0008-graph-module.md)
- [0009 - Cross-File Dependency Mapping](rfcs/0009-cross-file-dependency-mapping.md)
- [0010 - Deploy Manifests](rfcs/0010-deploy-manifests.md)
- [0011 - MetaCall Client API Support](rfcs/0011-metacall-client-api-support.md)