Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Format: Summary → Changed → Plan Packages. File-level details live in `git l

## [Unreleased]

## [2026-07-17.194640] - 2026-07-17

### Summary

Made managed-plan entry intent-first: existing work resumes only when the user explicitly asks to continue or uses `~go`, while ordinary questions and small fixes stay on the current request.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge)](./LICENSE)
[![Docs](https://img.shields.io/badge/docs-CC%20BY%204.0-green.svg?style=for-the-badge)](./LICENSE-docs)
[![Version](https://img.shields.io/badge/version-2026--07--16.230506-orange.svg?style=for-the-badge)](#version-history)
[![Version](https://img.shields.io/badge/version-2026--07--17.194640-orange.svg?style=for-the-badge)](#version-history)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](./CONTRIBUTING.md)

[![Codex](https://img.shields.io/badge/host-Codex-4A9EFF.svg?style=for-the-badge)](#quick-start)
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![许可证](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge)](./LICENSE)
[![文档](https://img.shields.io/badge/docs-CC%20BY%204.0-green.svg?style=for-the-badge)](./LICENSE-docs)
[![版本](https://img.shields.io/badge/version-2026--07--16.230506-orange.svg?style=for-the-badge)](#版本历史)
[![版本](https://img.shields.io/badge/version-2026--07--17.194640-orange.svg?style=for-the-badge)](#版本历史)
[![欢迎PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](./CONTRIBUTING_CN.md)

[![Codex](https://img.shields.io/badge/host-Codex-4A9EFF.svg?style=for-the-badge)](#快速开始)
Expand Down
2 changes: 1 addition & 1 deletion skills/en/header.md.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- bootstrap: lang=en-US; encoding=UTF-8 -->
<!-- SOPIFY_VERSION: 2026-07-16.230506 -->
<!-- SOPIFY_VERSION: 2026-07-17.194640 -->
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->

# Sopify - Adaptive AI Programming Assistant
Expand Down
2 changes: 1 addition & 1 deletion skills/zh/header.md.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- bootstrap: lang=zh-CN; encoding=UTF-8 -->
<!-- SOPIFY_VERSION: 2026-07-16.230506 -->
<!-- SOPIFY_VERSION: 2026-07-17.194640 -->
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->

# Sopify - 自适应 AI 编程助手
Expand Down
12 changes: 6 additions & 6 deletions tests/golden-snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"protocol_version": "1.0",
"snapshots": {
"codex:zh-CN:header": "1e310a50086042560e38b3c1537bdd1ebfaa1131469c70cdf3293320057aabb3",
"codex:en-US:header": "a692284a23a74bdfa61e398836f6d5dc06df3b9bf96d239b863af4f98b4a2fc9",
"claude:zh-CN:header": "64c19c18824122e99fa9d754d4334ff4bc099d2345f5bf9b1701c316247e717a",
"claude:en-US:header": "a83b77d85d7709ad6820826b11989c36f9013f8296d2007d8f65d8e5ab6b81b9",
"copilot:zh-CN:managed_block_payload": "9e8202318715ef5930a0d378192ffd5a0e97dd52a49560f4e8595ff2998cc5a7",
"codex:zh-CN:header": "33ca71635a75c7d0d5e3c8fb9d04e29801d5dc11db33e692d35f08abab591c83",
"codex:en-US:header": "7eea0751d5d963df829f971a05f428362962cd3394e3cc770e7b32b11d29207c",
"claude:zh-CN:header": "05367ec7fa2aaa7e48f43527df2036c5677d0f9e2a0458310f0f1f726757d48a",
"claude:en-US:header": "eadba1e63dcc8deac52b2be99570aefe76894450ee1efc112fcd2930a7a93017",
"copilot:zh-CN:managed_block_payload": "70331f91da6153037762d2ce1bf06c1f2a20889259c6ec4b27b380e664c66f53",
"skills:zh-CN:tree": "41deccef82565834dcc8cfb6d81ec74db275a301356373fefe5b06bc0868009b",
"copilot:en-US:managed_block_payload": "cd864c0f25e3a8747ea50e5fdcc813b77d59d602ac596d33fecb8e724a57f569",
"copilot:en-US:managed_block_payload": "606fd1d3392a076acf991d6b762d571668c698eeccff7f1f1b9b024843fe082a",
"skills:en-US:tree": "7bbce298fb80c319978a0180e3a28a10d5a48bb27a3f309f126de13707865fb6"
}
}
Loading