Architecture Artefact Register
This register records where architecture knowledge lives in the workspace and how each artefact family should be treated. Use it when you need to know whether a file is a primary canonical source, a controlled overlay, a standalone governed stream, supporting detail, or reference and prototype history.Register Status
- Last reviewed:
2026-04-17 - Governance model:
whole-workspace - Workspace root: repository root
- Primary platform root:
local-pc/ - Externalized sibling repos:
ghost-os/is outside the controlled workspace baseline - Controlled baseline: Master Document Control
Authority Classes
- Primary canonical: primary source of truth for the main platform architecture baseline.
- Canonical within contract scope: source of truth for a bounded contract family, schema, or package.
- Controlled overlay: live tenant or operating view that depends on, but does not replace, the primary canonical platform docs.
- Canonical stream: a first-class architecture stream with its own current-state source of truth in the workspace.
- Supporting: important companion detail that enriches canonical docs without outranking them.
- Supporting or time-bound: useful planning, audit, or rollout material with active but non-permanent authority.
- Reference: useful context, analysis, or history that should not be treated as current authority.
- Prototype or archive: exploratory or superseded material retained for history only.
Master Register
| ID | Family | Authority | Primary entrypoint | Scope |
|---|---|---|---|---|
AR-001 | Platform canonical architecture | Primary canonical | Architecture | Paperclip control-plane architecture, system boundaries, and end-to-end data flows |
AR-002 | Tremor operating corpus | Controlled overlay | Architecture & Schema | Tremor company-specific operating, governance, and live wiki layer |
AR-003 | Deep specs and implementation docs | Supporting or reference | local-pc/doc/architecture/ | Rich detail for warehouse, memory, and implementation architecture |
AR-004 | Plans, contracts, audits, and release governance | Supporting or time-bound | local-pc/doc/plans/ | Execution sequencing, audit notes, rollout contracts, and release governance |
AR-005 | Schema and contract packages | Canonical within contract scope | mom/contracts/ | Wire contracts, intake schemas, and portable data-shape definitions |
AR-006 | Tremor native runtime and prototype network docs | Canonical stream | tremor-native/docs/runtime-architecture.md | Native host/client runtime plus prototype transport history |
AR-007 | Root-level meta and research notes | Reference | findings.md | Session notes, working analysis, research, and scratch governance context |
Register Detail
AR-001 Platform canonical architecture
Use this family first when you need the current Paperclip architecture baseline.
Primary entrypoints:
- Architecture
- Data Model
- Observation Architecture
- API Overview
- Schema Map
- Database
- Deployment Operations
- Runtime Services
- Adapters Overview
- Architecture Records Overview
- ADR Index
- This family is the primary canonical platform spine.
- Changes here should be reflected in the controlled baseline before downstream overlays are updated.
packages/db/remains the runtime source of truth for DB behavior; this docs family is the controlled descriptive surface for operators.
AR-002 Tremor operating corpus
Use this family when you need the live Tremor operating and tenant-specific view rather than the stable platform baseline.
Primary entrypoints:
- Architecture & Schema
local-pc/docs/operating/local-pc/docs/companies/tremor/wiki/local-pc/docs/companies/tremor/artifacts/local-pc/docs/companies/tremor/agents/,projects/,skills/, andtasks/
- This family is a living overlay on top of the platform architecture.
- It should not override the canonical contract order recorded in ADR-0003.
AR-003 Deep specs and implementation docs
Use this family when canonical docs are too compressed and you need older or deeper detail.
Primary entrypoints:
local-pc/doc/DATABASE.mdlocal-pc/doc/architecture/DB-INFRA-OVERVIEW.mdlocal-pc/doc/architecture/AGENT-MEMORY-QUALITY-ARCHITECTURE.mdlocal-pc/doc/architecture/INTELLIGENCE-STACK-SCHEMA.mdlocal-pc/doc/implementation/MEMORY-IMPLEMENTATION-SPEC.mdlocal-pc/doc/spec/local-pc/docs/specs/local-pc/docs/specs-and-plans/overview.md
- This family may contain unique detail that has not yet been promoted into canonical docs.
local-pc/doc/DATABASE.mdis the repo-local DB operations brief that points directly atpackages/dbruntime entrypoints.- Treat it as supporting unless a document is explicitly promoted through the control rules.
AR-004 Plans, contracts, audits, and release governance
Use this family for sequencing, implementation governance, and audit history.
Primary entrypoints:
local-pc/doc/plans/local-pc/doc/treaaa-*-execution-contract.mdlocal-pc/doc/DB-STATE-AUDIT*.mdlocal-pc/doc/treaaa-25-runtime-benchmark-plan.mdlocal-pc/doc/RELEASE-AUTOMATION-SETUP.mdlocal-pc/doc/epoch-*.mdlocal-pc/doc/provenance-*.md
- These artefacts influence delivery and audit posture.
- They are not stable architecture authority unless explicitly incorporated into canonical docs or ADRs.
AR-005 Schema and contract packages
Use this family when the question is about transport shape, intake shape, or portable schema truth.
Primary entrypoints:
mom/contracts/README.mdmom/contracts/*.schema.jsonpaperclip-intake-v1/README.mdpaperclip-intake-v1/contracts/*.schema.jsonlocal-pc/packages/plugins/company-intake/src/pipeline/contracts/*.schema.json
- These artefacts can be canonical within their bounded contract family even when they are not part of the docs site.
- Contract changes should follow the authority order recorded in ADR-0003.
AR-006 Tremor native runtime and prototype network docs
Use this family for the native host/client architecture and transport behavior.
Primary entrypoints:
tremor-native/docs/runtime-architecture.mdtremor-native/docs/low_latency_networking_update.md
tremor-native/network_architecture.mdtremor-native/implementation_plan.mdtremor-native/packet_failover_logic.mdtremor-native/router_configuration_guide.mdtremor-native/mesh_network_prototype/tremor-native/new_mesh_network_prototype/
runtime-architecture.mdis the canonical source for the current native runtime stream.- The older mesh, router, and failover notes remain prototype or reference material until updated to match code.
AR-007 Root-level meta and research notes
Use this family for reconstruction, context recovery, and background analysis only.
Primary entrypoints:
findings.mdprogress.mdtask_plan.mdcodex.mdgemini.mdpaperclip-insights.mdnetworking_insights_summary.mdfrontier-meta-control-methods.mdlayer3_switch_configurations.md
- These artefacts may explain why decisions were made, but they are not controlled architecture sources.
- Do not cite them as the final authority when a canonical doc or ADR exists.
Promotion Rule
An artefact should only be promoted into a stronger authority class when all of the following are true:- it is grounded in the current repository reality rather than speculative target state
- it has a clear bounded purpose that does not duplicate an existing canonical page
- it is linked from the controlled docs set or a governing ADR
- the Master Document Control and this register are updated to reflect the change