# Codeina Task — NOW

**Assigned:** Codeina / OpenClaw agent  
**Human editorial control retained**  
**Workspace:** `C:\Users\vanis\Desktop\Founding_Prospectus\`

## Mission
Help expand and assemble the CommUNITY Land Foundation publishing system. Do **not** invent properties, acreage, partners, impact stats, or completed projects.

## Do this (in order)

### 1. Read first
- `CODEINA_AGENT_BUILD_SPEC.md`
- `publishing/LIBRARY.md`
- `build_pdfs.py` (structure only — large file)
- `publishing/styles/book.css`
- Existing PDFs already built (014–023 complete)

### 2. Rebuild everything
```powershell
cd C:\Users\vanis\Desktop\Founding_Prospectus
python build_pdfs.py
cd publishing
python build.py --all
```
Fix any errors so both pipelines succeed.

### 3. Expand HTML museum pipeline
Create or improve:
- `publishing/chapters/book-i-declaration.html`
- `publishing/chapters/book-ii-conditions.html`
- `publishing/chapters/book-iii-philosophy.html`
- Wire them into `publishing/book.html` or a new `publishing/volume-i.html`
- Match brand CSS (forest / bronze / ivory)
- Build with `python build.py`

Voice: museum catalog. Themes already established:
- Book I Declaration: stewardship, long horizon, institutions as promises
- Book II Conditions: land, water, soil, belonging, trust, education, community
- Book III Philosophy: responsibility, reciprocity, legacy, time, humility, gratitude

Port tone from Books IV–IX in `build_pdfs.py` / narrative PDF. No fake case studies.

### 4. Merge package
Ensure `Founding_Prospectus_COMPLETE_PACKAGE.pdf` includes all PDF_0xx + narrative volumes.

### 5. Write a short report
Create `CODEINA_RUN_REPORT.md` listing:
- What you changed
- Build commands run
- Exit codes
- What still needs human editorial review

## Hard rules
- No invented land holdings or metrics
- Property/case-study = PLACEHOLDER only
- Do not rewrite mission or tagline
- Tagline: **The Future Is Cultivated.**
- Org: CommUNITY Land Foundation

## Done when
- [ ] `python build_pdfs.py` exits 0  
- [ ] `python publishing/build.py` exits 0  
- [ ] Books I–III HTML chapters exist and produce PDFs in `publishing/dist/`  
- [ ] `CODEINA_RUN_REPORT.md` written  
