- this repo is the canonical app source for the rebuilt v0.72a line
- the authoritative workspace policy lives in
EMULE_WORKSPACE_ROOT\repos\eMule-tooling\docs\WORKSPACE_POLICY.md; follow it over local habit or stale branch names community/v0.72ais the imported baseline andmainis the maintained integration branch- the first post-community commit must remain the global source-encoding normalization commit
- always honor repo
.editorconfigwhen editing tracked files; in this repo,*.cpp,*.h, and*.rcedits must stayutf-8withcrlf - place changes at the earliest layer where they are true, then let later milestones inherit them
- keep commits isolated by behavior and avoid mixing baseline, seam, and bugfix work
- for app-source changes, rebuild both
Debug|x64andRelease|x64before handoff unless the user explicitly narrows validation - do not reintroduce workspace orchestration or dependency policy into this repo root
- workspace-wide rules about branches, worktrees, setup ownership, and dependency pins belong in the central workspace policy document, not here
- do not start new work on
stale/*branches