From c760fb0089e106a3cfc3c22df555d527ba4e667d Mon Sep 17 00:00:00 2001 From: JinxinWonderWorld <102596431+JinxinWonderWorld@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:18:32 +0800 Subject: [PATCH 1/2] docs: replace stale pre-release badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c298205..1c66051 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Build reproducible machine-learning experiments as executable node graphs.** -![Status: pre-release](https://img.shields.io/badge/Status-Pre--release-orange) +[![Version: v0.1.0](https://img.shields.io/badge/Version-v0.1.0-blue)](https://github.com/MetaCircleAI/ComfyResearch/tree/v0.1.0) [![CI](https://github.com/MetaCircleAI/ComfyResearch/actions/workflows/ci.yml/badge.svg)](https://github.com/MetaCircleAI/ComfyResearch/actions/workflows/ci.yml) ![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) ![Node.js 20+](https://img.shields.io/badge/Node.js-20%2B-339933?logo=nodedotjs&logoColor=white) From c3fb4ec59dc4559f06bb044ccc689925dbed95a0 Mon Sep 17 00:00:00 2001 From: JinxinWonderWorld <102596431+JinxinWonderWorld@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:25:23 +0800 Subject: [PATCH 2/2] test: update README release badge contract --- tests/test_readme_contracts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_readme_contracts.py b/tests/test_readme_contracts.py index 1dc1a06..2746837 100644 --- a/tests/test_readme_contracts.py +++ b/tests/test_readme_contracts.py @@ -62,7 +62,8 @@ def test_readme_uses_onboarding_overview_before_reproduction_result() -> None: def test_readme_states_maturity_links_blog_and_first_run_success() -> None: source = README.read_text() - assert "Status-Pre--release" in source + assert "Version-v0.1.0-blue" in source + assert f"{CANONICAL_REPOSITORY}/tree/v0.1.0" in source assert ( "https://meta-circle.com/blog/comfyresearch-see-how-learning-happens" in source