Skip to content

Commit 8db64ab

Browse files
Bump version to 0.2.2 and pin Morph README link
1 parent b5b5495 commit 8db64ab

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://morph.new/opengauss">
2+
<a href="https://morph.new/opengauss-0-2-2">
33
<img src="https://img.shields.io/badge/Open%20in-Morph-f23f42?style=for-the-badge" alt="Open in Morph">
44
</a>
55
</p>
@@ -12,8 +12,8 @@ Open Gauss is a project-scoped Lean workflow orchestrator from Math, Inc. It giv
1212
> Start with the [Start Here guide](website/docs/getting-started/start-here.md).
1313
>
1414
> Very short version:
15-
> - Morph: open `morph.new/opengauss`, claim or save the session early if Morph offers it, then use `gauss-open-guide` or type `/start`.
16-
> - Local: run `./scripts/install.sh`, then `gauss-open-guide` or `gauss`, then start with `/start`, `/chat`, or `/project init`.
15+
> - Morph: open `morph.new/opengauss-0-2-2`, claim or save the session early if Morph offers it, then use `gauss-open-guide`, `gauss`, `/chat`, or `/project init`.
16+
> - Local: run `./scripts/install.sh`, then `gauss-open-guide` or `gauss`, then start with `/chat`, `/managed-chat`, or `/project init`.
1717
1818
Open Gauss handles project detection, managed backend setup, workflow spawning, swarm tracking, and recovery. The proving and formalization behavior still comes from `cameronfreer/lean4-skills`; Gauss exposes it through a Gauss-native CLI and project model.
1919

@@ -31,7 +31,7 @@ Each lifted slash command spawns a managed backend child agent in the active pro
3131

3232
## Install
3333

34-
If you want the fastest path, `https://morph.new/opengauss` launches the hosted setup in under 10 seconds. The local installers below are the batteries-included path for your own machine and can take up to 10 minutes.
34+
If you want the fastest pinned release path, `https://morph.new/opengauss-0-2-2` launches the hosted setup in under 10 seconds. The local installers below are the batteries-included path for your own machine and can take up to 10 minutes.
3535

3636
If you are not already comfortable with OpenGauss, read the [Start Here guide](website/docs/getting-started/start-here.md) before picking a workflow.
3737

gauss_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- gauss status - Show status of all components
1111
"""
1212

13-
__version__ = "0.2.1"
14-
__release_date__ = "2026.3.26"
13+
__version__ = "0.2.2"
14+
__release_date__ = "2026.4.5"

pyproject.toml

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

55
[project]
66
name = "gauss-agent"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Gauss is a focused Lean autoformalization workspace with a managed Claude Code launcher."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)