- 新增 CLAUDE.md 文件,提供项目概述、技术栈、构建命令、模块结构等详细指导 - 新增 opsx 工作流相关命令定义文件,包括 apply、archive、bulk-archive、continue、explore 等 - 配置 OpenSpec 规范,设置为 spec-driven 模式 - 定义实验性工作流命令,支持变更应用、归档、继续开发等功能 - 添加探索模式命令,用于深入思考和代码库调研
21 lines
573 B
YAML
21 lines
573 B
YAML
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
|