Private delivery repository for the first staffing operations product wedge.
This repository is the GitHub execution surface for the internal workflow defined in Paperclip. Paperclip remains the source of truth for roadmap ownership, issue status, approvals, and delegation. GitHub owns source code, pull requests, CI, and release history.
apps/admin: internal operations admin shellapps/api: API and job-entry shellpackages/domain: shared domain contracts and workflow-safe business primitivesdocs: operating model, architecture, and workflow specificationsscripts: local automation for branch creation and governance checks.github: CI, PR template, issue template, and ownership rules
- Branches must use the Paperclip issue identifier:
<issue-identifier>/<short-kebab-title> - Pull request titles must use the Paperclip issue identifier:
[<issue-identifier>] <summary> - Pull request bodies must include:
- linked Paperclip issue
- summary
- risk notes
- verification notes
mainis the protected production-ready branch. Delivery happens through short-lived feature branches and pull requests.
pnpm install
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm paperclip:branch -- CMPAAAAAAAA-32 "bootstrap repo baseline"The required checks configured for pull requests are:
governancelinttypechecktest-unittest-integrationbuild