CR-2026-03-25: Domus Digitalis AsciiDoc — Verification
Verification
Pre-Change Checklist
| Check | Status |
|---|---|
domus-digitalis repo accessible at expected path |
[ ] |
PostgreSQL database running and accessible |
[ ] |
projects.json contains 35 project entries |
[ ] |
Visual Atelier workspace has 3 existing editors (Mermaid, PlantUML, Draw.io) |
[ ] |
Post-Change Checklist
| Check | Status |
|---|---|
Seed script runs successfully ( |
[ ] |
AsciiDoc workspace accessible at /atelier/workspace/asciidoc |
[ ] |
Live preview renders correctly with asciidoctor.js |
[ ] |
All 14 example templates load and render |
[ ] |
Export HTML produces valid downloadable file |
[ ] |
Export .adoc produces valid downloadable source |
[ ] |
Save/Load persistence works across page refresh |
[ ] |
Workspace grid shows 4 columns (was 3) |
[ ] |
@tailwindcss/typography installed and prose classes active |
[ ] |
Seed Script
cd ~/atelier/_projects/personal/domus-digitalis/apps/backend
npm run db:seed
Expected: 35 projects, 0 errors
AsciiDoc Workspace
-
Navigate to localhost:3000/atelier/workspace
-
Click AsciiDoc card (or use sidebar)
-
Select template from Examples dropdown
-
Verify live preview renders correctly
-
Test Export HTML and Export .adoc
-
Test Save, refresh page, verify Load works