📚 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

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
```