feat: 更新 OpenSpec code-drive 工作流模板与 schema,同步 lint-staged 与 oxfmt 忽略规则

This commit is contained in:
2026-06-08 10:06:24 +08:00
parent a1e2897364
commit 2713897bdb
8 changed files with 1170 additions and 284 deletions

View File

@@ -1,4 +1,5 @@
{
"*.{ts,tsx,js,jsx}": ["oxlint --fix", "oxfmt"],
"*.{md,json,yaml,yml}": ["oxfmt"]
"*.{md,json,yaml,yml}": ["oxfmt"],
"!openspec/**": []
}