Skip to content

Releases: tw93/Kami

V1.9.3 Truer Type

Choose a tag to compare

@github-actions github-actions released this 05 Jul 08:11
Kami Logo

Kami V1.9.3

Changelog code renders monospace again, plus sturdier checks.

Changelog

  1. Monospace changelog code: CN and KO changelog templates now define the --mono stack, so inline <code> (versions, commands) renders monospace instead of falling back to serif, matching the English changelog.
  2. Sturdier PDF checks: the orphan, density, and resume-balance checks report a clean error on a malformed or empty PDF instead of crashing with a traceback.
  3. Resilient highlighting: syntax-highlight colors load lazily, so importing the build tools no longer reads design tokens on a half-installed checkout.
  4. Tighter tests and docs: density, rhythm, and orphan logic gained pure test seams; the README template count and sitemap dates were realigned.

更新日志

  1. 等宽的更新日志代码:中文和韩文 changelog 模板补上 --mono 字体栈,内联 <code>(版本号、命令)恢复等宽显示,不再退化成衬线体,与英文版一致。
  2. 更稳的 PDF 检查:孤行、密度、简历平衡检查遇到损坏或空 PDF 时输出干净的错误,不再抛 traceback 崩溃。
  3. 更健壮的高亮:语法高亮配色改为惰性加载,导入构建工具时不再在半安装环境下读取设计令牌。
  4. 更严的测试与文档:密度、韵律、孤行逻辑新增纯函数测试种子,README 模板数量与 sitemap 日期同步修正。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.9.2 Cleaner Printouts

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:47

Kami Logo

Kami V1.9.2

This release makes Kami easier to trust in everyday document work: print-friendly previews, cleaner long-document navigation, a new architecture board style, and a download package that matches the install docs.

Changelog

  1. Print-friendly preview: use the new white-paper demo and gallery example to see how a low-ink version will look before printing or sharing.
  2. Better long documents: contents page numbers now match the final PDF, and running headers stay on the current chapter, so reports are easier to navigate.
  3. Architecture board: added a full-page diagram style for system overviews, audits, and technical reports.
  4. Smoother install: the latest download package now includes the right Claude and Codex folder layout, so following the docs gives you the full templates and scripts.

更新日志

  1. 低墨量打印预览:新增白底 demo 和官网示例,打印或分享前就能看到低墨量版本的真实效果。
  2. 长文档更好翻阅:目录页码会跟随最终 PDF 自动更新,页眉也会显示当前章节,报告更容易定位。
  3. 架构看板:新增整页架构图样式,适合系统说明、项目体检和技术报告。
  4. 安装更顺:最新下载包已修正 Claude 与 Codex 需要的文件结构,按文档安装即可拿到完整模板和脚本。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.9.1 Print Ready

Choose a tag to compare

@github-actions github-actions released this 29 Jun 01:18
Kami Logo

Kami V1.9.1

White-paper print support for any document, plus reliable install and self-update, sharper diagrams, and cleaner packaging.

Changelog

  1. Install routing: generic agents now install and self-update through the self-contained subpath package (npx skills add tw93/kami/plugins/kami/skills/kami), sidestepping the upstream skills update bug that flattened the skill to a lone SKILL.md.
  2. Per-agent guidance: README and the site route Claude Code, Codex, Claude Desktop, and generic agents to the correct install and update path.
  3. Diagram registry: unified to a single source of truth across build, screen, and document targets, covering all 17 diagram types.
  4. Mermaid normalizer: hardened to resolve color-mix(), reapply the Kami palette, and reject un-normalized foreignObject or web-font SVG before it reaches PDF.
  5. Packaging: the skill ZIP is rebuilt on an explicit allowlist with required-entry checks, trimmed and audited on every build.
  6. Print variant: an opt-in white-paper recipe turns any document to a white background for home or office printers, sinking the parchment into cards and tables so the warm hierarchy still reads.
  7. Docs: restructured README, documented the print variant, added the host-delegated illustration step, and enforced the no-em-dash rule in generated docs.

更新日志

  1. 安装路径:通用 agent 的安装与自更新改用自包含子路径包(npx skills add tw93/kami/plugins/kami/skills/kami),绕开上游 skills update 把技能压成单个 SKILL.md 的问题。
  2. 按 agent 分流:README 和官网按 Claude Code、Codex、Claude Desktop、通用 agent 分别给出正确的安装与更新指引。
  3. 图表注册表:统一为单一来源,覆盖构建、浏览器与文档目标,含全部 17 种图类型。
  4. Mermaid 归一化:加固以解析 color-mix()、重上 Kami 配色,并在进入 PDF 前拦截未归一化的 foreignObject 与 web font。
  5. 打包:技能压缩包改为显式 allowlist 加必备项校验,每次构建瘦身并审计。
  6. 打印版本:新增可选的白底配方,把任意文档切到白底以适配家用或办公打印机,让羊皮纸沉入卡片与表格,暖色层次依然清晰。
  7. 文档:重构 README,补充打印版本说明,新增 host 代理配图步骤,生成文档强制禁用 em dash。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.9.0 Mermaid Diagrams

Choose a tag to compare

@github-actions github-actions released this 22 Jun 14:41
Kami Logo

Kami V1.9.0

Author diagrams from Mermaid text, re-themed to the Kami palette.

Changelog

  1. Added Mermaid diagram support: write sequence, class, and ER diagrams as Mermaid text instead of hand-tuning SVG coordinates.
  2. A new pure-Python normalizer re-themes any beautiful-mermaid SVG to the Kami palette and makes it WeasyPrint-safe, with no Node bundled in the package.
  3. Three new diagram types bring the built-in catalog to seventeen.
  4. Mermaid diagrams now feature in the long-doc, portfolio, and slides templates, plus the agent keynote demo.
  5. Added references/mermaid.md and a single-source Kami theme, plus a lint guard that rejects un-normalized diagrams in PDF-bound templates.

更新日志

  1. 新增 Mermaid 图支持:用 Mermaid 文本编写时序图、类图、ER 图,不再手工调 SVG 坐标。
  2. 新增纯 Python 归一化器,把任意 beautiful-mermaid SVG 重上 Kami 调色板并做 WeasyPrint 安全化,包内不打包 Node。
  3. 三个新图类型,内置图库增至十七种。
  4. Mermaid 图已用于 long-doc、portfolio、slides 模板及 agent keynote 示例。
  5. 新增 references/mermaid.md 与单一来源的 Kami 主题,并加入 lint 守卫,拦截未归一化的图进入 PDF 模板。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.8.0 Broader Installs

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:47
Kami Logo

Kami V1.8.0

Codex install support, steadier resumes, and verified package delivery.

Changelog

  1. Added a Codex plugin marketplace package so Kami can be installed from Codex as well as Claude Code.
  2. Fixed resume role tags and section subtitles in WeasyPrint 63.1, keeping Chinese, English, and Korean templates right-aligned.
  3. Synced the Codex plugin mirror and release ZIP with template changes so installed packages carry the same resume fix.
  4. Tightened release checks around generated artifacts, package contents, and plugin install smoke tests.

更新日志

  1. 新增 Codex 插件 marketplace 包,Kami 现在可通过 Codex 和 Claude Code 两条路径安装。
  2. 修复 WeasyPrint 63.1 下简历角色标签和章节副标题的右对齐问题,中文、英文、韩文模板保持一致。
  3. 同步 Codex 插件镜像和 release ZIP,确保安装后的包也包含这次简历修复。
  4. 收紧生成物、压缩包内容和插件安装烟测等发版检查,降低发布面漂移风险。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.7.4 Grounded Resumes

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:10
Kami Logo

Kami V1.7.4

Grounded resume writing, cleaner metadata, and a two-page balance check.

Changelog

  1. Added a resume source-and-truth pass so old resumes, self reviews, and project notes are reconciled before rewriting.
  2. Clarified personal metadata: age and gender are optional when supplied and useful for the target channel, while expected salary stays out of the resume body.
  3. Added resume wording guidance for ownership, title scope, and AI engineering impact so claims stay specific and defensible.
  4. Added --check-resume-balance and tightened role labels so filled resume PDFs stay at two pages with cleaner project metadata.

更新日志

  1. 新增简历多源核对流程,在改写前先对齐旧简历、自评和项目材料里的事实与数字。
  2. 明确个人信息规则:年龄和性别在用户提供且投递渠道需要时可选保留,期望薪资不写进简历正文。
  3. 新增简历措辞规则,覆盖归属、title 范围和 AI 工程成果,让表达更具体、更可追问。
  4. 新增 --check-resume-balance 并收紧角色标签,让成品简历 PDF 保持两页且项目信息更清晰。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.7.3 Wider Gallery

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:53
Kami Logo

Kami V1.7.3

A wider demo gallery, a unified header, and a quiet update check.

Changelog

  1. Grew the README demo gallery to nine tiles, each linking to its language PDFs, with the Mole and Waza one-pagers side by side.
  2. Added real demos: a Mole product brief one-pager, the Mole v1.7.1 changelog, and a Chinese recommendation letter.
  3. Loosened resume project spacing across English, Chinese, and Korean while keeping the strict two-page rhythm.
  4. Unified the editorial header signature across one-pager, changelog, equity report, and long doc, dropping the heavy full-height bar for an eyebrow tick and hairline rule.
  5. Added an optional hero product shot to the one-pager for product briefs.
  6. Switched lists to native markers and removed the en-dash bullet across the templates.
  7. Fixed the sub-1pt closed border on the one-pager hero frame that tripped build.py --check (#30), and slimmed the skill package by excluding demos.
  8. Added a quiet daily update check so installed users learn when a newer Kami ships; it sends no data and fails silently offline.

更新日志

  1. README demo 画廊扩到九张,每张都链到对应语言的 PDF,Mole 与 Waza 一页纸并排展示。
  2. 新增真实 demo:Mole 产品一页纸、Mole v1.7.1 更新日志、中文推荐信。
  3. 放宽英文、中文、韩文简历的项目间距,同时守住严格的两页节奏。
  4. 统一一页纸、更新日志、个股研报、长文的页眉样式,去掉厚重的整条页眉,改用小标签竖线加细分隔线。
  5. 为一页纸增加可选的产品主图,适合产品简介。
  6. 列表改用原生标记符号,跨模板移除破折号 bullet。
  7. 修复一页纸主图边框 sub-1pt 闭合边触发 build.py --check 的问题(#30),并通过排除 demo 给 skill 包瘦身。
  8. 新增安静的每日更新检查,让已安装用户知道有新版 Kami,不发送任何数据,离线时静默失败。

Kami is a quiet design system for professional documents, one constraint set that any agent can trust. https://github.com/tw93/Kami

V1.7.2 Cleaner Resumes

Choose a tag to compare

@github-actions github-actions released this 13 Jun 08:59
Kami Logo

Kami

Cleaner resume previews and steadier two-page rhythm.

Changelog

  1. Refined the resume templates with quieter headers, section rules, and project spacing for a cleaner two-page rhythm.
  2. Reworked the metrics row so key numbers align better and stay easier to scan.
  3. Refreshed the public English and Korean resume demos so previews match the shipped templates.

更新日志

  1. 优化简历模板的页眉、版块分隔线和项目间距,让两页版式更克制稳定。
  2. 调整顶部关键数字区域,让数值更整齐、标签更容易扫读。
  3. 刷新公开的英文和韩文简历 demo,让预览与实际发布模板一致。

V1.7.1 Clearer Guidance

Choose a tag to compare

@github-actions github-actions released this 08 Jun 00:29
Kami Logo

Kami

Clearer guidance for readable documents, decks, and product pages.

Changelog

  1. Improved documentation-site guidance for help pages, with sidebar navigation, on-page table of contents, mobile layout, and quieter previous / next links.
  2. Added clearer screen checks for landing pages and docs pages, making it easier to catch mobile CTA, code block, table, and line-widow issues before shipping.
  3. Tightened Marp deck theme checks so Markdown slide decks stay aligned with Kami's color and typography tokens.
  4. Simplified the Claude Desktop skill archive by removing obsolete stabilization files and keeping the package easier to inspect.
  5. Clarified overflow handling for one-pagers, letters, and resumes: cut or merge content first, instead of shrinking typography until the page becomes hard to read.

更新日志

  1. 改进帮助页和文档站的制作规则,补清侧边栏导航、页内目录、移动端布局,以及更轻的上一页 / 下一页链接样式。
  2. 补充落地页和文档页的屏幕检查规则,更容易在发布前发现移动端按钮、代码块、表格和孤行问题。
  3. 加强 Marp deck theme 检查,让 Markdown 幻灯片持续对齐 Kami 的颜色和排版 token。
  4. 简化 Claude Desktop skill archive,移除过时的 stabilization 文件,让包更容易检查。
  5. 明确一页纸、信件和简历的溢出处理方式:优先删减或合并内容,而不是把字号和行距压到难读。

V1.7.0 Korean Paper

Choose a tag to compare

@github-actions github-actions released this 03 Jun 04:43
Kami Logo

Kami

Korean templates, steadier packaging, and sharper slide guidance.

Changelog

  1. Added a dedicated Korean template family across documents, decks, and landing pages, with KO resume demo and public SEO coverage.
  2. Added optional brand-profile logo slots for one-pager, portfolio, and WeasyPrint slides without changing the default visual path.
  3. Moved large CJK font recovery outside the skill package and clarified Chinese / Korean font fallback for Claude Desktop installs.
  4. Hardened palette and token checks with off-palette lint, Marp token coverage, and CN / EN / KO root consistency checks.
  5. Refined slide and product-site guidance around ghost deck tests, one evidence shape per slide, screenshot slot planning, and material gaps.
  6. Aligned release readiness surfaces: public template counts, package docs, PT-Serif fallback verification, deterministic zip packaging, and final tag timing.

更新日志

  1. 新增完整韩语模板族,覆盖文档、幻灯片和落地页,并补齐 KO 简历 demo 与公开站点 SEO 展示。
  2. 为一页纸、作品集和 WeasyPrint 幻灯片加入可选品牌 logo 槽位,同时保持默认视觉路径不变。
  3. 将大型 CJK 字体恢复移到 skill 包之外,并补清 Claude Desktop 安装时的中文 / 韩文字体 fallback 说明。
  4. 加强调色与 token 检查,新增 off-palette lint、Marp token 覆盖,以及 CN / EN / KO root 一致性检查。
  5. 收紧幻灯片和产品站点规则,加入 ghost deck test、单页单证据、截图槽位规划和素材缺口处理。
  6. 对齐发布前真相面:公开模板数量、包说明、PT-Serif fallback 验证、可复现 zip 打包和最终 tag 时机。