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
- Start at
INDEX.md. It is kept short. - Every INDEX.md lists its children with one-line summaries and direct source-URL links.
- Every leaf note cites the source URL in the body and in front matter.
- To verify any claim, click the source URL to open the original page.
- 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.