Unofficial mirror of portland.gov/ppd. Always verify with the official source. View original ↗

Mission

This tree exists so an AI agent (or a curious human) can navigate https://www.portland.gov/ppd/ ↗ without re-fetching pages on every query. Raw HTML and JS bundles cost too many tokens to load whole; a well-indexed tree lets a question-answerer traverse only the sub-tree it needs, usually a few KB.

Navigation contract

  1. Start at INDEX.md. It is kept short.
  2. Every INDEX.md lists its children with one-line summaries and direct source-URL links.
  3. Every leaf note cites the source URL in the body and in front matter.
  4. To verify any claim, click the source URL to open the original page.
  5. To see the raw extracted markdown a leaf was built from, click the "Raw extract" link.

File kinds

  • INDEX.md — a map, not content. Short, scannable, always links to children.
  • <name>.md — a leaf section holding cleaned page text plus source citations.
  • _intro.md, _intro-part-N.md — spillover for index pages whose own content is too long to inline.