Add pointer infospace for the first-wave architecture collection
Five system entities reference owning-repo documents. No copied bodies.
This commit is contained in:
parent
5b51623198
commit
80eb367dd2
8 changed files with 79 additions and 0 deletions
1
canon/architecture/infospace/.gitignore
vendored
Normal file
1
canon/architecture/infospace/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
output/
|
||||||
11
canon/architecture/infospace/discipline/arc42.md
Normal file
11
canon/architecture/infospace/discipline/arc42.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Arc42
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
A twelve-chapter architecture description. One markdown file per
|
||||||
|
system. Chapter 9 lists ADRs; it does not paste them. The Markitect
|
||||||
|
schema is `arc42-v1` (`markitect/schemas/arc42-schema-v1.0.md`).
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`markitect-main/examples/templates/TEMPLATE-ARC42.md`
|
||||||
11
canon/architecture/infospace/entities/coulomb-estate.md
Normal file
11
canon/architecture/infospace/entities/coulomb-estate.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Coulomb Estate
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
Estate map. Canons, hubs, rails, and publication. Owned by
|
||||||
|
the-custodian.
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`the-custodian` `canon/architecture/coulomb-estate_v0.1.md` —
|
||||||
|
published at `/architecture/coulomb-estate/v0.1/`.
|
||||||
10
canon/architecture/infospace/entities/net-kingdom.md
Normal file
10
canon/architecture/infospace/entities/net-kingdom.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# NetKingdom
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
Identity and tenancy security core. Owned by net-kingdom.
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`net-kingdom` `docs/architecture/net-kingdom_v0.1.md` — published at
|
||||||
|
`/architecture/net-kingdom/v0.1/`.
|
||||||
10
canon/architecture/infospace/entities/policy-nexus.md
Normal file
10
canon/architecture/infospace/entities/policy-nexus.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Policy Nexus
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
Permanent publication surface for canon and ADRs. Owned by policy-nexus.
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`policy-nexus` `docs/architecture/policy-nexus_v0.1.md` — published at
|
||||||
|
`/architecture/policy-nexus/v0.1/`.
|
||||||
10
canon/architecture/infospace/entities/railiance.md
Normal file
10
canon/architecture/infospace/entities/railiance.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Railiance
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
Runtime substrate: rails, reefs, and rApps. Owned by railiance-master.
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`railiance-master` `docs/architecture/railiance_v0.1.md` — published at
|
||||||
|
`/architecture/railiance/v0.1/`.
|
||||||
10
canon/architecture/infospace/entities/state-hub.md
Normal file
10
canon/architecture/infospace/entities/state-hub.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# State Hub
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
Coordination read-model in active retirement. Owned by state-hub.
|
||||||
|
|
||||||
|
## Source Chapter
|
||||||
|
|
||||||
|
`state-hub` `docs/architecture/state-hub_v0.1.md` — published at
|
||||||
|
`/architecture/state-hub/v0.1/`.
|
||||||
16
canon/architecture/infospace/infospace.yaml
Normal file
16
canon/architecture/infospace/infospace.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
topic:
|
||||||
|
name: Coulomb estate architecture
|
||||||
|
domain: architecture
|
||||||
|
sources: entities/
|
||||||
|
|
||||||
|
disciplines:
|
||||||
|
- name: arc42
|
||||||
|
path: discipline/
|
||||||
|
|
||||||
|
entities_dir: entities
|
||||||
|
|
||||||
|
viability:
|
||||||
|
redundancy_ratio:
|
||||||
|
max: 0.2
|
||||||
|
coverage_ratio:
|
||||||
|
min: 0.5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue