Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions admin/site-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ <h2>Inspector</h2>
<details class="vertical-accordion" open>
<summary>DDL/DML Review</summary>
<div class="accordion-body content-stack">
<p>DDL remains under docs_build/database/ddl/.</p>
<p>Setup review DML is grouped under docs_build/database/dml/. Runtime setup checks run through the server API.</p>
<p>DDL remains under dev/docs_build/database/ddl/.</p>
<p>Setup review DML is grouped under dev/docs_build/database/dml/. Runtime setup checks run through the server API.</p>
</div>
</details>
</div>
Expand Down
6 changes: 6 additions & 0 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This folder is the destination shell for non-deployable development workspace ma
- `games/` stays at root for public game discovery.
- `toolbox/` stays at root for the Creator toolbox/workspace.

## Governance Workspace

- `dev/docs_build/` owns active development governance, PR workflow material, and generated reports.
- `dev/archive/` owns historical development reference material.
- `dev/project-instructions/` is deprecated reference only; active Project Instructions live under `dev/docs_build/dev/ProjectInstructions/`.

## Data Boundary

Creator data must not write to repository folders. Creator metadata must flow through the API to Postgres, and Creator assets must flow through the API to Cloudflare R2.
Loading
Loading