MarkdownCommitsConfig

Commits

  1. 32a0a5asilenlocatelli2026-06-30 13:24

    fix: readme

  2. d3d4700silenlocatelli2026-06-30 13:09

    feat: generation etc

  3. fdddf43silenlocatelli2026-06-30 12:29

    synthetic data generation + save/load config Read a grid's rows via the grid API, infer per-column types in wasm (model.rs) and generate similar synthetic data with a seeded PRNG (rng.rs), then inject it back for both client-side and server-side row models. Add a readable tab-separated per-table config format (config.rs) saved/reloaded over the FFI, plus a wire helper (wire.rs) for the hand-rolled, JSON-free boundary. Adds the matching env imports/exports in template.js and a server-side example grid to the test fixture.

  4. d257475silenlocatelli2026-06-30 11:53

    agents.md

  5. 6d4bb2esilenlocatelli2026-06-30 11:45

    ui

  6. f09b7ddsilenlocatelli2026-06-30 09:53

    use templating

  7. 29aac7bsilen2026-06-29 18:29

    initial

  8. 0e8e622silen2026-06-29 17:13

    Initial commit