Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| tips:openspec [2025/11/07 07:12] – sscipioni | tips:openspec [2025/11/07 07:50] (current) – [add new feature: proposal] sscipioni | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | ===== add new feature: proposal | + | ===== add new feature ===== |
| + | |||
| + | ==== Proposal ==== | ||
| <code bash> | <code bash> | ||
| Line 41: | Line 44: | ||
| Proposal Structure: | Proposal Structure: | ||
| - | - **proposal.md**: | + | * **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 | ||
| + | </ | ||