Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:openspec [2025/11/07 06:59] – created sscipioni | tips:openspec [2025/11/07 07:50] (current) – [add new feature: proposal] sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== OpenSpec ====== | ====== OpenSpec ====== | ||
| + | |||
| + | https:// | ||
| ===== install ===== | ===== install ===== | ||
| Line 7: | Line 9: | ||
| </ | </ | ||
| - | ===== add to existing project ===== | + | ===== add openspec |
| cd < | cd < | ||
| Line 14: | Line 16: | ||
| </ | </ | ||
| - | from agent | + | from agent auto compile **openspec\project.md** with command |
| <code bash> | <code bash> | ||
| Please read openspec/ | Please read openspec/ | ||
| </ | </ | ||
| + | |||
| + | ===== add new feature ===== | ||
| + | |||
| + | ==== Proposal ==== | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | file created | ||
| + | < | ||
| + | openspec/ | ||
| + | └── load-multiple-svm-models | ||
| + | ├── proposal.md | ||
| + | ├── specs | ||
| + | │ └── svm-anomaly-detection | ||
| + | │ | ||
| + | └── tasks.md | ||
| + | </ | ||
| + | |||
| + | |||
| + | Proposal Structure: | ||
| + | |||
| + | * **proposal.md**: | ||
| + | * **tasks.md**: | ||
| + | * **spec.md**: | ||
| + | |||
| + | eventually check status of proposals | ||
| + | <code bash> | ||
| + | openspec list # Confirm the change folder exists | ||
| + | openspec validate load-multiple-svm-models | ||
| + | openspec show load-multiple-svm-models | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Apply ==== | ||
| + | |||
| + | coding | ||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | ...testing... | ||
| + | |||
| + | ==== Archive ==== | ||
| + | |||
| + | After implementation and testing, archive the change. All of the checkboxes in the TODO list were checked, and files were moved to the archive folder. | ||
| + | < | ||
| + | #openspec archive load-multiple-svm-models --yes | ||
| + | openspec archive load-multiple-svm-models --skip-specs --yes | ||
| + | </ | ||
| + | |||