feat: date parsing, component extraction, and wizard formulas
Extend FieldProposal with chrono-based date format detection and configurable component extraction (Year, Month, Quarter). Add ConfigureDates and DefineFormulas wizard steps to ImportPipeline. build_model injects derived date categories and parses formula strings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -147,7 +147,9 @@ impl Runnable for HelpArgs {
|
||||
println!("USAGE:");
|
||||
println!(" improvise [file.improv] Open or create a model");
|
||||
println!(" improvise --import data.json Import JSON or CSV then open TUI");
|
||||
println!(" improvise --import a.csv b.csv Import multiple CSVs (filenames become a category)");
|
||||
println!(
|
||||
" improvise --import a.csv b.csv Import multiple CSVs (filenames become a category)"
|
||||
);
|
||||
println!(" improvise --cmd '{{...}}' Run a JSON command (headless, repeatable)");
|
||||
println!(" improvise --script cmds.jsonl Run commands from file (headless)");
|
||||
println!("\nTUI KEYS (vim-style):");
|
||||
|
||||
Reference in New Issue
Block a user