This document is the canonical source for workspace and subproject terminology used across PullLog repositories.
- Workspace: the entire PullLog development unit composed of multiple top-level directories such as
frontend/,backend/,contract/, andpulllog-docs/. - Subproject: each top-level directory that participates in the PullLog workspace.
- In everyday PullLog documentation and development discussions, use
workspaceto mean the whole PullLog development unit. - Use
subprojectto mean one of the top-level directories inside the workspace. - Keep this terminology consistent across README files, agent guidance, and internal design notes.
- When referring to Visual Studio Code features or configuration, use the official VS Code terms
workspaceandworkspace folderas needed. - When referring to pnpm behavior or configuration, use the official term
pnpm workspace. - When quoting external tools, commands, or documentation, preserve the original terminology even if it differs from PullLog's internal wording.
This terminology policy is intended for PullLog repository operations and documentation. It does not replace official terms used by external tools.