Baseline: docker stack, provisioning tools, test-data, gateway-as-files (pre-PrimeBAT build)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 11:56:30 -05:00
commit 310b1b3b9e
951 changed files with 17028 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "a6c5e0b96293d580ef315f10ea2b4a140ce8481b2511c10efd0cf3f24ce6d3ac",
"lastModification": {
"actor": "admin",
"timestamp": "2026-07-16T16:25:30Z"
}
}
}

View File

@@ -0,0 +1,31 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-20)",
"borderBottomStyle": "none",
"borderTopColor": "var(--neutral-60)",
"borderTopStyle": "solid",
"borderTopWidth": "1px",
"color": "var(--neutral-80)",
"fontSize": "14px",
"lineHeight": "16px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "last-child",
"style": {
"borderBottomColor": "var(--neutral-60)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px"
}
},
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--callToActionHighlight)"
}
}
]
}