refactor(spec): remove obsolete dimensions and update CLI options

This commit is contained in:
catlog22
2026-02-26 23:19:41 +08:00
parent ffe79d28e2
commit fa8bae52f1
7 changed files with 184 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ import {
/**
* Spec dimension type
*/
export type SpecDimension = 'specs' | 'roadmap' | 'changelog' | 'personal';
export type SpecDimension = 'specs' | 'personal';
/**
* Spec read mode type