openspec init (#2)

This commit is contained in:
Hari 2026-03-25 17:31:55 -04:00 committed by GitHub
parent a6ea5cc9e8
commit d487a60209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1944 additions and 1 deletions

20
openspec/config.yaml Normal file
View 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