Add company import export v2 plan

This commit is contained in:
Dotta 2026-03-13 21:10:45 -05:00
parent 3f48b61bfa
commit 29b70e0c36
3 changed files with 519 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Paperclip Module System
> Supersession note: the company-template/package-format direction in this document is no longer current. For the current markdown-first company import/export plan, see `doc/plans/2026-03-13-company-import-export-v2.md` and `docs/companies/companies-spec.md`.
## Overview
Paperclip's module system lets you extend the control plane with new capabilities — revenue tracking, observability, notifications, dashboards — without forking core. Modules are self-contained packages that register routes, UI pages, database tables, and lifecycle hooks.