Skip to content

Commit b0042cd

Browse files
chore(release): bump to 0.1.0 — four surfaces aligned
Version surfaces across the project were out of sync: pyproject.toml 0.0.1 .claude-plugin/plugin.json 0.0.1 .codex-plugin/plugin.json 0.0.1 vibe_sci/__init__.py 0.1.0 ← inherited from hermes-sci during Phase 2 port and never reconciled Bump the three lagging surfaces to match __init__.py. 0.1.0 is the right label for the first post-scaffold state: Phase 1-3 landed, hermes-sci port complete, real end-to-end runs with calibration evidence, visual identity + i18n READMEs published, four bug fixes from the code review merged. Still pre-stable (we are not committing to API stability yet) but meaningfully past "scaffold". The tests/test_skill_spec.py::test_plugin_manifests_agree_on_name_and_version guard now checks this alignment — 9 tests pass, ruff clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 61ae088 commit b0042cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vibe-sci",
33
"description": "Provider-neutral autonomous research paper writer — ideation, LaTeX writeup, peer review, anti-hallucination numerical audit. Works with claude -p subprocess, any OpenAI-compatible endpoint, or rule-based fallback. Spun out from hermes-sci.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"author": {
66
"name": "easyvibecoding"
77
},

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-sci",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Provider-neutral autonomous research paper writer — ideation, LaTeX writeup, peer review, anti-hallucination numerical audit. Works with claude -p subprocess, any OpenAI-compatible endpoint, or rule-based fallback. Spun out from hermes-sci.",
55
"author": {
66
"name": "easyvibecoding"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vibe-sci"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Provider-neutral autonomous research paper writer — ideation, LaTeX writeup, peer review, anti-hallucination numerical audit. Spun out from hermes-sci to remove Hermes-runtime coupling."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)