chore: JSPG Engine tuple decoupling and core routing optimizations

This commit is contained in:
2026-04-13 22:41:32 -04:00
parent 665a821bf9
commit 0017c598e1
57 changed files with 5510 additions and 5166 deletions

View File

@ -2,11 +2,9 @@
{
"description": "boolean schema 'true'",
"database": {
"schemas": [
{
"$id": "booleanSchema_0_0"
}
]
"schemas": {
"booleanSchema_0_0": {}
}
},
"tests": [
{
@ -99,12 +97,11 @@
{
"description": "boolean schema 'false'",
"database": {
"schemas": [
{
"not": {},
"$id": "booleanSchema_1_0"
"schemas": {
"booleanSchema_1_0": {
"not": {}
}
]
}
},
"tests": [
{