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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion tests/test_readme_contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading