Skip to content

Releases: jdiejim/chiltepin

chiltepin 0.47.0 — Avodado is now Chiltepin

Choose a tag to compare

@jdiejim jdiejim released this 14 Sep 05:30

Avodado is now Chiltepin. Same product, new name, new mark.

What changed

Before Now
npx -y avodado / avo check npx -y chiltepin / chiltepin check (one binary, no short alias)
@avodado/core, @avodado/render, @avodado/studio chiltepin-core, chiltepin-render, chiltepin-studio
npx skills add jdiejim/avodado npx skills add jdiejim/chiltepin
avodado.config.* chiltepin.config.* (the old name still loads, with a warning)
avodado.dev chiltepin.dev
  • An existing .avodado-build.json manifest is read once and replaced, so chiltepin build still prunes an older site.
  • The avodado and @avodado/* packages are deprecated on npm with a pointer here. Their final versions stay installable.
  • New favicon on every rendered page and in Studio; new README media.

Versions

chiltepin 0.47.0 · chiltepin-core 0.24.0 · chiltepin-render 0.33.0 · chiltepin-studio 0.16.0

avodado 0.45.0 — one-command skill, 13 new blocks, dark by default

Choose a tag to compare

@jdiejim jdiejim released this 13 Sep 18:53

Install the skill once, in any agent:

npx skills add jdiejim/avodado -g

Then ask for a doc in plain words. The agent picks the blocks, runs npx -y avodado block <type> for the contract, writes, and avo checks. Try npx avodado demo to see every block rendered.

Highlights

  • One-command install. The skill lives once at skills/avodado; avo block <type> prints a schema-derived contract, so the reference cannot drift. avo explore, avo install, avo pptx and the init wizard are gone.
  • 13 new blocks, a new family. Quality & audits (audit, checklist, perfbudget, percentiles, threatmodel), UML (usecase, pkg, timing), ML (neuralnet, modelcard), and deck shapes (chevrons, roadmap, mindmap). chart gains pie, histogram, bell, boxplot, pareto, bullet. 107 block types across 13 families.
  • Dark is the look. Every page, deck, and the Studio canvas render in the dark set by default; colorScheme: light | system switches it.
  • Fewer first-draft errors. The unquoted-comma trap inside inline maps is repaired at the source line; a terse line with a colon is rescued; E_PARSE_YAML hints name the fix for the shapes agents actually hit.
  • Vary the lens. W_LENS_REPEAT warns on the third callout or the fourth block of one type. swimlane takes lane labels and derives columns from links; code gains highlight, line numbers, a snippet grid, and kind: compare.
  • Measured. Generation eval over 40 plain requests: right block 39.5/40, first draft clean 33/40, clean at handoff 40/40, ~55K tokens per doc. Against a coordinate-placing diagram skill on the 8 requests both can express: 13% fewer tokens, 21% faster, first-draft validator pass 8/8 vs 1/8.

Full changelogs: avodado, @avodado/core, @avodado/render.

Also published: @avodado/core@0.23.0, @avodado/render@0.32.0, @avodado/studio@0.15.0, @avodado/mcp@0.4.0.

avodado@0.35.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:53
5be909a

Minor Changes

  • d143316: Add a Theme Generator to Avodado Studio. A "Theme" button in the toolbar
    opens a right-docked panel where you pick a base theme and tune the 11 friendly
    colors + 3 font slots, with the canvas re-tinting live as you edit. Install
    writes a *.theme.json into the project's .avodado/themes (or ~/.avodado/themes
    for a global theme) via a new POST /api/theme route on the file bridge, and
    activates it — so it immediately appears in the theme picker and in avo theme.

Patch Changes

  • Updated dependencies [d143316]
    • @avodado/studio@0.5.0

avodado@0.34.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:32

Patch Changes

  • Fix the npm README title — the heading now reads avodado instead of the old
    @avodado/cli package name.

avodado@0.34.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:26
b103806

Minor Changes

  • 7052a5d: Rename the CLI package @avodado/cliavodado (unscoped) for
    discoverability: npm i -g avodado, npx avodado, and the command is available
    as both avo and avodado. @avodado/cli is deprecated and points here.

    Also improve the npm READMEs: the CLI README opens with a worked example (a
    Markdown doc with a sequence block → avo check / avo html / avo studio)
    in plainer language; the core README lists the real block-type set (77 across 12
    families) instead of a stale short list.

Patch Changes

  • Updated dependencies [7052a5d]
    • @avodado/core@0.12.1
    • @avodado/render@0.22.1
    • @avodado/studio@0.4.0

@avodado/studio@0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:53
5be909a

Minor Changes

  • d143316: Add a Theme Generator to Avodado Studio. A "Theme" button in the toolbar
    opens a right-docked panel where you pick a base theme and tune the 11 friendly
    colors + 3 font slots, with the canvas re-tinting live as you edit. Install
    writes a *.theme.json into the project's .avodado/themes (or ~/.avodado/themes
    for a global theme) via a new POST /api/theme route on the file bridge, and
    activates it — so it immediately appears in the theme picker and in avo theme.

@avodado/studio@0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 05:51
401481c

Minor Changes

  • ebdf605: Studio, rendering, and package metadata.

    Studio

    • Toolbar Export menu: download the current doc as a standalone HTML page,
      a self-contained slide deck, or a PDF. PDF is produced by a new
      POST /api/export/pdf route on the file-bridge server (headless Chromium).
    • ERD drag-to-connect: selecting an entity shows connector dots; dragging
      to another entity opens a cardinality picker (1:1 / 1:N / N:1 / N:M) that
      appends the relation. Committed as a single undo step.
    • Direct-manipulation editing for grid groups (marquee select + resize) and
      column-family blocks.

    Rendering

    • New cycle block and grid-group / orthogonal-lane / label-wrap improvements
      across the diagram renderers.

    Metadata

    • SEO-focused description + keywords across all packages, framed around the
      real use cases: API docs, architecture & system design, ERDs, ADRs, and
      slide/PDF presentations.

@avodado/render@0.22.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:26
b103806

Patch Changes

  • Updated dependencies [7052a5d]
    • @avodado/core@0.12.1

@avodado/render@0.22.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 05:51
401481c

Minor Changes

  • ebdf605: Studio, rendering, and package metadata.

    Studio

    • Toolbar Export menu: download the current doc as a standalone HTML page,
      a self-contained slide deck, or a PDF. PDF is produced by a new
      POST /api/export/pdf route on the file-bridge server (headless Chromium).
    • ERD drag-to-connect: selecting an entity shows connector dots; dragging
      to another entity opens a cardinality picker (1:1 / 1:N / N:1 / N:M) that
      appends the relation. Committed as a single undo step.
    • Direct-manipulation editing for grid groups (marquee select + resize) and
      column-family blocks.

    Rendering

    • New cycle block and grid-group / orthogonal-lane / label-wrap improvements
      across the diagram renderers.

    Metadata

    • SEO-focused description + keywords across all packages, framed around the
      real use cases: API docs, architecture & system design, ERDs, ADRs, and
      slide/PDF presentations.

Patch Changes

  • Updated dependencies [ebdf605]
    • @avodado/core@0.12.0

@avodado/mcp@0.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:26
b103806

Patch Changes

  • Updated dependencies [7052a5d]
    • @avodado/core@0.12.1
    • @avodado/render@0.22.1