Purpose

Git is used to support rollback, reproducibility, release management, customer support, future development, and AI context recovery. This is intentionally lightweight local source control, not a heavyweight DevOps process.

Repository Layout

PathResponsibility
ppoe/PagePoint Operations Engine runtime source.
ppsm/PagePoint Service Module source, provisioning framework, service UI, docs, service templates, and canonical install APK.
android/PagePointApp/Android application source from the latest known source backup.
engineering-portal/Canonical Engineering Portal source and publishing tools.
docs/Repository-level engineering process documentation.

Tracked and Ignored

History Decision

The first root repository commit is a clean engineering baseline. Older PPOE Git history exists on the live OE and in the Pi backup, but it was not imported because that history includes tracked dependencies, logs, backups, and runtime artifacts.

Branch Strategy

Commit Philosophy

Commits should represent meaningful engineering milestones and leave the project in a coherent state.

Release Philosophy