A project is the top-level repo containing all the metainformation about the code. Code repos should normally be submodules of a project. A project root dir is seen as the root by many tools. Project file tree layout:
meta/ a must-have dir of work manuals, must read first before working,wiki/ a wiki of key concepts, <100 pages, optional read,todo/ an issue tracker, full of tickets,html/ a generated static web site, mirrors the project's tree: html/wiki/ etcwork/ where worktrees/branches live, gitignored otherwise,jsrc/ JAB javascripts of local automation.Inner addressing refers to the project as //, e.g. ///be/shared is shared/ of bagle-ext/ main tree as it is mounted in the project tree. //ABC-123/shared/ might be the same dir in the ABC-123 worktree (which only consists of beagle-ext).