Skip to content

Commit bf2e5f3

Browse files
Release version 0.13.0
1 parent 9f3ddad commit bf2e5f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 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
[![Bash](https://img.shields.io/badge/Bash-3.2+-green.svg?style=flat-square)](https://www.gnu.org/software/bash/)
5-
[![Version](https://img.shields.io/badge/version-v0.12.1-orange.svg?style=flat-square)](https://github.com/amauryconstant/openspec-extended)
5+
[![Version](https://img.shields.io/badge/version-v0.13.0-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

@@ -37,7 +37,7 @@ curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/mai
3737
### Specific Version
3838

3939
```bash
40-
VERSION=v0.12.1 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
40+
VERSION=v0.13.0 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
4141
```
4242

4343
### System-wide Install
@@ -58,7 +58,7 @@ export PATH="$PWD/bin:$PATH"
5858

5959
```bash
6060
openspecx --version
61-
# openspecx 0.12.1
61+
# openspecx 0.13.0
6262
```
6363

6464
## Setup in Your Project

resources/opencode/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"resources": {
55
"skills": {
66
"openspec-concepts": {

0 commit comments

Comments
 (0)