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
662 B
JSON
22 lines
662 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO regime_transitions\n (symbol, event_timestamp, from_regime, to_regime, duration_bars, transition_probability, adx_at_transition, cusum_alert_triggered)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Timestamptz",
|
|
"Text",
|
|
"Text",
|
|
"Int4",
|
|
"Float8",
|
|
"Float8",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "934895aaf38b9bd6b11eac14c5e22c49e0b443bedd4b5231dfdc55397f5e72db"
|
|
}
|