AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
10 days ago b1196268538f99443b0cd9b1986a900aff610426
config: 添加 OpenSpec 工作流配置

- openspec/config.yaml: OpenSpec 实验性工作流配置文件

Co-Authored-By: ClaudeCode <noreply@anthropic.com>
1 files added
20 ■■■■■ changed files
openspec/config.yaml 20 ●●●●● patch | view | raw | blame | history
openspec/config.yaml
New file
@@ -0,0 +1,20 @@
schema: spec-driven
# Project context (optional)
# This is shown to AI when creating artifacts.
# Add your tech stack, conventions, style guides, domain knowledge, etc.
# Example:
#   context: |
#     Tech stack: TypeScript, React, Node.js
#     We use conventional commits
#     Domain: e-commerce platform
# Per-artifact rules (optional)
# Add custom rules for specific artifacts.
# Example:
#   rules:
#     proposal:
#       - Keep proposals under 500 words
#       - Always include a "Non-goals" section
#     tasks:
#       - Break tasks into chunks of max 2 hours