Move 17 library crates into crates/, CLI binary into bin/fxt, consolidate 10 test crates into testing/, split config crate from deployment config files. Root directory reduced from 38+ to ~17 directories. All Cargo.toml paths and build.rs proto refs updated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
679 B
JSON
22 lines
679 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO regime_transitions (\n symbol, from_regime, to_regime, event_timestamp,\n duration_bars, transition_probability,\n adx_at_transition, cusum_alert_triggered\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Text",
|
|
"Timestamptz",
|
|
"Int4",
|
|
"Float8",
|
|
"Float8",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "413de58ab9d38726897a8e708e31e9f2a6bb0a7845b77a5c64b9d82b262d0da5"
|
|
}
|