90e90ef9261307e7dac3a190a683b28f07914e8e
clippy flagged "you should consider adding a `Default` implementation for `CubeAi`". Add the impl delegating to `new()`. Also: impl block methods had been accidentally pulled out of `impl CubeAi` into module scope during a prior edit; rewrite the impl block with all methods (ingest_trace, classify, suggest, ingest_and_suggest, store) inside it so it compiles. Verification: all 5 cubeai tests pass, clippy clean. Co-Authored-By: Hermes Agent
feat(trace+ai): add cubetrace package and wire DBT/AI/CUBEsys command + module edits (green-lit WIP)
feat(trace+ai): add cubetrace package and wire DBT/AI/CUBEsys command + module edits (green-lit WIP)
Description
No description provided
536 KiB
Languages
Rust
94.5%
Python
2.8%
Shell
2.7%