Releases: tw93/Kami
Release list
V1.9.3 Truer Type
Changelog
- Monospace changelog code: CN and KO changelog templates now define the
--monostack, so inline<code>(versions, commands) renders monospace instead of falling back to serif, matching the English changelog. - 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.
- Resilient highlighting: syntax-highlight colors load lazily, so importing the build tools no longer reads design tokens on a half-installed checkout.
- Tighter tests and docs: density, rhythm, and orphan logic gained pure test seams; the README template count and sitemap dates were realigned.
更新日志
- 等宽的更新日志代码:中文和韩文 changelog 模板补上
--mono字体栈,内联<code>(版本号、命令)恢复等宽显示,不再退化成衬线体,与英文版一致。 - 更稳的 PDF 检查:孤行、密度、简历平衡检查遇到损坏或空 PDF 时输出干净的错误,不再抛 traceback 崩溃。
- 更健壮的高亮:语法高亮配色改为惰性加载,导入构建工具时不再在半安装环境下读取设计令牌。
- 更严的测试与文档:密度、韵律、孤行逻辑新增纯函数测试种子,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
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
- 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.
- 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.
- Architecture board: added a full-page diagram style for system overviews, audits, and technical reports.
- 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.
更新日志
- 低墨量打印预览:新增白底 demo 和官网示例,打印或分享前就能看到低墨量版本的真实效果。
- 长文档更好翻阅:目录页码会跟随最终 PDF 自动更新,页眉也会显示当前章节,报告更容易定位。
- 架构看板:新增整页架构图样式,适合系统说明、项目体检和技术报告。
- 安装更顺:最新下载包已修正 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
Kami V1.9.1
White-paper print support for any document, plus reliable install and self-update, sharper diagrams, and cleaner packaging.
Changelog
- 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 upstreamskills updatebug that flattened the skill to a loneSKILL.md. - Per-agent guidance: README and the site route Claude Code, Codex, Claude Desktop, and generic agents to the correct install and update path.
- Diagram registry: unified to a single source of truth across build, screen, and document targets, covering all 17 diagram types.
- Mermaid normalizer: hardened to resolve
color-mix(), reapply the Kami palette, and reject un-normalizedforeignObjector web-font SVG before it reaches PDF. - Packaging: the skill ZIP is rebuilt on an explicit allowlist with required-entry checks, trimmed and audited on every build.
- 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.
- Docs: restructured README, documented the print variant, added the host-delegated illustration step, and enforced the no-em-dash rule in generated docs.
更新日志
- 安装路径:通用 agent 的安装与自更新改用自包含子路径包(
npx skills add tw93/kami/plugins/kami/skills/kami),绕开上游skills update把技能压成单个SKILL.md的问题。 - 按 agent 分流:README 和官网按 Claude Code、Codex、Claude Desktop、通用 agent 分别给出正确的安装与更新指引。
- 图表注册表:统一为单一来源,覆盖构建、浏览器与文档目标,含全部 17 种图类型。
- Mermaid 归一化:加固以解析
color-mix()、重上 Kami 配色,并在进入 PDF 前拦截未归一化的foreignObject与 web font。 - 打包:技能压缩包改为显式 allowlist 加必备项校验,每次构建瘦身并审计。
- 打印版本:新增可选的白底配方,把任意文档切到白底以适配家用或办公打印机,让羊皮纸沉入卡片与表格,暖色层次依然清晰。
- 文档:重构 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
Changelog
- Added Mermaid diagram support: write sequence, class, and ER diagrams as Mermaid text instead of hand-tuning SVG coordinates.
- 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.
- Three new diagram types bring the built-in catalog to seventeen.
- Mermaid diagrams now feature in the long-doc, portfolio, and slides templates, plus the agent keynote demo.
- Added references/mermaid.md and a single-source Kami theme, plus a lint guard that rejects un-normalized diagrams in PDF-bound templates.
更新日志
- 新增 Mermaid 图支持:用 Mermaid 文本编写时序图、类图、ER 图,不再手工调 SVG 坐标。
- 新增纯 Python 归一化器,把任意 beautiful-mermaid SVG 重上 Kami 调色板并做 WeasyPrint 安全化,包内不打包 Node。
- 三个新图类型,内置图库增至十七种。
- Mermaid 图已用于 long-doc、portfolio、slides 模板及 agent keynote 示例。
- 新增 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
Changelog
- Added a Codex plugin marketplace package so Kami can be installed from Codex as well as Claude Code.
- Fixed resume role tags and section subtitles in WeasyPrint 63.1, keeping Chinese, English, and Korean templates right-aligned.
- Synced the Codex plugin mirror and release ZIP with template changes so installed packages carry the same resume fix.
- Tightened release checks around generated artifacts, package contents, and plugin install smoke tests.
更新日志
- 新增 Codex 插件 marketplace 包,Kami 现在可通过 Codex 和 Claude Code 两条路径安装。
- 修复 WeasyPrint 63.1 下简历角色标签和章节副标题的右对齐问题,中文、英文、韩文模板保持一致。
- 同步 Codex 插件镜像和 release ZIP,确保安装后的包也包含这次简历修复。
- 收紧生成物、压缩包内容和插件安装烟测等发版检查,降低发布面漂移风险。
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
Changelog
- Added a resume source-and-truth pass so old resumes, self reviews, and project notes are reconciled before rewriting.
- 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.
- Added resume wording guidance for ownership, title scope, and AI engineering impact so claims stay specific and defensible.
- Added
--check-resume-balanceand tightened role labels so filled resume PDFs stay at two pages with cleaner project metadata.
更新日志
- 新增简历多源核对流程,在改写前先对齐旧简历、自评和项目材料里的事实与数字。
- 明确个人信息规则:年龄和性别在用户提供且投递渠道需要时可选保留,期望薪资不写进简历正文。
- 新增简历措辞规则,覆盖归属、title 范围和 AI 工程成果,让表达更具体、更可追问。
- 新增
--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
Changelog
- Grew the README demo gallery to nine tiles, each linking to its language PDFs, with the Mole and Waza one-pagers side by side.
- Added real demos: a Mole product brief one-pager, the Mole v1.7.1 changelog, and a Chinese recommendation letter.
- Loosened resume project spacing across English, Chinese, and Korean while keeping the strict two-page rhythm.
- 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.
- Added an optional hero product shot to the one-pager for product briefs.
- Switched lists to native markers and removed the en-dash bullet across the templates.
- 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. - Added a quiet daily update check so installed users learn when a newer Kami ships; it sends no data and fails silently offline.
更新日志
- README demo 画廊扩到九张,每张都链到对应语言的 PDF,Mole 与 Waza 一页纸并排展示。
- 新增真实 demo:Mole 产品一页纸、Mole v1.7.1 更新日志、中文推荐信。
- 放宽英文、中文、韩文简历的项目间距,同时守住严格的两页节奏。
- 统一一页纸、更新日志、个股研报、长文的页眉样式,去掉厚重的整条页眉,改用小标签竖线加细分隔线。
- 为一页纸增加可选的产品主图,适合产品简介。
- 列表改用原生标记符号,跨模板移除破折号 bullet。
- 修复一页纸主图边框 sub-1pt 闭合边触发
build.py --check的问题(#30),并通过排除 demo 给 skill 包瘦身。 - 新增安静的每日更新检查,让已安装用户知道有新版 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
Changelog
- Refined the resume templates with quieter headers, section rules, and project spacing for a cleaner two-page rhythm.
- Reworked the metrics row so key numbers align better and stay easier to scan.
- Refreshed the public English and Korean resume demos so previews match the shipped templates.
更新日志
- 优化简历模板的页眉、版块分隔线和项目间距,让两页版式更克制稳定。
- 调整顶部关键数字区域,让数值更整齐、标签更容易扫读。
- 刷新公开的英文和韩文简历 demo,让预览与实际发布模板一致。
V1.7.1 Clearer Guidance
Changelog
- Improved documentation-site guidance for help pages, with sidebar navigation, on-page table of contents, mobile layout, and quieter previous / next links.
- 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.
- Tightened Marp deck theme checks so Markdown slide decks stay aligned with Kami's color and typography tokens.
- Simplified the Claude Desktop skill archive by removing obsolete stabilization files and keeping the package easier to inspect.
- 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.
更新日志
- 改进帮助页和文档站的制作规则,补清侧边栏导航、页内目录、移动端布局,以及更轻的上一页 / 下一页链接样式。
- 补充落地页和文档页的屏幕检查规则,更容易在发布前发现移动端按钮、代码块、表格和孤行问题。
- 加强 Marp deck theme 检查,让 Markdown 幻灯片持续对齐 Kami 的颜色和排版 token。
- 简化 Claude Desktop skill archive,移除过时的 stabilization 文件,让包更容易检查。
- 明确一页纸、信件和简历的溢出处理方式:优先删减或合并内容,而不是把字号和行距压到难读。
V1.7.0 Korean Paper
Changelog
- Added a dedicated Korean template family across documents, decks, and landing pages, with KO resume demo and public SEO coverage.
- Added optional brand-profile logo slots for one-pager, portfolio, and WeasyPrint slides without changing the default visual path.
- Moved large CJK font recovery outside the skill package and clarified Chinese / Korean font fallback for Claude Desktop installs.
- Hardened palette and token checks with off-palette lint, Marp token coverage, and CN / EN / KO root consistency checks.
- Refined slide and product-site guidance around ghost deck tests, one evidence shape per slide, screenshot slot planning, and material gaps.
- Aligned release readiness surfaces: public template counts, package docs, PT-Serif fallback verification, deterministic zip packaging, and final tag timing.
更新日志
- 新增完整韩语模板族,覆盖文档、幻灯片和落地页,并补齐 KO 简历 demo 与公开站点 SEO 展示。
- 为一页纸、作品集和 WeasyPrint 幻灯片加入可选品牌 logo 槽位,同时保持默认视觉路径不变。
- 将大型 CJK 字体恢复移到 skill 包之外,并补清 Claude Desktop 安装时的中文 / 韩文字体 fallback 说明。
- 加强调色与 token 检查,新增 off-palette lint、Marp token 覆盖,以及 CN / EN / KO root 一致性检查。
- 收紧幻灯片和产品站点规则,加入 ghost deck test、单页单证据、截图槽位规划和素材缺口处理。
- 对齐发布前真相面:公开模板数量、包说明、PT-Serif fallback 验证、可复现 zip 打包和最终 tag 时机。