Files
foxhunt/crates/ml/.sqlx/query-b64553624d98716d455e9573e49fdd1c3f23c9049d370ea508b511b109712bf3.json
jgrusewski 9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
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>
2026-02-25 11:56:00 +01:00

22 lines
711 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO regime_states (symbol, regime, confidence, event_timestamp, cusum_s_plus, cusum_s_minus, adx, stability)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ON CONFLICT (symbol, event_timestamp) DO UPDATE\n SET regime = EXCLUDED.regime, confidence = EXCLUDED.confidence\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Float8",
"Timestamptz",
"Float8",
"Float8",
"Float8",
"Float8"
]
},
"nullable": []
},
"hash": "b64553624d98716d455e9573e49fdd1c3f23c9049d370ea508b511b109712bf3"
}