npm registry / @miniidealab/openlogos

OpenLogos Releases

Complete npm release metadata for the OpenLogos CLI. Publish times, dist-tags, package links, tarballs, engines, dependencies, file counts, and git heads come from npm registry data. English version summaries come from maintained bilingual release data, with the Chinese CHANGELOG original kept for traceability.

latest v0.10.4
versions 69
registry updated Jun 01, 2026
source npm time
Verifiable release sources. Publish times and npm metadata come from npm registry. English version summaries come from maintained bilingual release data. Chinese original text comes from structured CHANGELOG extraction; missing English sections use a fixed fallback and keep GitHub Release / CHANGELOG links for full details.

0.10.x

May 29, 2026 - Jun 01, 2026

3 versions

v0.10.4

latest
Node.js>=18.0.0
Tarball size535 KB
Unpacked2.1 MB
Files241
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

Chinese original
  • PreToolUse guard hook — 新增 .claude/openlogos/bin/guard-check 脚本,在 Claude Code 调用 Edit/Write/Bash 工具前检查 logos/.openlogos-guard 是否存在。launched 生命周期项目在无活跃变更提案时,工具调用被 exit 2 硬性阻断,将变更管理从"提醒"升级为"强制执行"。支持白名单(logos/changes/、CLAUDE.md、AGENTS.md 等)和 initial lifecycle 豁免。
  • 官网文档全面同步 — 补齐 11 个缺失文档页(adopt、smoke 命令;deployment-designer、deployment-executor、ui-ux-pro-max Skills;cli-json-output、codex-plugin、directory-convention、module-naming-convention、sql-comment-convention、tasks-spec 规格);修正版本号、命令数(12→14)、Skill 数(13→16)、Phase 体系(11→13 阶段)、lifecycle 术语(active→launched);补全侧边栏导航。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.10.4: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.10.3

Node.js>=18.0.0
Tarball size529 KB
Unpacked2.1 MB
Files239
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • 修复 tag 发布链路的网站构建 Node 版本不兼容 — publish.yml 在网站构建阶段切换到 Node 22.12.0,满足 Astro 6 的最低版本要求,避免发布后半段失败。

Structured release summary unavailable for this version. v0.10.3: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.10.2

Node.js>=18.0.0
Tarball size529 KB
Unpacked2.1 MB
Files239
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • 修复发布流水线中的沙箱测试跨平台问题 — ST-JSON-27 改为显式使用测试工作区内可写 sandbox_root,避免在 Linux runner 上因 /private/tmp 权限差异误报失败。

Structured release summary unavailable for this version. v0.10.2: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.9.x

Apr 29, 2026 - May 27, 2026

32 versions

v0.9.31

Node.js>=18.0.0
Tarball size520 KB
Unpacked2.1 MB
Files235
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

Chinese original
  • adopt 接入模式语义收敛 — openlogos adopt 现在统一写入 bootstrap: adopted,并明确接入语义为“完整初始化基础设施,仅跳过 Initial 文档门禁”。
  • bootstrap 历史值兼容归一 — 读取 logos-project.yaml 时会将历史 bootstrap: skipped 兼容映射为 adopted 接入模式,新写入不再产生 skipped。
  • next/status/launch/detect 联动更新 — next 补文档建议、status 的 Initial 阶段展示、launch 门禁豁免与 detect --format json 输出均按 adopted 语义生效,并兼容历史 skipped 项目。

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • OpenLogos reporter 覆盖缺口修复 — 补齐 bootstrap 相关测试 ID 映射,openlogos verify 覆盖率恢复为 100% (121/121)。

Structured release summary unavailable for this version. v0.9.31: English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.30

Node.js>=18.0.0
Tarball size519 KB
Unpacked2.1 MB
Files235
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

Chinese original
  • verify 预执行模型 — openlogos verify 现在支持单阶段 verify.pre_run_command 兼容路径,以及 verify.regression_command + verify.incremental_command 两阶段预跑;阶段结果按 last-write-wins 合并,避免局部测试 JSONL 覆盖导致验收误判。
  • verify JSON 预跑状态 — openlogos verify --format json 新增 data.pre_run,输出预跑模式、命令状态、结果路径、诊断和修复建议,方便 RunLogos 等客户端直接展示。
  • init / adopt / sync 自动补齐 verify 预跑配置 — 常见 Node/Vitest、Jest、pytest、Go、Cargo 项目会自动写入全量测试命令;无法推断时输出明确 TODO 诊断。

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • 覆盖不足诊断更明确 — 当项目未配置预跑命令且 JSONL 覆盖不完整时,CLI 会提示可能只运行了局部测试,并建议配置 verify.pre_run_command 或两阶段命令。

Structured release summary unavailable for this version. v0.9.30: English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.29

Node.js>=18.0.0
Tarball size509 KB
Unpacked2.0 MB
Files231
LicenseApache-2.0
gitHeadnot provided

What changed

  • Added the vendored ui-ux-pro-max skill for GUI product design guidance across web, mobile, and desktop products.
  • Expanded product-designer coverage for desktop apps, including window, menu, IPC, and filesystem design dimensions.
  • Added a non-blocking Python 3 check at the end of openlogos init with friendly multi-OS install guidance.
Chinese original
  • 内置 ui-ux-pro-max Skill(vendor 自上游) — Phase 2 处理 GUI 类产品(Web / Mobile / Desktop,含 Electron / Tauri / SwiftUI / Jetpack Compose / Qt 等)设计时,product-designer 自动调用 ui-ux-pro-max 拿到风格 / 配色 / 字体 / 组件库 / 反模式推荐(67 风格 / 96 调色板 / 57 字体配对 / 25 图表 / 13 技术栈)。上游来自 ui-ux-pro-max-skill(MIT),约 668 KB。
  • product-designer 扩展桌面应用支持 — 产品类型表新增「桌面应用」行;Step 2「信息架构」补充窗口/菜单/IPC/文件系统维度;Step 5 拆分为 Step 5a(GUI 类产品调用 ui-ux-pro-max)+ Step 5b(按产品类型生成原型)。
  • openlogos init 末尾非阻塞 Python 3 检测 — 若未检测到 python3,输出黄色友好提示与多 OS 安装命令;不阻塞主流程。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.29: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.28

Node.js>=18.0.0
Tarball size505 KB
Unpacked2.0 MB
Files227
LicenseApache-2.0
gitHeadnot provided

What changed

Structured release summary unavailable for this version.

What got fixed

  • Fixed JSON status and detect output so partially damaged logos-project.yaml files can still recover launched module state and YAML diagnostics.
Chinese original
  • 修复 CLI JSON 在局部损坏 logos-project.yaml 时回退 initial 的问题 — detect/status --format json 现在会从 YAML AST 恢复 modules[],继续输出 launched 生命周期与 yaml_diagnostics。

Structured release summary unavailable for this version. v0.9.28: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.27

Node.js>=18.0.0
Tarball size286 KB
Unpacked1.0 MB
Files163
LicenseApache-2.0
gitHeadnot provided

What changed

  • Released deploy-progress-summary-panel support, including CLI adaptation, deployment progress summary fields, and stronger conflict gates.
Chinese original
  • 发布版本提升到 0.9.27 — 本次发版包含 deploy-progress-summary-panel 的 CLI 适配、部署进度摘要字段和冲突态门禁加固。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.27: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.26

Node.js>=18.0.0
Tarball size283 KB
Unpacked1.0 MB
Files163
LicenseApache-2.0
gitHeada536a6e387...

What changed

  • Released proposal-deploy-consistency-hardening support for CLI deployment gate consistency.
Chinese original
  • 发布版本提升到 0.9.26 — 本次发版包含 proposal-deploy-consistency-hardening 的 CLI 适配与提案级部署门禁加固。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.26: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.25

Node.js>=18.0.0
Tarball size281 KB
Unpacked1.0 MB
Files163
LicenseApache-2.0
gitHead85c83f4fb5...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.25: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.24

Node.js>=18.0.0
Tarball size276 KB
Unpacked1005 KB
Files163
LicenseApache-2.0
gitHeadf6d7f9d7c8...

What changed

  • Added deployment phases and deployment state transitions to the proposal lifecycle, including deploy tasks and ready-to-deploy states.
  • Added the openlogos smoke command for post-deployment smoke gates, smoke reports, and SMOKE_PASS or SMOKE_FAIL markers.
  • Added deployment-designer and deployment-executor skills for deployment planning, rollback strategy, smoke checks, and human-confirmed execution.
Chinese original
  • 新增部署 Phase 与部署状态流转 — Initial 阶段新增 Phase 3-3 · 部署方案,提案流程支持部署影响判断、部署 delta、[deploy] 任务、ready-to-deploy / deploy-done 状态,以及 verify 通过后的部署任务展示。
  • 新增 openlogos smoke 冒烟测试命令 — 支持部署后运行冒烟测试、生成 smoke 报告,并写入 SMOKE_PASS / SMOKE_FAIL 标记;status / next / launch 同步感知 ready-to-smoke、smoke-passed 和 smoke-failed 状态。
  • 新增部署设计与执行 Skill — 增加 deployment-designer 和 deployment-executor,明确部署方案、回滚策略、部署后检查、冒烟测试方案,以及部署必须经过人类确认的执行边界。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.24: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.23

Node.js>=18.0.0
Tarball size257 KB
Unpacked920 KB
Files157
LicenseApache-2.0
gitHead469e161403...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.23: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.22

Node.js>=18.0.0
Tarball size256 KB
Unpacked919 KB
Files157
LicenseApache-2.0
gitHead6e6c077b3b...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.22: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.21

Node.js>=18.0.0
Tarball size255 KB
Unpacked914 KB
Files157
LicenseApache-2.0
gitHeadbfda450211...

What changed

  • Updated the website and CLI documentation so init, sync, launch, AI tool selection, and version examples match the current implementation.
Chinese original
  • 官网与 CLI 文档同步更新 — 修正 openlogos init 的 AI 工具选择说明、CLI 命令总数、版本示例,以及 sync / launch 的多工具行为描述,确保对外文档与当前实现一致。

What got fixed

  • Fixed multi-tool sync consistency so sync and launch deploy all selected AI tool skills, plugin assets, and instruction files together.
Chinese original
  • openlogos sync 多工具技能同步一致性 — 当 aiTool 为数组或 all 时,sync 与 launch 现在会同步部署所有可部署工具的 Skills、插件资产与对应指令文件,AGENTS.md / CLAUDE.md 也按多工具语义生成,避免文件已部署但指令文件只覆盖单一工具的错配。

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.20

Node.js>=18.0.0
Tarball size256 KB
Unpacked908 KB
Files157
LicenseApache-2.0
gitHeadfe30d16e64...

What changed

  • Allowed code-only proposals to skip the merge stage and move directly into coding or ready-to-verify based on the code task section.
Chinese original
  • 纯代码提案跳过 merge 阶段 — 新格式 tasks.md(含 ## [tag] section)中,无 [delta] section 的提案不再经过 ready-to-merge / merge-generated,直接按 [code] section 勾选状态进入 coding 或 ready-to-verify。旧格式向后兼容。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.20: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.19

Node.js>=18.0.0
Tarball size256 KB
Unpacked908 KB
Files157
LicenseApache-2.0
gitHead61e1248a5a...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Fixed openlogos merge idempotency so an already merged proposal exits cleanly instead of regenerating MERGE_PROMPT.md.
Chinese original
  • 修复 openlogos merge 幂等性问题 — 提案已存在 SPEC_MERGED 标记时,重复执行 openlogos merge 现在会提示"规格已合并,无需重复操作"并直接退出,不再覆盖 MERGE_PROMPT.md。

Structured release summary unavailable for this version. v0.9.19: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.18

Node.js>=18.0.0
Tarball size256 KB
Unpacked907 KB
Files157
LicenseApache-2.0
gitHead9f5d37e497...

What changed

  • Expanded the proposal lifecycle into an eight-step state machine from writing through verify-passed or verify-failed.
  • Made the [code] section drive the coding to ready-to-verify transition after SPEC_MERGED is present.
  • Added verify marker files and next/status guidance for ready-to-verify, verify-passed, and verify-failed states.
Chinese original
  • 提案全生命周期精确追踪 — 状态机扩展为完整八段式:writing → delta-writing → ready-to-merge → merge-generated → coding → ready-to-verify → verify-passed / verify-failed
  • [code] section 驱动 coding → ready-to-verify 转换 — SPEC_MERGED 存在时,[code] section 全部勾选(或无 [code] section)→ ready-to-verify;否则保持 coding
  • verify 写入提案标记文件 — openlogos verify 执行后自动读取 .openlogos-guard,通过写 VERIFY_PASS,失败写 VERIFY_FAIL,状态机据此精确感知验收结果

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.18: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.17

Node.js>=18.0.0
Tarball size252 KB
Unpacked894 KB
Files156
LicenseApache-2.0
gitHeade5877e3b33...

What changed

  • Introduced structured [delta] and [code] task sections so specification work and code work are tracked separately.
  • Allowed proposals without a [delta] section to proceed without being stuck before merge.
  • Added spec/tasks-spec.md and refreshed the generated tasks template.
Chinese original
  • tasks.md 结构化 section 格式 — 引入 ## [delta] 和 ## [code] section 标记,将 delta 任务与代码任务严格分离。detectProposalStep() 改为按 [delta] section 的勾选状态判断是否进入 ready-to-merge,不再依赖整个 tasks.md 的全局勾选
  • 纯代码提案不再卡住 — 无 [delta] section 的提案直接进入 ready-to-merge,无需手动运行 openlogos merge 跳出
  • 向后兼容 — 无 section 标记的旧格式 tasks.md 降级为原有全局勾选判断,已有提案不受影响

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.17: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.16

Node.js>=18.0.0
Tarball size252 KB
Unpacked891 KB
Files156
LicenseApache-2.0
gitHead6a8b6c82c8...

What changed

  • Expanded proposal states into writing, delta-writing, ready-to-merge, merge-generated, and coding.
  • Made openlogos merge recursively scan nested delta folders and map them back to the correct resource directories.
  • Added two-step merge markers that distinguish generated merge instructions from completed specification merges.
Chinese original
  • 提案状态机扩展为五段式:writing → delta-writing → ready-to-merge → merge-generated → coding,每个阶段语义明确,消除 implementing/in-progress 的歧义
  • openlogos merge 递归扫描 delta:支持 deltas/prd/1-product-requirements/、deltas/prd/3-technical-plan/ 等嵌套子目录,嵌套路径正确映射到对应主文档目录;新增 deltas/test/ 映射
  • 两段式 merge 标记:openlogos merge 生成 MERGE_PROMPT.md 后写入 MERGE_PROMPT_GENERATED(表示"指令已生成");AI 执行完规格合并后写入 SPEC_MERGED(表示"规格已合并,可开始编码")

What got fixed

  • Fixed proposals with deltas getting stuck in ready-to-merge after merge instructions were generated.
Chinese original
  • 有 delta 时 merge 后状态卡在 ready-to-merge 的问题(根因:状态机缺少 merge-generated 中间态)

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.15

Node.js>=18.0.0
Tarball size249 KB
Unpacked883 KB
Files156
LicenseApache-2.0
gitHeadab2630e5ca...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Fixed delta proposals that could not advance after merge by writing a merge marker when openlogos merge runs.
Chinese original
  • 修复有 delta 时 merge 后状态无法推进的问题 — openlogos merge 在有 delta 时,生成 MERGE_PROMPT.md 后同时写入 MERGED 标记文件,使 detectProposalStep() 能正确识别已合并状态并返回 'coding',流程不再卡在"合并规格"步骤。

Structured release summary unavailable for this version. v0.9.15: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.14

Node.js>=18.0.0
Tarball size249 KB
Unpacked883 KB
Files156
LicenseApache-2.0
gitHead53487b82b6...

What changed

  • Clarified change-writer delta path mapping for nested PRD, technical plan, and test resource directories.
Chinese original
  • change-writer Skill 补充 prd/ 子目录的 delta 映射说明 — tasks.md 模板中各文档类任务标注精确的 delta 子目录(deltas/prd/1-product-requirements/、deltas/prd/2-product-design/1-feature-specs/、deltas/prd/3-technical-plan/1-architecture/ 等);Step 6 目录映射表新增 prd/ 子目录展开说明,消除 AI 将架构文档等放错目录的歧义。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.14: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.13

Node.js>=18.0.0
Tarball size249 KB
Unpacked881 KB
Files156
LicenseApache-2.0
gitHeadc28eb9c2eb...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Fixed no-delta proposals so openlogos merge writes a marker and moves the workflow into coding.
Chinese original
  • 修复无 delta 时 merge 后状态无法推进的问题 — openlogos merge 在无 delta 时现在会写入 MERGED 标记文件;detectProposalStep() 检测到该文件后返回新增的 'coding' 状态,使流程正确推进到"实现代码"步骤,不再卡在 merge 阶段。

Structured release summary unavailable for this version. v0.9.13: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.12

Node.js>=18.0.0
Tarball size249 KB
Unpacked881 KB
Files156
LicenseApache-2.0
gitHead978fd10ab1...

What changed

  • Added change-writer guidance for producing delta files, including target folders, naming rules, and allowed resource mappings.
Chinese original
  • change-writer Skill 新增 Step 6: 产出 Delta 文件 — 明确 delta 文件的目录映射(deltas/prd/、deltas/api/、deltas/database/、deltas/scenario/)、文件命名规范(与目标主文档同名)、文件格式(ADDED/MODIFIED/REMOVED 标记)及行为约束(禁止直接修改主文档)。同步更新 tasks.md 模板,文档类任务标注产出 delta 文件的目标子目录。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.12: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.11

Node.js>=18.0.0
Tarball size248 KB
Unpacked877 KB
Files156
LicenseApache-2.0
gitHead59616eca08...

What changed

  • Changed change management rules to detect launched modules from logos-project.yaml instead of relying on manual user prompts.
Chinese original
  • 变更管理规则改为自动判断 — createAgentsMd 和 generatePolicyMdc 生成的初始开发期文案,从模糊的"按 Phase 推进即可"改为明确的判断依据:检查 logos-project.yaml 中是否存在 lifecycle: launched 的模块,存在则必须提案,否则不需要。AI 可自主判断,无需依赖人工提示。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.11: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.10

Node.js>=18.0.0
Tarball size248 KB
Unpacked876 KB
Files156
LicenseApache-2.0
gitHead6e54bb4db8...

What changed

  • Made empty delta directories a valid openlogos merge result, equivalent to a successful no-op merge.
Chinese original
  • openlogos merge delta 为空时不再报错 — deltas/ 目录为空时,命令直接输出 ✓ nothing to merge 并正常退出(exit 0),不再以错误退出。空 delta 是合法状态,语义等同于 HTTP 204。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.10: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.8

old
Node.js>=18.0.0
Tarball size245 KB
Unpacked876 KB
Files156
LicenseApache-2.0
gitHead9d9125b8e9...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Strengthened reporter requirements so generated tests must create a shared OpenLogos reporter before writing test cases.
Chinese original
  • 加强 reporter 强制前置约束,防止测试代码遗漏 reporter — code-implementor Skill Step 4 新增"Reporter 嵌入(强制前置)"小节,明确要求在写任何测试用例代码之前先创建共享 reporter 工具文件(test/helpers/reporter.ts),所有测试文件统一 import;Step 5 自检拆分为三条独立 reporter 检查项。spec/test-results.md 补充"推荐:共享 reporter 文件模式"说明。CLAUDE.md Step 4 提示词后新增 ⚠️ 警告块,将 reporter 提升为强制前置交付物。

Structured release summary unavailable for this version. v0.9.8: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.9

Node.js>=18.0.0
Tarball size245 KB
Unpacked876 KB
Files156
LicenseApache-2.0
gitHead9d9125b8e9...

What changed

  • Changed archive directory names to include a timestamp prefix for easier historical proposal lookup.
Chinese original
  • openlogos archive 归档目录名加时间戳前缀 — 归档后的目录名格式从 <slug> 改为 YYYYMMDD-HHmm-<slug>(如 20260509-1430-fix-login-bug),方便在归档数量多时按时间快速定位历史提案。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.9: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.7

Node.js>=18.0.0
Tarball size244 KB
Unpacked873 KB
Files156
LicenseApache-2.0
gitHead53d2b97d70...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Fixed phase detection for new modules so existing core documents no longer make new modules appear complete.
  • Added automatic sync backfill for missing scenarios[].module fields in logos-project.yaml.
Chinese original
  • 多模块项目 phase 状态判断错误 — openlogos status --module <新模块> 对刚创建的模块不再错误返回 current_phase: null, suggestion: "所有阶段已完成"。
  • openlogos sync 自动补全 scenarios[].module 字段 — 对 logos-project.yaml 中没有 module 字段的 scenarios 条目,sync 命令根据文件系统中 <moduleId>-SXX-*.md 的存在情况自动推断归属模块,无法推断时默认填 core。幂等操作,已有 module 字段的条目不覆盖。

Structured release summary unavailable for this version. v0.9.7: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.6

Node.js>=18.0.0
Tarball size243 KB
Unpacked867 KB
Files156
LicenseApache-2.0
gitHead83f1284c20...

What changed

  • Added automatic Claude Code plugin deployment for slash commands, agent files, hook scripts, and settings integration.
Chinese original
  • Claude Code 插件自动部署 — openlogos init 和 openlogos sync 在选择 claude-code 或 all 时,自动将插件资产部署到用户项目的 .claude/ 目录:

What got fixed

  • Fixed module add so it no longer requires an active change proposal.
  • Changed module rename and remove to warn during active proposals instead of blocking the command.
Chinese original
  • module add 不再要求活跃变更提案 — openlogos module add 原本错误地要求 guard 文件存在才能执行,现已移除该限制。模块管理是项目结构层面的操作,维度高于变更提案,可随时自由执行。
  • module rename/remove 改为警告而非阻塞 — 有活跃变更提案时,rename 和 remove 打印警告提示用户注意 delta 文件可能受影响,但不阻止操作继续执行。

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.5

Node.js>=18.0.0
Tarball size194 KB
Unpacked706 KB
Files129
LicenseApache-2.0
gitHeadbba8f6f9da...

What changed

  • Added [manual] test case markers for cases that require human visual, TTY, window, or hardware verification.
  • Added manual-aware acceptance trace behavior and verify JSON manual_count output.
  • Updated test-writer guidance and task templates for manual case handling.
Chinese original
  • [manual] 测试用例标记机制 — 在 test-cases.md 中对无法自动化执行的用例(如需要真实 TTY/PTY 渲染、跨窗口操作、人工视觉验证的 ST 用例)追加 [manual] 标记。openlogos verify 跳过这类用例,不计入 defined_count 和覆盖率分母,不出现在 uncovered_cases,单独以 manual_count 字段展示。
  • AC trace 支持 MANUAL_PENDING 状态 — 若某个验收条件(AC)关联的用例全部为 [manual],标记为 🔵 MANUAL(人工待验),不触发 Gate 3.5 失败。混合自动化和 [manual] 的 AC,Gate 判定仅取决于自动化部分。
  • verify --format json 新增 manual_count 字段 — summary 对象新增 manual_count,外部消费 CLI 输出时可感知人工用例数量。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.5: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.4

Node.js>=18.0.0
Tarball size192 KB
Unpacked700 KB
Files129
LicenseApache-2.0
gitHead8b1d86d613...

What changed

Structured release summary unavailable for this version.

What got fixed

  • Rolled back the incorrect spec and skills delta category mapping from merge.ts.
Chinese original
  • 回滚 merge.ts 中错误添加的 spec/skills delta 分类 — DELTA_TO_RESOURCE 映射表移除了 0.9.3 中错误引入的 spec → logos/spec 和 skills → logos/skills 映射。spec/ 和 skills/ 是 OpenLogos 自身源码,直接修改即可,不应走 delta/merge 流程,该映射在用户项目中无意义。

Structured release summary unavailable for this version. v0.9.4: Chinese value summary entries are missing; English value summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.3

Node.js>=18.0.0
Tarball size192 KB
Unpacked700 KB
Files129
LicenseApache-2.0
gitHeade0620c28d3...

What changed

  • Removed verify-style tasks from task templates so openlogos verify remains a separate workflow node.
Chinese original
  • tasks.md 模板移除 verify 类条目 — logos/spec/change-management.md 和 logos/skills/change-writer/SKILL.md 的 tasks.md 示例模板删除"部署到测试环境"和"运行编排验收"条目,并明确标注 openlogos verify 是独立 CLI 操作节点,不应写入 tasks.md 作为可勾选任务。

What got fixed

  • Added merge support for spec and skills delta categories.
Chinese original
  • openlogos merge 支持 spec/ 和 skills/ delta 分类 — DELTA_TO_RESOURCE 映射表新增 spec → logos/spec 和 skills → logos/skills,修复 delta 文件放在这两个分类下时 merge 报"没有 delta 文件"的问题。

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.2

Node.js>=18.0.0
Tarball size192 KB
Unpacked700 KB
Files129
LicenseApache-2.0
gitHeadc65efc7e20...

What changed

  • Added skip_phases module configuration for projects that intentionally skip API, database, or scenario phases.
  • Updated phase detection so skipped phases are respected globally and per module.
  • Updated architecture-designer and logos-project specs to document skip_phases usage.
Chinese original
  • skip_phases 模块配置 — logos-project.yaml 的 modules[] 新增可选字段 skip_phases,允许值为 api、database、scenario。由 architecture-designer Skill 在技术选型后填写,无需用户手动配置。适用于无 HTTP API 的桌面应用、CLI 工具等项目类型。
  • phase 检测逻辑升级 — CLI(status、next)和 plugin 脚本均支持 skip_phases:显式声明的阶段直接跳过,同时保留向后看兜底逻辑(后续阶段已有文件时自动跳过空目录),向后兼容旧项目。
  • 多模块隔离 — 全局 phase 跳过采用交集语义:只有所有 initial 模块都声明跳过某阶段,才在全局层面跳过,避免一个模块的 skip_phases 影响其他模块。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.2: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.1

Node.js>=18.0.0
Tarball size190 KB
Unpacked695 KB
Files129
LicenseApache-2.0
gitHeadff321274d0...

What changed

  • Regenerated AGENTS.md and CLAUDE.md so generated guidance matches the current project configuration.
Chinese original
  • AGENTS.md / CLAUDE.md 重新生成 — 通过 openlogos sync 重新部署,确保两个文件内容与当前配置一致。

What got fixed

  • Fixed plugin lifecycle detection to derive launched state from logos-project.yaml instead of the old config lifecycle field.
  • Fixed the OpenLogos phase hook so failed scenario checks no longer terminate the script under strict shell settings.
  • Updated stale change management copy in plugin phase guidance.
Chinese original
  • plugin/bin/openlogos-phase lifecycle 读取错误 — 修复脚本仍从已废弃的 logos.config.json 读取 lifecycle 字段的问题,改为从 logos-project.yaml 的 modules[].lifecycle 推导(任意模块标记为 launched 则项目为 launched),与 CLI 行为保持一致。
  • plugin/bin/openlogos-phase 在 set -euo pipefail 下提前退出 — 修复 check_scenarios_complete 返回非零退出码时脚本被 set -e 终止的问题,所有调用处加 || true 保护。
  • plugin/bin/openlogos-phase change management 文案过时 — guard 检测条件从 active 更新为 launched,change management 提示语同步为新的 10 步流程(含 verify、git commit/push 节点)。

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.9.0

Node.js>=18.0.0
Tarball size190 KB
Unpacked695 KB
Files129
LicenseApache-2.0
gitHeadfe12208455...

What changed

  • Added the openlogos verify acceptance gate between merge and archive.
  • Added automated commit checkpoints and a separate human-confirmed git push step.
  • Aligned the workflow around merge, implementation, verify, and archive ordering.
Chinese original
  • 变更流程新增 verify 验收节点 — 在 merge(规格落地)和 archive(归档)之间强制插入 openlogos verify 验收步骤,确保代码通过测试后才能归档,形成完整的质量闭环。
  • 变更流程新增 git commit/push 节点 — 在三个关键节点(merge 完成、代码实现完成、archive 完成)由 AI 自动提交 commit,git push 作为独立人类确认点放在 archive 之后,commit message 规范统一为 docs/feat/fix/chore({slug}): ...。
  • 确立 merge → 代码实现 → verify → archive 的正确顺序 — 规格先合并进主文档,代码按最新规格实现,verify 验收代码,通过后归档,符合"规格驱动代码"核心理念。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.9.0: Chinese fix summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.8.x

Apr 25, 2026 - Apr 28, 2026

3 versions

v0.8.2

Node.js>=18.0.0
Tarball size188 KB
Unpacked689 KB
Files129
LicenseApache-2.0
gitHead7c16ed3e76...

What changed

  • Raised the npm release version to 0.8.2 for the tested CLI package.
Chinese original
  • 将 npm 发布版本升级到 0.8.2,用于发布当前已通过测试和打包校验的 CLI 版本。

What got fixed

  • Fixed an unused parameter in cli/src/commands/status.ts that blocked release linting.
Chinese original
  • 修复 cli/src/commands/status.ts 中未使用参数导致的发布前 lint 阻塞。

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.8.1

Node.js>=18.0.0
Tarball size186 KB
Unpacked681 KB
Files129
LicenseApache-2.0
gitHead7c16ed3e76...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.8.1: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.8.0

Node.js>=18.0.0
Tarball size178 KB
Unpacked635 KB
Files125
LicenseApache-2.0
gitHead8b2c68000f...

What changed

Structured release summary unavailable for this version.

Chinese original
  • Codex 一等集成 — openlogos init / sync 新增 codex 作为一等 AI 工具选项,可自动部署 .agents/skills/、.codex-plugin/ 和 .codex/config.toml 所需配置,并在生成的 AGENTS/CLAUDE 指令中输出与 Codex 目录结构一致的 Skill 路径。
  • 模块命名规范与模块管理命令 — CLI 与方法论文档全面支持 <module>-<序号>-<类型> 命名规则,新增 openlogos module list/add/rename/remove 与 openlogos next,并为多模块状态展示、场景编号全局唯一、logos-project.yaml.modules[] / scenario_counter.next_id 等能力提供实现与测试覆盖。
  • 结构化 JSON 输出升级 — status --format json / next --format json 补充多模块相关字段与活跃提案推进状态信息,spec/cli-json-output.md 同步更新,确保外部消费 CLI 输出时的契约与实现一致。

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • guard 互斥缺失 — openlogos change 现在会在已有活动 guard 时拒绝创建新提案,避免覆盖 logos/.openlogos-guard。
  • status 模块区块标题 i18n 缺失 — 补充 status.modules 中英文词条,并增加文本模式回归测试,避免模块标题直接显示未翻译 key。

Structured release summary unavailable for this version. v0.8.0: English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: yaml ^2.8.3. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.7.x

Apr 21, 2026 - Apr 22, 2026

4 versions

v0.7.3

Node.js>=18.0.0
Tarball size162 KB
Unpacked553 KB
Files113
LicenseApache-2.0
gitHead8b2c68000f...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • scenario-architect Skill — mermaid 箭头行单行约束 — 修复 AI 在生成时序图时将较长步骤描述折行写入箭头行(如将 UI 按钮文字另起一行补充),导致 mermaid 引擎解析失败、markdown 渲染出错的问题。在 Skill 规范中新增强制约束:每条 ->> / -->> 箭头的完整内容必须写在同一行;描述过长时应精简措辞而非拆行;补充细节统一放到时序图下方的"步骤说明"列表中。

Structured release summary unavailable for this version. v0.7.3: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.7.2

Node.js>=18.0.0
Tarball size161 KB
Unpacked553 KB
Files113
LicenseApache-2.0
gitHead11720b0705...

What changed

Structured release summary unavailable for this version.

Chinese original
  • sync 命令输出版本号 — openlogos sync 执行时在首行显示当前 CLI 版本(如 Syncing project files... (openlogos v0.7.2)),方便确认实际运行的版本。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.7.2: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.7.1

Node.js>=18.0.0
Tarball size161 KB
Unpacked553 KB
Files113
LicenseApache-2.0
gitHead2e28012310...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • --version 输出硬编码问题 — VERSION 常量改为从 package.json 动态读取,彻底消除版本号需要手动同步的隐患。

Structured release summary unavailable for this version. v0.7.1: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.7.0

Node.js>=18.0.0
Tarball size161 KB
Unpacked552 KB
Files113
LicenseApache-2.0
gitHead52c9424042...

What changed

Structured release summary unavailable for this version.

Chinese original
  • init --ai-tool all:一次初始化所有 AI 工具 — openlogos init 新增第 5 个选项「All(全部工具)」,选择后同时为 claude-code、opencode、cursor 部署 Skills、生成 AGENTS.md + CLAUDE.md(均含 Active Skills 段)并部署 OpenCode 插件。logos.config.json 的 aiTool 字段写入数组 ["claude-code", "opencode", "cursor"]。openlogos sync 同步兼容数组格式,对每个工具依次执行部署。
  • 场景完整性校验(Scenario Completion Guard) — openlogos status 的阶段完成判断全面升级:
  • logos/resources/reference/ 目录 — openlogos init 新增创建 reference 资源目录,用于存放参考资料。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.7.0: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.6.x

Apr 14, 2026 - Apr 20, 2026

7 versions

v0.6.6

Node.js>=18.0.0
Tarball size160 KB
Unpacked549 KB
Files113
LicenseApache-2.0
gitHead0c4a05d31d...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.6: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.5

Node.js>=18.0.0
Tarball size160 KB
Unpacked547 KB
Files113
LicenseApache-2.0
gitHead9fa92dc38c...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.5: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.4

Node.js>=18.0.0
Tarball size156 KB
Unpacked532 KB
Files108
LicenseApache-2.0
gitHead1d1af7279a...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.4: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.3

Node.js>=18.0.0
Tarball size150 KB
Unpacked511 KB
Files104
LicenseApache-2.0
gitHeadd9913651a7...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.3: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.2

Node.js>=18.0.0
Tarball size150 KB
Unpacked511 KB
Files104
LicenseApache-2.0
gitHeadaf421c1b38...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.2: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.1

Node.js>=18.0.0
Tarball size150 KB
Unpacked511 KB
Files104
LicenseApache-2.0
gitHead79b00be7b6...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.1: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.6.0

Node.js>=18.0.0
Tarball size149 KB
Unpacked508 KB
Files104
LicenseApache-2.0
gitHeada2a11e7476...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.6.0: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.5.x

Apr 07, 2026 - Apr 13, 2026

9 versions

v0.5.10

Node.js>=18.0.0
Tarball size148 KB
Unpacked503 KB
Files104
LicenseApache-2.0
gitHead251ace1ad0...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.10: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.9

Node.js>=18.0.0
Tarball size141 KB
Unpacked473 KB
Files95
LicenseApache-2.0
gitHeadfb39bb5cb9...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.9: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.8

Node.js>=18.0.0
Tarball size133 KB
Unpacked450 KB
Files93
LicenseApache-2.0
gitHeadc439bfcb26...

What changed

Structured release summary unavailable for this version.

Chinese original
  • 示例 money-log(OpenCode 集成演示) — 在 examples/money-log/ 纳入轻记账 Electron 小应用,含 .opencode/plugins/、.opencode/commands/ 与完整 logos/resources/;与 examples/flowtask/(Claude Code 演示)在文档中对位说明,并更新根 README.md、examples/README.md 与 docs/opencode.md 入口。

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • npm 包展示 README — @miniidealab/openlogos 自 cli/ 目录发布,此前包根目录缺少 README.md,导致 npm 项目页提示 “This package does not have a README”。现已新增 cli/README.md(安装说明、常用命令、文档与 CHANGELOG 链接),并列入 package.json 的 files 字段,确保打入发布 tarball。

Structured release summary unavailable for this version. v0.5.8: English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.7

Node.js>=18.0.0
Tarball size132 KB
Unpacked447 KB
Files92
LicenseApache-2.0
gitHead756671a31c...

What changed

Structured release summary unavailable for this version.

Chinese original
  • OpenCode Native Plugin MVP (draft) — Added plugin-opencode/ as a native OpenCode plugin prototype (single-package strategy):
  • OpenCode plugin spec — Added spec/opencode-plugin.md to document architecture, command contract, hook strategy, error codes, and security boundaries.
  • Phase 3 Step 4 交付规则强化(业务与测试闭环) — spec/workflow.md 明确 Step 4 必须同时交付业务代码、UT/ST 测试代码与 OpenLogos reporter;允许大任务分批,但每批必须闭环,且需先声明本批 UT/ST 用例 ID;并新增 Step 5 前置门禁,Step 4 未完成不得进入验收。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.7: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.6

Node.js>=18.0.0
Tarball size131 KB
Unpacked443 KB
Files92
LicenseApache-2.0
gitHeada93ddf63fc...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • OpenCode slash command discovery — OpenCode 1.x lists / commands from .opencode/commands/*.md, not from plugin tui.command.execute. init/sync now deploys Markdown command definitions (e.g. /openlogos-status, /openlogos-sync) that run openlogos via OpenCode’s ` !… shell injection, so the TUI no longer shows "No matching items" for openlogos`.

Structured release summary unavailable for this version. v0.5.6: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.5

Node.js>=18.0.0
Tarball size129 KB
Unpacked438 KB
Files83
LicenseApache-2.0
gitHead1d6954ecc5...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.5: CHANGELOG.md does not contain a section; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.4

Node.js>=18.0.0
Tarball size123 KB
Unpacked417 KB
Files81
LicenseApache-2.0
gitHead74be730a4c...

What changed

Structured release summary unavailable for this version.

Chinese original
  • OpenCode as first-class AI tool — openlogos init now offers OpenCode as a dedicated option (option 3) alongside Cursor and Claude Code, instead of grouping it under "Other". OpenCode deploys Skills to logos/skills/ and includes Active Skills in AGENTS.md (which OpenCode reads on startup).

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.4: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.3

Node.js>=18.0.0
Tarball size123 KB
Unpacked417 KB
Files81
LicenseApache-2.0
gitHead5cc8d273e2...

What changed

Structured release summary unavailable for this version.

Chinese original
  • documents.changes in logos.config.json — openlogos init now includes a changes document module (./changes, **/*.{md,json}) in the generated config, so RunLogos can discover and display change proposals. openlogos sync incrementally backfills this entry for existing projects without overwriting user customizations.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.3: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.5.0

Node.js>=18.0.0
Tarball size103 KB
Unpacked356 KB
Files73
LicenseApache-2.0
gitHead43cc39ae48...

What changed

Structured release summary unavailable for this version.

Chinese original
  • SQLite Structured Comment Convention — New -- @comment / -- @table-comment annotation format for SQLite DDL, providing machine-parseable table and column metadata equivalent to PostgreSQL's COMMENT ON and MySQL's inline COMMENT:
  • Test suite expanded from 125 to 140 cases

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.5.0: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.4.x

Apr 07, 2026 - Apr 07, 2026

3 versions

v0.4.3

Node.js>=18.0.0
Tarball size100 KB
Unpacked344 KB
Files65
LicenseApache-2.0
gitHead14d3257746...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • openlogos init forced language selection in non-TTY — In non-interactive mode (e.g. Claude Code), init now exits with an error if --locale is not provided, printing a clear usage hint. This forces the AI to ask the user for language preference before retrying with --locale <en|zh>. AI tool is still auto-detected from CLAUDE_PLUGIN_ROOT/CLAUDE_CODE env vars.

Structured release summary unavailable for this version. v0.4.3: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.4.1

Node.js>=18.0.0
Tarball size99 KB
Unpacked343 KB
Files65
LicenseApache-2.0
gitHead6426119b8f...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Chinese original
  • openlogos init non-TTY default issue — Added --locale <en|zh> and --ai-tool <cursor|claude-code|other> CLI flags for explicit selection in non-interactive environments.

Structured release summary unavailable for this version. v0.4.1: Chinese value summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.4.0

Node.js>=18.0.0
Tarball size99 KB
Unpacked341 KB
Files65
LicenseApache-2.0
gitHead71d0b276d4...

What changed

Structured release summary unavailable for this version.

Chinese original
  • Claude Code Native Plugin — Full-featured plugin for Claude Code with one-command installation:
  • Plugin Marketplace — .claude-plugin/marketplace.json at repo root enables miniidealab/openlogos as a Claude Code marketplace
  • Skill Build Script — scripts/build-plugin-skills.sh builds plugin skills from source with proper Claude Code frontmatter

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.4.0: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.3.x

Apr 05, 2026 - Apr 07, 2026

7 versions

v0.3.6

Node.js>=18.0.0
Tarball size99 KB
Unpacked340 KB
Files65
LicenseApache-2.0
gitHeada596236779...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.6: Chinese value summary entries are missing; Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.5

Node.js>=18.0.0
Tarball size98 KB
Unpacked335 KB
Files65
LicenseApache-2.0
gitHead6546e7e7d4...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.5: Chinese value summary entries are missing; Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.4

Node.js>=18.0.0
Tarball size95 KB
Unpacked328 KB
Files65
LicenseApache-2.0
gitHeadb20443c747...

What changed

Structured release summary unavailable for this version.

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.4: Chinese value summary entries are missing; Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.3

Node.js>=18.0.0
Tarball size94 KB
Unpacked324 KB
Files65
LicenseApache-2.0
gitHead14412d4e88...

What changed

Structured release summary unavailable for this version.

Chinese original
  • Lifecycle-Aware Change Management — New lifecycle field in logos.config.json ("initial" / "active") controls change management enforcement:
  • openlogos launch Command — Transitions the project from initial development to active iteration; automatically regenerates AGENTS.md, CLAUDE.md, and .cursor/rules/openlogos-policy.mdc with enforced change management
  • Launch Hint in Status — openlogos status now suggests openlogos launch when all phases are complete and lifecycle is still "initial"

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.3: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.2

Node.js>=18.0.0
Tarball size92 KB
Unpacked316 KB
Files61
LicenseApache-2.0
gitHeada6482c6ffd...

What changed

Structured release summary unavailable for this version.

Chinese original
  • Unified Policy Rule — change-guard.mdc upgraded to openlogos-policy.mdc (alwaysApply: true), combining Language Policy and Change Management in a single always-active rule
  • Language Policy now marked as "Highest Priority" with stronger enforcement wording, injected into every Cursor conversation to prevent locale drift

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.2: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.1

Node.js>=18.0.0
Tarball size92 KB
Unpacked315 KB
Files61
LicenseApache-2.0
gitHead2b0e3f5e57...

What changed

Structured release summary unavailable for this version.

Chinese original
  • English Skill Translations — All 12 AI Skills now have SKILL.en.md English versions; skills deployment follows the locale setting in logos.config.json
  • Language Policy in AGENTS.md — Generated AI instruction files now include a ## Language Policy section that explicitly instructs AI to follow the project's locale setting
  • Change Management Guard — Cursor projects automatically receive a change-guard.mdc rule (alwaysApply: true) that reminds AI of the change proposal workflow in every conversation

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.1: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

v0.3.0

Node.js>=18.0.0
Tarball size58 KB
Unpacked207 KB
Files49
LicenseApache-2.0
gitHeadb387910f26...

What changed

Structured release summary unavailable for this version.

Chinese original
  • AI Coding Tool Selection — openlogos init now prompts users to choose their AI coding tool (Cursor / Claude Code / Other), stored as aiTool in logos.config.json
  • Automatic Skills Deployment — 12 AI Skills are bundled in the npm package and deployed during init:
  • Active Skills in AI Instruction Files — AGENTS.md and CLAUDE.md now include an ## Active Skills section listing all deployed skills (visibility follows tool selection rules)

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.3.0: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.

0.2.x

Apr 05, 2026 - Apr 05, 2026

1 versions

v0.2.0

Node.js>=18.0.0
Tarball size24 KB
Unpacked110 KB
Files37
LicenseApache-2.0
gitHeadc39c1850f5...

What changed

Structured release summary unavailable for this version.

Chinese original
  • CLI 以 @miniidealab/openlogos 在 npm 公开发布,包作用域与 GitHub 组织 miniidealab 一致;package.json 增加 publishConfig.access: public,便于作用域包默认公开安装。

What got fixed

Structured release summary unavailable for this version.

Structured release summary unavailable for this version. v0.2.0: Chinese fix summary entries are missing; English value summary entries are missing; English fix summary entries are missing. Check GitHub Release or CHANGELOG for full details.

Dependencies: none. Metadata and publish time come from npm registry. English summaries come from maintained bilingual release data; Chinese originals come from CHANGELOG extraction and are never generated from npm metadata.