Implement the 50-point Holepunch alignment roadmap with a first-pass delivery across coreutils commands, policy examples, audit tooling, and docs. This adds new operator CLIs (appctl/corestorectl/ctxbaredoctor/dhtctl/trustctl), tiered catalog and runtime-compat reports, release-checklist integration, contributor guidance, and kernel/seeder mirrored artifacts for app registry, trust, network services, corestore namespaces, and update manifest workflows.
12 lines
448 B
JSON
12 lines
448 B
JSON
{
|
|
"schema": 1,
|
|
"namespaces": [
|
|
{ "name": "system", "replicated": true, "retentionDays": 3650 },
|
|
{ "name": "user", "replicated": true, "retentionDays": 3650 },
|
|
{ "name": "app", "replicated": true, "retentionDays": 3650 },
|
|
{ "name": "service", "replicated": true, "retentionDays": 3650 },
|
|
{ "name": "temporary", "replicated": false, "retentionDays": 7 },
|
|
{ "name": "test", "replicated": false, "retentionDays": 30 }
|
|
]
|
|
}
|