mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Added `package_system.tla` to model the schema-driven package system, including multi-source loading, validation, dependency resolution, and permission filtering. - Created `package_system.cfg` for TLC model checker configuration, defining constants and invariants for bounded model checking. - Updated `metabuilder.tla` to reflect the core specification of MetaBuilder, emphasizing the package lifecycle and related specifications.
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-styles.schema.json",
|
|
"schemaVersion": "2.0.0",
|
|
"colors": {
|
|
"publicRoute": "#4caf50",
|
|
"userRoute": "#2196f3",
|
|
"adminRoute": "#ff9800",
|
|
"godRoute": "#f44336",
|
|
"activeRoute": "#4caf50",
|
|
"inactiveRoute": "#9e9e9e"
|
|
},
|
|
"spacing": {
|
|
"tableRowPadding": "12px",
|
|
"editorPadding": "24px"
|
|
},
|
|
"shadows": {
|
|
"routeCard": "0 2px 4px rgba(0, 0, 0, 0.08)"
|
|
}
|
|
}
|