refactor: extract shared lint record primitives

This commit is contained in:
2026-05-12 21:56:25 +09:00
parent bedaf62cb0
commit cf822dbc5c
33 changed files with 233 additions and 281 deletions
Generated
+12
View File
@@ -1615,6 +1615,16 @@ dependencies = [
"bitflags 2.11.0",
]
[[package]]
name = "lint-common"
version = "0.1.0"
dependencies = [
"chrono",
"serde",
"serde_json",
"thiserror 2.0.18",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
@@ -1779,6 +1789,7 @@ dependencies = [
"async-trait",
"chrono",
"libc",
"lint-common",
"llm-worker",
"manifest",
"schemars",
@@ -4404,6 +4415,7 @@ name = "workflow"
version = "0.1.0"
dependencies = [
"chrono",
"lint-common",
"manifest",
"memory",
"serde",