File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77An ** 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
6060openspecx --version
61- # openspecx 0.12.1
61+ # openspecx 0.13.0
6262```
6363
6464## Setup in Your Project
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments