tips:openspec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tips:openspec [2025/11/07 07:12] sscipionitips:openspec [2025/11/07 07:50] (current) – [add new feature: proposal] sscipioni
Line 21: Line 21:
 </code> </code>
  
-===== add new feature: proposal =====+===== add new feature ===== 
 + 
 +==== Proposal ==== 
  
 <code bash> <code bash>
Line 41: Line 44:
 Proposal Structure: Proposal Structure:
  
-**proposal.md**: Explains why multiple models are needed (flexibility for different scenarios), what changes will be made, and the impact +  * **proposal.md**: Explains why multiple models are needed (flexibility for different scenarios), what changes will be made, and the impact 
-**tasks.md**: Detailed implementation checklist broken into 5 phases (design, configuration, processor modification, main function updates, and testing) +  **tasks.md**: Detailed implementation checklist broken into 5 phases (design, configuration, processor modification, main function updates, and testing) 
-**spec.md**: Specification deltas with both MODIFIED (existing SVM loading requirement) and ADDED (new model configuration requirement) sections, including proper scenarios+  **spec.md**: Specification deltas with both MODIFIED (existing SVM loading requirement) and ADDED (new model configuration requirement) sections, including proper scenarios
  
 +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   # Review proposal, tasks, and spec delta
 +</code>
 +
 +
 +==== Apply ====
 +
 +coding
 +<code bash>
 +/openspec:apply load-multiple-svm-models
 +</code>
 +
 +...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.
 +<code>
 +#openspec archive load-multiple-svm-models --yes
 +openspec archive load-multiple-svm-models --skip-specs --yes
 +</code>
  
  
  • tips/openspec.txt
  • Last modified: 2025/11/07 07:50
  • by sscipioni