📚 Add OpenSpec documentation and metadata entry for spec-driven development tooling

This commit is contained in:
2026-04-12 01:21:11 +08:00
parent b468ffc3a6
commit 447612c7ec
3 changed files with 26 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
| duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative | | duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative |
| just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner | | just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner |
| mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner | | mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner |
| openspec | - | [CHEATSHEET.md](openspec/CHEATSHEET.md) | Spec-driven development (SDD) for AI coding assistants. |
| rg | ripgrep | [CHEATSHEET.md](rg/CHEATSHEET.md) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | | rg | ripgrep | [CHEATSHEET.md](rg/CHEATSHEET.md) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore |
| uv | - | [CHEATSHEET.md](uv/CHEATSHEET.md) | An extremely fast Python package and project manager, written in Rust. | | uv | - | [CHEATSHEET.md](uv/CHEATSHEET.md) | An extremely fast Python package and project manager, written in Rust. |
| xh | ripgrep | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests | | xh | ripgrep | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests |

View File

@@ -14,6 +14,11 @@
"repo": "https://github.com/jdx/mise", "repo": "https://github.com/jdx/mise",
"description": "dev tools, env vars, task runner" "description": "dev tools, env vars, task runner"
}, },
{
"name": "openspec",
"repo": "https://github.com/Fission-AI/OpenSpec",
"description": "Spec-driven development (SDD) for AI coding assistants."
},
{ {
"name": "rg", "name": "rg",
"aliases": "ripgrep", "aliases": "ripgrep",

20
openspec/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,20 @@
# openspec
## Meta
```yaml
name: openspec
repo: https://github.com/Fission-AI/OpenSpec
description: Spec-driven development (SDD) for AI coding assistants.
```
## Install
```shell
npm install -g @fission-ai/openspec@latest
```
Update:
```shell
openspec update
```