Skip to content

Commit 517941c

Browse files
Yanjunclaude
andcommitted
release: v0.3.0 — biomimetic naming + three-layer immune + sidecar
Version bump 0.2.0 → 0.3.0. Major changes since 0.2.0: - Full biomimetic CLI/MCP rename (lint→immune, init→seed, etc.) - Three-layer immune: --fix auto-repair + pre-commit hook + propagate - Hunger sidecar on all 19 MCP tools (push-mode health) - myco rename command (syntax-aware, prevents sed disasters) - L12 expanded to .py/.yaml scan - vestigial_organ dead code detection - Forage mycelium wrapping (bidirectional linking) - Auto-link on eat (万物互联) - CI/CD workflows fixed 281 tests, 23/23 immune, CI green. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b29bf6 commit 517941c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "myco"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Editable non-parametric learning mechanism for AI Agents — git clone, pip install -e ., evolve"
99
readme = "README.md"
1010
license = "MIT"

src/myco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
structured knowledge, and self-evolving capabilities across sessions.
66
"""
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)