# External Documents
This directory contains external reference material vendored for contributor and agent guidance.
## Google Python Style Guide
- Vendored file: google-python-style-guide.md
- Upstream source:
- Current source branch snapshot: `google/styleguide@1809c769de31ba388c755ad15dd057a9ba8531fd`
- Fetched on: 2026-06-23
- License: Creative Commons Attribution 3.0 Unported, as published in the upstream `google/styleguide` repository. See the upstream [LICENSE](https://github.com/google/styleguide/blob/gh-pages/LICENSE) and the Creative Commons [CC BY 3.0 legal code](https://creativecommons.org/licenses/by/3.0/legalcode).
The vendored guide is background reference material only, not Vexcalibur's enforceable style policy. It contains upstream rules and links that intentionally do not match this repository, including `pylint`, 80-character line length, and formatter recommendations. Vexcalibur's project license remains Apache-2.0; this external document keeps its upstream license and attribution. The vendored Markdown is normalized to remove trailing whitespace and patch stale upstream-local links so repository checks remain clean.
Vexcalibur's canonical Python style policy is [docs/development/python-style.md](../development/python-style.md).