Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.13 KB

File metadata and controls

13 lines (12 loc) · 1.13 KB

Rules

  • 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.72a is the imported baseline and main is the maintained integration branch
  • the first post-community commit must remain the global source-encoding normalization commit
  • always honor repo .editorconfig when editing tracked files; in this repo, *.cpp, *.h, and *.rc edits must stay utf-8 with crlf
  • 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|x64 and Release|x64 before 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