Releases: jdiejim/chiltepin
Release list
chiltepin 0.47.0 — Avodado is now Chiltepin
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.jsonmanifest is read once and replaced, sochiltepin buildstill prunes an older site. - The
avodadoand@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
Install the skill once, in any agent:
npx skills add jdiejim/avodado -gThen 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 pptxand 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).chartgainspie,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 | systemswitches 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_YAMLhints name the fix for the shapes agents actually hit. - Vary the lens.
W_LENS_REPEATwarns on the third callout or the fourth block of one type.swimlanetakes lane labels and derives columns from links;codegainshighlight, line numbers, a snippet grid, andkind: 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
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.jsoninto the project's.avodado/themes(or~/.avodado/themes
for a global theme) via a newPOST /api/themeroute on the file bridge, and
activates it — so it immediately appears in the theme picker and inavo theme.
Patch Changes
- Updated dependencies [d143316]
- @avodado/studio@0.5.0
avodado@0.34.1
Patch Changes
- Fix the npm README title — the heading now reads
avodadoinstead of the old
@avodado/clipackage name.
avodado@0.34.0
Minor Changes
-
7052a5d: Rename the CLI package
@avodado/cli→avodado(unscoped) for
discoverability:npm i -g avodado,npx avodado, and the command is available
as bothavoandavodado.@avodado/cliis deprecated and points here.Also improve the npm READMEs: the CLI README opens with a worked example (a
Markdown doc with asequenceblock →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
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.jsoninto the project's.avodado/themes(or~/.avodado/themes
for a global theme) via a newPOST /api/themeroute on the file bridge, and
activates it — so it immediately appears in the theme picker and inavo theme.
@avodado/studio@0.4.0
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/pdfroute 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
cycleblock and grid-group / orthogonal-lane / label-wrap improvements
across the diagram renderers.
Metadata
- SEO-focused
description+keywordsacross all packages, framed around the
real use cases: API docs, architecture & system design, ERDs, ADRs, and
slide/PDF presentations.
- Toolbar Export menu: download the current doc as a standalone HTML page,
@avodado/render@0.22.1
Patch Changes
- Updated dependencies [7052a5d]
- @avodado/core@0.12.1
@avodado/render@0.22.0
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/pdfroute 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
cycleblock and grid-group / orthogonal-lane / label-wrap improvements
across the diagram renderers.
Metadata
- SEO-focused
description+keywordsacross all packages, framed around the
real use cases: API docs, architecture & system design, ERDs, ADRs, and
slide/PDF presentations.
- Toolbar Export menu: download the current doc as a standalone HTML page,
Patch Changes
- Updated dependencies [ebdf605]
- @avodado/core@0.12.0
@avodado/mcp@0.3.2
Patch Changes
- Updated dependencies [7052a5d]
- @avodado/core@0.12.1
- @avodado/render@0.22.1