Skip to content

Workspace

bijux-atlas-dev/workspace is the section home for this handbook slice.

flowchart TD
    Workspace[Workspace section] --> Roots[Artifact roots]
    Workspace --> Files[Generated files]
    Workspace --> Inventory[Inventory and package surfaces]
    Workspace --> Local[Local development]
    Workspace --> Laws[Repository laws]
    Roots --> Model[Governed repository environment]
    Files --> Model
    Inventory --> Model
    Local --> Model
    Laws --> Model

Workspace pages explain the repository as a physical system, not just as an abstract codebase. They should help maintainers understand where things belong, which files are authored versus generated, how tooling interacts with structure, and what repository laws protect long-term clarity.

Workspace Scope

  • output and artifact layout
  • contributor and maintainer starting paths
  • generated versus authored file discipline
  • inventory registries, package surfaces, and repository law

Pages