A real shell in your own workspace on the server. Sample files are pre-loaded; upload your own template & data, then drive the ltmc-agent CLI — including its interactive AI mode.
ls — see your workspace (sample template + data are already there)ltmc-agent parse BLANK_TEMPLATE_GL.xml — inspect an LTMC template (object, sheets, fields)ltmc-agent map --ai -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv -o mapping.json — AI column mapping (Claude)ltmc-agent rules -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv --mapping mapping.json -o rules.json — AI value-conversion rulesltmc-agent generate -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv --mapping mapping.json --rules rules.json -o out.xml — build the LTMC upload fileltmc-agent agent — 🤖 fully conversational mode: just chat, mention your file names, it does the rest