Skip to content

Commit 4ef43c2

Browse files
committed
Release v1.0.0
1 parent f018632 commit 4ef43c2

4 files changed

Lines changed: 36 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ Add an entry here when the project meaningfully changes for users, for example:
1414

1515
- No unreleased user-facing changes yet.
1616

17+
## v1.0.0
18+
19+
First stable release of DeepPaperNote.
20+
21+
### Changed
22+
23+
- Reframed DeepPaperNote as a pure cross-agent skill for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and other Agent Skills-compatible environments.
24+
- Kept the root `SKILL.md` as the single canonical skill entrypoint.
25+
- Updated installation guidance for `npx skills add 917Dhj/DeepPaperNote -a codex` and `npx skills add 917Dhj/DeepPaperNote -a claude-code`.
26+
- Removed experimental onboarding/setup pseudo-surfaces and the temporary Claude plugin wrapper structure.
27+
- Added `AGENTS.md` and `CLAUDE.md` for repo-level agent guidance.
28+
- Added explicit Python `>=3.10` interpreter guidance for agents running bundled scripts.
29+
30+
### Preserved
31+
32+
- The evidence-first deep-reading pipeline.
33+
- Obsidian-first output behavior.
34+
- Figure/table placeholder-first policy.
35+
- Lint gate and final readability review.
36+
1737
## v0.3.2-alpha
1838

1939
Fifth public alpha release of DeepPaperNote.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[English](./README.md) | [简体中文](./README.zh-CN.md)
88

9-
[![Status](https://img.shields.io/badge/status-alpha-2563eb)](https://github.com/917Dhj/DeepPaperNote)
10-
[![Release](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&color=0f766e)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.3.1-alpha)
9+
[![Status](https://img.shields.io/badge/status-stable-16a34a)](https://github.com/917Dhj/DeepPaperNote)
10+
[![Release](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&color=0f766e)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v1.0.0)
1111
[![License](https://img.shields.io/badge/license-MIT-c9a227)](./LICENSE)
1212
[![Agents](https://img.shields.io/badge/agents-Claude%20Code%20%2B%20Codex-7c3aed)](./SKILL.md)
1313
[![Output](https://img.shields.io/badge/output-Obsidian-16a34a)](./references/obsidian-format.md)
@@ -102,10 +102,10 @@ npx skills add 917Dhj/DeepPaperNote -a codex
102102

103103
If you prefer the manual path, download the latest [release](https://github.com/917Dhj/DeepPaperNote/releases) zip, extract it, and place the folder into your Codex skills directory.
104104

105-
For example, after downloading `DeepPaperNote-v0.3.1-alpha.zip`, you can unzip it and move the extracted folder to:
105+
For example, after downloading `DeepPaperNote.zip`, you can unzip it and move the extracted `DeepPaperNote` folder to:
106106

107107
```bash
108-
~/.codex/skills/DeepPaperNote-v0.3.1-alpha
108+
~/.codex/skills/DeepPaperNote
109109
```
110110

111111
You can also clone the source repository directly:
@@ -125,7 +125,7 @@ npx skills add 917Dhj/DeepPaperNote -a claude-code
125125
If you prefer the manual path, download the latest [release](https://github.com/917Dhj/DeepPaperNote/releases) zip, extract it, and place the folder into your Claude Code skills directory:
126126

127127
```bash
128-
~/.claude/skills/DeepPaperNote-v0.3.1-alpha
128+
~/.claude/skills/DeepPaperNote
129129
```
130130

131131
You can also clone the source repository directly:
@@ -378,11 +378,12 @@ For release-level updates, see [CHANGELOG.md](./CHANGELOG.md).
378378

379379
| 🏷️ Version | 🚦 Status | ✨ Highlights |
380380
| --- | --- | --- |
381+
| v1.0.0 | ✅ Released | First stable release: pure cross-agent skill structure for Claude Code, Codex, Cursor, Copilot, Gemini CLI, and other Agent Skills-compatible environments |
381382
| v0.3.1-alpha | ✅ Released | Default Obsidian paper root changed to `Research/Papers`, with runtime path resolution and save behavior aligned to the new location |
382383
| v0.3.0-alpha | ✅ Released | Major quality upgrade: dedicated innovation section, explicit mechanism flow, stronger workflow discipline, final readability review, math syntax gate, and the new `Original Abstract Translation` front-matter block |
383384
| v0.2.0-alpha | ✅ Released | Replication-oriented note-writing upgrade: explicit `note_plan`, equation-aware output, stricter final self-review, bilingual abstract handling, and stronger formatting checks |
384385
| v0.1.0-alpha | ✅ Released | First public alpha: evidence-bundle workflow, Zotero-first helpers, placeholder-first figure handling, workspace fallback, OCR fallback, tests, and CI |
385-
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v0.3.1-alpha |
386+
| Unreleased | 🕒 No new release-level changes yet | There are currently no additional public release notes beyond v1.0.0 |
386387

387388
## ⚙️ Workflow
388389

README.zh-CN.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[English](./README.md) | [简体中文](./README.zh-CN.md)
88

9-
[![状态](https://img.shields.io/badge/status-alpha-2563eb)](https://github.com/917Dhj/DeepPaperNote)
10-
[![版本](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&color=0f766e)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v0.3.1-alpha)
9+
[![状态](https://img.shields.io/badge/status-stable-16a34a)](https://github.com/917Dhj/DeepPaperNote)
10+
[![版本](https://img.shields.io/github/v/release/917Dhj/DeepPaperNote?display_name=tag&color=0f766e)](https://github.com/917Dhj/DeepPaperNote/releases/tag/v1.0.0)
1111
[![许可证](https://img.shields.io/badge/license-MIT-c9a227)](./LICENSE)
1212
[![Agents](https://img.shields.io/badge/agents-Claude%20Code%20%2B%20Codex-7c3aed)](./SKILL.md)
1313
[![输出](https://img.shields.io/badge/output-Obsidian-16a34a)](./references/obsidian-format.md)
@@ -102,10 +102,10 @@ npx skills add 917Dhj/DeepPaperNote -a codex
102102

103103
如果你更习惯手动安装,推荐去 [release](https://github.com/917Dhj/DeepPaperNote/releases) 页面下载最新版本的 zip 包,解压后放进你的 Codex 技能目录。
104104

105-
例如,下载 `DeepPaperNote-v0.3.1-alpha.zip` 后,可以把解压出来的文件夹放到
105+
例如,下载 `DeepPaperNote.zip` 后,可以把解压出来的 `DeepPaperNote` 文件夹放到
106106

107107
```bash
108-
~/.codex/skills/DeepPaperNote-v0.3.1-alpha
108+
~/.codex/skills/DeepPaperNote
109109
```
110110

111111
当然,你也可以选择直接 `git clone`
@@ -125,7 +125,7 @@ npx skills add 917Dhj/DeepPaperNote -a claude-code
125125
如果你更习惯手动安装,可以把 release 解压后的文件夹放进你的 Claude Code 技能目录:
126126

127127
```bash
128-
~/.claude/skills/DeepPaperNote-v0.3.1-alpha
128+
~/.claude/skills/DeepPaperNote
129129
```
130130

131131
也可以直接 `git clone`
@@ -363,11 +363,12 @@ python3 -c "import pytesseract; print(pytesseract.get_tesseract_version())"
363363

364364
| 🏷️ 版本 | 🚦 状态 | ✨ 主要内容 |
365365
| --- | --- | --- |
366+
| v1.0.0 | ✅ 已发布 | 第一个稳定版:采用纯 skill 结构,支持 Claude Code、Codex、Cursor、Copilot、Gemini CLI 以及其他兼容 Agent Skills 的环境 |
366367
| v0.3.1-alpha | ✅ 已发布 | 默认 Obsidian 论文根目录改为 `Research/Papers`,运行时路径解析和写入行为也同步对齐到这个新位置 |
367368
| v0.3.0-alpha | ✅ 已发布 | 一次较大的质量升级:新增固定创新点章节、显式机制流程、更强的整条 workflow 约束、最终可读性质检、公式语法检查,以及新的 `原文摘要翻译` 前置区块 |
368369
| v0.2.0-alpha | ✅ 已发布 | 复现级技术笔记写作升级:显式 `note_plan`、公式感知输出、更强的最终自检、摘要中英双写,以及更严格的格式校验 |
369370
| v0.1.0-alpha | ✅ 已发布 | 第一个公开 alpha 版:综合证据包流程、Zotero 优先辅助能力、占位优先图表处理、工作区回退输出、OCR 回退、测试与 CI |
370-
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容,最新版本为 v0.3.1-alpha |
371+
| 未发布 | 🕒 暂无新的 release 级变化 | 当前还没有下一版 release 的公开更新内容,最新版本为 v1.0.0 |
371372

372373
## ⚙️ 工作流
373374

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deeppapernote"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "An agent-neutral skill for turning one research paper into a high-quality Obsidian note."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -22,7 +22,7 @@ keywords = [
2222
"markdown"
2323
]
2424
classifiers = [
25-
"Development Status :: 3 - Alpha",
25+
"Development Status :: 5 - Production/Stable",
2626
"Intended Audience :: Science/Research",
2727
"Intended Audience :: Developers",
2828
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)