Deliver ADR cleanup packets and publish first-wave arc42 stubs
Some checks failed
Build and publish policy-nexus image / build-and-push (push) Failing after 48s
Some checks failed
Build and publish policy-nexus image / build-and-push (push) Failing after 48s
Packets go to seven owning repos by inbox and checklist. Railiance, NetKingdom, and State Hub now have published architecture stubs.
This commit is contained in:
parent
b93928330e
commit
af9f5996e2
34 changed files with 1891 additions and 56 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"net-kingdom": {"path": "../net-kingdom"},
|
||||
"policy-nexus": {"path": "."},
|
||||
"railiance-master": {"path": "../railiance-master"},
|
||||
"state-hub": {"path": "../state-hub"},
|
||||
"the-custodian": {"path": "../the-custodian"}
|
||||
},
|
||||
"documents": [
|
||||
|
|
@ -37,6 +38,30 @@
|
|||
"revision_path": "architecture/coulomb-estate/v0.1/revisions/{revision}/index.html",
|
||||
"review_interval": "6m"
|
||||
},
|
||||
{
|
||||
"id": "railiance-architecture",
|
||||
"source_repo": "railiance-master",
|
||||
"source_path": "docs/architecture/railiance_v0.1.md",
|
||||
"canonical_path": "architecture/railiance/v0.1/index.html",
|
||||
"revision_path": "architecture/railiance/v0.1/revisions/{revision}/index.html",
|
||||
"review_interval": "6m"
|
||||
},
|
||||
{
|
||||
"id": "net-kingdom-architecture",
|
||||
"source_repo": "net-kingdom",
|
||||
"source_path": "docs/architecture/net-kingdom_v0.1.md",
|
||||
"canonical_path": "architecture/net-kingdom/v0.1/index.html",
|
||||
"revision_path": "architecture/net-kingdom/v0.1/revisions/{revision}/index.html",
|
||||
"review_interval": "6m"
|
||||
},
|
||||
{
|
||||
"id": "state-hub-architecture",
|
||||
"source_repo": "state-hub",
|
||||
"source_path": "docs/architecture/state-hub_v0.1.md",
|
||||
"canonical_path": "architecture/state-hub/v0.1/index.html",
|
||||
"revision_path": "architecture/state-hub/v0.1/revisions/{revision}/index.html",
|
||||
"review_interval": "6m"
|
||||
},
|
||||
{
|
||||
"id": "policy-nexus-architecture",
|
||||
"source_repo": "policy-nexus",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue