feat: complete Epic 1 production foundation

This commit is contained in:
2026-08-25 01:24:11 +03:00
parent 767428436d
commit 182bde8ac0
298 changed files with 35719 additions and 5299 deletions
@@ -6,72 +6,156 @@
{
"ordinal": 0,
"name": "id",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "id"
}
}
},
{
"ordinal": 1,
"name": "workspace_id",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "workspace_id"
}
}
},
{
"ordinal": 2,
"name": "name",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "name"
}
}
},
{
"ordinal": 3,
"name": "display_name",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "display_name"
}
}
},
{
"ordinal": 4,
"name": "category",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "category"
}
}
},
{
"ordinal": 5,
"name": "protocol",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "protocol"
}
}
},
{
"ordinal": 6,
"name": "security_level",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "security_level"
}
}
},
{
"ordinal": 7,
"name": "target_json",
"type_info": "Jsonb"
"type_info": "Jsonb",
"origin": {
"Table": {
"table": "operation_versions",
"name": "target_json"
}
}
},
{
"ordinal": 8,
"name": "status",
"type_info": "Text"
"type_info": "Text",
"origin": {
"Table": {
"table": "operations",
"name": "status"
}
}
},
{
"ordinal": 9,
"name": "current_draft_version",
"type_info": "Int4"
"type_info": "Int4",
"origin": {
"Table": {
"table": "operations",
"name": "current_draft_version"
}
}
},
{
"ordinal": 10,
"name": "latest_published_version",
"type_info": "Int4"
"type_info": "Int4",
"origin": {
"Table": {
"table": "operations",
"name": "latest_published_version"
}
}
},
{
"ordinal": 11,
"name": "created_at!: time::OffsetDateTime",
"type_info": "Timestamptz"
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "operations",
"name": "created_at"
}
}
},
{
"ordinal": 12,
"name": "updated_at!: time::OffsetDateTime",
"type_info": "Timestamptz"
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "operations",
"name": "updated_at"
}
}
},
{
"ordinal": 13,
"name": "published_at: time::OffsetDateTime",
"type_info": "Timestamptz"
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "operations",
"name": "published_at"
}
}
}
],
"parameters": {