---
title: "Project files"
description: "Look up generated root files, ownership, and supported extension points."
canonical: "https://sapporta.com/docs/reference/project/project-files/"
---

> Documentation index: https://sapporta.com/llms.txt

## Identity

Generated project root; scaffold contract from `@sapporta/server` 0.2.6.

## Contract

- `sapporta.json` marks the project root for Sapporta tooling.
- `package.json` and `pnpm-workspace.yaml` own workspace scripts and package membership.
- `AGENTS.md` and `CLAUDE.md` are project-local coding-agent instructions.
- `DEPLOYMENT.md`, `Dockerfile`, and environment examples define the generated runtime handoff.


## Related documentation

- [Generated project layout](/docs/reference/project/generated-project-layout.md)
