# Handoff: CommUNITY Land Foundation PDFs

**Status:** Two pipelines exist. Prefer **HTML/CSS publishing** for the museum-quality 200-page book.

## Preferred path for OpenClaw (museum book)
```
C:\Users\vanis\Desktop\Founding_Prospectus\publishing\
```
See `publishing/OPENCLAW_TASK.md` and `publishing/README.md`.

```powershell
cd C:\Users\vanis\Desktop\Founding_Prospectus\publishing
python build.py
# → dist\Founding_Prospectus_HTML.pdf
```

**Status (reportlab manuals):** Already coded and built. Do not start from zero unless improving design.

## Goal
Maintain and improve print-ready chapter PDFs for CommUNITY Land Foundation Founding Prospectus series.

## Location
```
C:\Users\vanis\Desktop\Founding_Prospectus\
```

## One-command rebuild
```powershell
python C:\Users\vanis\Desktop\Founding_Prospectus\build_pdfs.py
```

Requires: `reportlab`, `pypdf` (for merge only).

## Outputs
| File | Role |
|------|------|
| `Founding_Prospectus_COMPLETE_PACKAGE.pdf` | Merged package (~137 pages) |
| `PDF_00_Publication_Map.pdf` | Series map |
| `Founding_Prospectus_Narrative_Books_IV-IX.pdf` | Narrative Books IV–IX |
| `PDF_013_Appendices_Founding_Commitments.pdf` | Appendices |
| `PDF_014_Brand_Editorial_Standards.pdf` | Brand manual |
| `PDF_015_Governance_Stewardship_Manual.pdf` | Governance (complete) |
| `PDF_016_Land_Stewardship_Conservation_Framework.pdf` | Land framework Edition 1.0 |
| `build_pdfs.py` | Source of truth for generation |

## Design rules (do not break)
- Colors: Forest Green, Heritage Bronze, Warm Ivory, Charcoal, Watershed Blue (maps/water only)
- Voice: museum catalog / conservation journal — no hype, no invented metrics
- No invented properties, acres, partnerships, or impact stats
- Property / case study pages stay **Reserved** until verified
- Principle pages: centered bronze typography on ivory
- Covers: deep forest green + bronze frame + seal circle
- Working trim: US Letter; press target notes: 9×12

## Mission language
- **Mission:** cultivate conditions in which people, communities, and living world flourish together
- **Tagline:** The Future Is Cultivated.
- **Org name:** CommUNITY Land Foundation (or COMMUNITY LAND FOUNDATION in caps on covers)

## If asked to “code the PDF”
1. Open `build_pdfs.py`
2. Extend or refine the relevant `build_*` function
3. Run `python build_pdfs.py`
4. Re-merge complete package with pypdf if needed
5. Do **not** claim press-ready 9×12 with licensed photos unless images are provided

## Optional next work (PDF 017+)
- Steward Handbook
- Annual Stewardship Report template
- Books I–III narrative (not fully written yet)
- Cover seal image embedding (user must supply PNG/SVG)

## Paste this to Codeina / OpenClaw
```
Work in C:\Users\vanis\Desktop\Founding_Prospectus\

The Founding Prospectus PDFs are already generated by build_pdfs.py (reportlab).

Tasks:
1) Read build_pdfs.py and HANDOFF_CODEINA_OPENCLAW.md
2) Rebuild: python build_pdfs.py
3) Open/verify Founding_Prospectus_COMPLETE_PACKAGE.pdf exists
4) Only then improve layout (margins, typography, page breaks) without inventing land holdings or metrics
5) If adding photography placeholders, label them clearly as PLACEHOLDER — no fake projects

Do not rewrite the philosophy unless asked. Preserve editorial voice.
```
