# OpenClaw / Codeina — Founding Prospectus Publishing Project

## Why this exists
Chat is the wrong place to finish a 150–200 page museum-quality book.  
This folder is a **real publishing project**: HTML + CSS → PDF.

## Project root
```
C:\Users\vanis\Desktop\Founding_Prospectus\publishing\
```

## Stack
| Piece | Path |
|-------|------|
| Master volume | `book.html` |
| Chapter files | `chapters/*.html` |
| Design system | `styles/book.css` |
| Assets (photos later) | `assets/` |
| PDF output | `dist/` |
| Build | `python build.py` or `python build.py --all` |

Requires: Python 3 + Playwright + Chromium  
```
pip install playwright
python -m playwright install chromium
python build.py
```

## Your job (OpenClaw)
1. Read `styles/book.css` and `book.html`.
2. Expand missing books into `chapters/`:
   - Book I Declaration
   - Book II Conditions
   - Book III Philosophy
   - Book VI Pathways (community, education, food, partnerships)
   - Book VII Stories (**Reserved** — no fake projects)
   - Book VIII Become a Steward (full)
   - Appendices, Brand excerpts if needed
3. Wire chapters into `book.html` (or a build step that concatenates).
4. Place only **licensed or user-supplied** images in `assets/`; never scrape copyrighted NatGeo-style photos.
5. Rebuild: `python build.py --all`
6. Optionally refine CSS toward 9×12 trim (`@page { size: 9in 12in; }`) when ready for press.

## Editorial rules (non-negotiable)
- Voice: museum catalog / conservation journal
- Colors: forest `#1f3829`, bronze `#8c6b38`, ivory `#f7f2e6`, charcoal `#2e2e2e`, water `#38667f` maps only
- No invented acres, metrics, partnerships, or land holdings
- Property profiles stay Reserved until verified
- Tagline: **The Future Is Cultivated.**
- Org: CommUNITY Land Foundation

## Source manuscript already written
Parent folder also has reportlab PDFs and `build_pdfs.py` with full text for Books IV–IX, Governance, Land Framework, Brand, Appendices. **Port text from there into HTML** rather than inventing new claims.

```
C:\Users\vanis\Desktop\Founding_Prospectus\build_pdfs.py
C:\Users\vanis\Desktop\Founding_Prospectus\Founding_Prospectus_COMPLETE_PACKAGE.pdf
```

## Success criteria
- [ ] `dist/Founding_Prospectus_HTML.pdf` builds without error
- [ ] Covers, principle pages, pull quotes render with ivory/forest/bronze
- [ ] Page numbers present
- [ ] No fabricated project data
- [ ] Chapters modular so a 200-page book can grow file-by-file

## Paste prompt for OpenClaw agent
```
Automate the CommUNITY Land Foundation Founding Prospectus publishing project at:
C:\Users\vanis\Desktop\Founding_Prospectus\publishing\

Read OPENCLAW_TASK.md. Expand HTML chapters from the manuscript in the parent folder's build_pdfs.py / COMPLETE package text. Keep brand rules. Run python build.py --all. Do not invent land holdings or metrics. Output PDFs in dist/.
```
