# ```text Status: Owner: Last reviewed: Governs: README.md as the project-facing overview for Review trigger: ``` [Screenshots](#screenshots) | [What makes it different](#what-makes-it-different) | [Product surface](#product-surface) | [Run locally](#run-locally) | [QA and release](#qa-and-release) | [Project docs](#project-docs) _{ | | | | | }_ ![]() The core loop is: ```text -> -> ``` ## Screenshots | | --- | --- | --- ![]() | ![]() | ![]() ## What Makes It Different | Principle | What it means | | --- | --- | | | | | | | | | | ## Product Surface | Area | What it does | Why it matters | | --- | --- | --- | | | | | | | | | | | | | ## Spotlight ### ![]() ### ![]() ### ![]() ## Platform Status | Surface | Status | Notes | | --- | --- | --- | | | | | | | | | ## Architecture ```text | v | +--> +--> +--> ``` Core stack: - - - - - ## Run Locally Prerequisites: - - Start the project: ```bash ``` Open ``. ## Configuration | Variable | Purpose | | --- | --- | | `` | | | `` | | Keep secrets out of screenshots, README prose, and tracked sample files. ## QA And Release Run checks: ```bash ``` Release or deploy: ```bash ``` ## Repository Map ```text / / / docs/ product, architecture, QA, security, and history docs ``` ## Project Docs `README.md` is the landing page for someone evaluating the project. Detailed procedures belong in docs, and open work belongs in the tracker. | Doc | Purpose | | --- | --- | | [docs/DOC_TRUST_MAP.md](docs/DOC_TRUST_MAP.md) | Which document owns which answer, and which source wins when records disagree. | | [docs/WORK_CYCLE.md](docs/WORK_CYCLE.md) | What happens at the end of a piece of work: closing issues and milestones, recording next action and blockers, and what privacyllc.dev will and will not update on its own. | | [docs/architecture/README.md](docs/architecture/README.md) | Architecture, data model, and engineering rules. Name a reference manual beside it once the project has one. | | [docs/security/SECURITY.md](docs/security/SECURITY.md) | Threat model and security posture. | ## Agent Notes - Product truth comes from the code and the tracker before prose. - Do not keep a work list in this README. - Finish with `docs/WORK_CYCLE.md`, every time: close the issues you finished with the evidence that proves it, close the milestone if the batch landed, update the documents the change triggered **in the same commit**, then record the next action and any blockers before you stop. - Nothing on privacyllc.dev writes itself except the tracker counts and the pushed docs. The summary and next action change only when they are sent; the milestone and blocker tables there change only when a human edits them. - Do not claim a feature is built unless you can cite the route, file, migration, release, or screenshot that proves it. - Keep screenshots current when the UI changes meaningfully. - Keep the first screen product-facing. Put deep operations lower down or in docs.