Skip to content

Commit ec7e07e

Browse files
Release version 1.0.2
1 parent 2063f0c commit ec7e07e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
44
[![Python](https://img.shields.io/badge/python-3.12+-blue.svg?style=flat-square)](https://www.python.org/)
5-
[![Version](https://img.shields.io/badge/version-v1.0.1-orange.svg?style=flat-square)](https://github.com/amauryconstant/openspec-extended)
5+
[![Version](https://img.shields.io/badge/version-v1.0.2-orange.svg?style=flat-square)](https://github.com/amauryconstant/openspec-extended)
66

77
An **extension pack** for [OpenSpec](https://github.com/Fission-AI/OpenSpec) that adds autonomous implementation capabilities and utility skills for AI coding assistants.
88

@@ -38,7 +38,7 @@ curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/mai
3838
### Specific Version (Binary)
3939

4040
```bash
41-
VERSION=v1.0.1 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
41+
VERSION=v1.0.2 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
4242
```
4343

4444
### System-wide Install (Binary)

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 = "openspec-extended"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "OpenSpec-extended - Bridge AI coding assistants with OpenSpec spec-driven development"
99
readme = "README.md"
1010
license = "MIT"

source/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

source/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from source.lib.osx import REQUIRED_CORE_SKILLS
1919
from source.orchestrator.engine import OrchestratorState, run_orchestrator
2020

21-
SCRIPT_VERSION = "1.0.1"
21+
SCRIPT_VERSION = "1.0.2"
2222
SCRIPT_NAME = "openspec-extended"
2323

2424
TOOL_DIRS = {"opencode": ".opencode", "claude": ".claude"}

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)