- Creation: Added the release process playbook and the changelog.
- Creation: Added the bump component versions guide.
- Update: Pulled two verified facts in from the project wiki — the relativization tools (
patchelf/install_name_tool) and--prefix/--enable-sharedsupport (PythonInspector), and the#sha256=download-checksum URL fragment (configuration). Skipped the wiki'ssources:download-url design — it's an unimplemented draft. - Update: Trimmed the CLI pages — dropped the per-command option tables (which mirror
--help) for purpose + non-obvious gotchas + examples, pointing at--helpfor the full flag list. - Update: Reshaped the six architecture
type: Classpages — dropped the# Schemamember tables (which mirrored code and risked drift) for a condensed mental-model + "worth knowing" framing; the code stays authoritative for the API. - Update: Removed the
resource:frontmatter field from all concept files — unrendered, unreferenced by any tooling, and brittle (GitHub URLs). Source is pointed to inline in the prose instead. The bundle now contains nogithub.comrepo links. - Update: Removed the
# Citationssections from all concept files — they duplicated theresource:frontmatter and inline source mentions, and added brittle GitHub-URL boilerplate that nothing referenced. Source pointers now live only inresource:and inline prose. - Update: Inverted the
docs/↔CLAUDE.mdrelationship —CLAUDE.mdis now a thin pointer into the bundle. Folded the test-harness and code-style notes into local development, and removed all back-references toCLAUDE.mdfromdocs/. - Update: Promoted
docs/to the authoritative documentation; folded in and removed the rootARCHITECTURE.md,CONFIGURATION.md, andDEVELOP.md. - Creation: Added guides for CI/CD, adding a config option, fixing a portability issue, and bumping python support.
- Update: Dropped the default-version column from the external modules reference to avoid drift; it now points at
cfg_version()in source andbuild-report. - Creation: Added the ppp-marker prefix concept.
- Update: Centralized the
ppp-markerexplanation there; build layout, PPG, Cpython, and configuration now link to it instead of repeating it. - Creation: Established the portable-python knowledge bundle in OKF format.
- Creation: Added the Overview.
- Creation: Added the Concepts section (portability, static linking, telltale detection, folder masking, build layout).
- Creation: Added the Architecture section covering the core classes (
PPG,BuildSetup,ModuleBuilder,PythonBuilder,Cpython,Config,PythonInspector). - Creation: Added the CLI reference for all subcommands.
- Creation: Added the External Modules reference.
- Creation: Added the Configuration section.
- Creation: Added the Guides section (building, adding a module, local development).